Skip to content

Commit

Permalink
Merge pull request #109 from NESTCollaboration/gr_update
Browse files Browse the repository at this point in the history
Prepared nestpy for a tagged version release
  • Loading branch information
grischbieter authored May 23, 2024
2 parents 166c09a + 37a7ed8 commit 4740be8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ History

Patch releases mean (the Z number in X.Y.Z version) that the underlying physics has not changed. Changes to the NEST version will always trigger a minor or major release. If this library changes such that end users have to change their code, this may also trigger a minor or major release.

2.0.3 (2024-05-23)
-----------------
Minor Changes:
* Added the ability to lock and unlock the random seed
* Removed Constraints in helpers.py that prevented vectorized yield equations from return high-energy yields.

2.0.2 (2024-01-29)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def build_extension(self, ext):

setup(
name='nestpy',
version='2.0.2',
version='2.0.3',
author='Nicholas Carrara',
author_email='ncarrara.physics@gmail.com',
description='Python bindings for the NEST noble element simulations',
Expand Down

0 comments on commit 4740be8

Please sign in to comment.