Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for NeuroML v2.3.1 release #26

Merged
merged 16 commits into from
Aug 20, 2024
Merged

Changes for NeuroML v2.3.1 release #26

merged 16 commits into from
Aug 20, 2024

Commits on Sep 22, 2023

  1. To v1.10.0

    pgleeson committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    804c1dd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    fbbd00b View commit details
    Browse the repository at this point in the history
  2. typo

    pgleeson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bde039f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b91193b View commit details
    Browse the repository at this point in the history
  4. Update actions versions

    pgleeson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dedc25f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #21 from NeuroML/experimental

    Clones and runs SBML test suite; docs for this updated
    pgleeson authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5223652 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Test on java 21

    pgleeson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f9eafc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from NeuroML/experimental

    Test on java 21
    pgleeson authored May 1, 2024
    Configuration menu
    Copy the full SHA
    3ca7218 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. To v1.10.1

    pgleeson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e72a476 View commit details
    Browse the repository at this point in the history
  2. To v1.10.1

    pgleeson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    57f9110 View commit details
    Browse the repository at this point in the history
  3. Bump year in docs

    pgleeson committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dfb6e45 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from NeuroML/experimental

     To v1.10.1
    pgleeson authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    45741ce View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fix(sbml-import): make TimeDerivative rhs have a per_time dimension

    Otherwise we end up with dimensionally incorrect values:
    
    ```
    <TimeDerivative variable="time" value="1"/>
    ```
    
    It'll now be:
    
    ```
    <TimeDerivative variable="time" value="tscale * 1"/>
    ```
    
    where `tscale` has dimensions `per_time`.
    sanjayankur31 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b79aecf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from NeuroML/fix/sbml-derivative

    fix(sbml-import): make TimeDerivative rhs have a `per_time` dimension
    pgleeson authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    44cfa92 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    cb2c52d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request #25 from NeuroML/experimental

    make TimeDerivative rhs have a per_time dimension
    pgleeson authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ebd7276 View commit details
    Browse the repository at this point in the history