-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 804c1dd - Browse repository at this point
Copy the full SHA 804c1ddView commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbbd00b - Browse repository at this point
Copy the full SHA fbbd00bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bde039f - Browse repository at this point
Copy the full SHA bde039fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b91193b - Browse repository at this point
Copy the full SHA b91193bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dedc25f - Browse repository at this point
Copy the full SHA dedc25fView commit details
Commits on Nov 3, 2023
-
Merge pull request #21 from NeuroML/experimental
Clones and runs SBML test suite; docs for this updated
Configuration menu - View commit details
-
Copy full SHA for 5223652 - Browse repository at this point
Copy the full SHA 5223652View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9eafc9 - Browse repository at this point
Copy the full SHA f9eafc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca7218 - Browse repository at this point
Copy the full SHA 3ca7218View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e72a476 - Browse repository at this point
Copy the full SHA e72a476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f9110 - Browse repository at this point
Copy the full SHA 57f9110View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb6e45 - Browse repository at this point
Copy the full SHA dfb6e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45741ce - Browse repository at this point
Copy the full SHA 45741ceView commit details
Commits on Jun 14, 2024
-
fix(sbml-import): make TimeDerivative rhs have a
per_time
dimensionOtherwise 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`.
Configuration menu - View commit details
-
Copy full SHA for b79aecf - Browse repository at this point
Copy the full SHA b79aecfView commit details -
Merge pull request #24 from NeuroML/fix/sbml-derivative
fix(sbml-import): make TimeDerivative rhs have a `per_time` dimension
Configuration menu - View commit details
-
Copy full SHA for 44cfa92 - Browse repository at this point
Copy the full SHA 44cfa92View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb2c52d - Browse repository at this point
Copy the full SHA cb2c52dView commit details
Commits on Jun 18, 2024
-
Merge pull request #25 from NeuroML/experimental
make TimeDerivative rhs have a per_time dimension
Configuration menu - View commit details
-
Copy full SHA for ebd7276 - Browse repository at this point
Copy the full SHA ebd7276View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.