Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Investigate NMODL version(s) #1199

Description

@JCGoran

Follow up from #1147 (comment).
If we do:

pip install nmodl-nightly

then we get for the version:

$ pip show nmodl-nighty
Name: NMODL-nightly
Version: 0.6.112
...

If we call NMODL, we get:

$ nmodl --help
NMODL : Source-to-Source Code Generation Framework [0.6 85a4906f 2024-03-01 13:38:36 +0100]
...

On the other hand, if we get the version from the __version__ attribute:

$ python -c 'import nmodl;print(nmodl.__version__)'
0.6

Is this intended behavior or not?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions