Skip to content

Commit

Permalink
Addressing NumPy security alert (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Feb 8, 2022
1 parent a46fa86 commit f4610ba
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion armi/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Metadata describing an ARMI distribution.
"""

__version__ = "0.2.2"
__version__ = "0.2.3"
23 changes: 20 additions & 3 deletions doc/release/0.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,34 @@ ARMI v0.2 Release Notes
=======================


ARMI v0.2.3
ARMI v0.2.4
===========
Release Date: TBD

What's new in ARMI v0.2.3
-------------------------
What's new in ARMI
------------------
#. TBD

Bug fixes
---------
#. TBD


ARMI v0.2.3
===========
Release Date: 2022-02-08

What's new in ARMI
------------------
#. Upgrading the version of NumPy for a security alert (`PR#530 <https://github.com/terrapower/armi/pull/530>`_)
#. Upgraded ThoriumOxide material (`PR#558 <https://github.com/terrapower/armi/pull/548>`_)
#. Upgraded Lithium material (`PR#546 <https://github.com/terrapower/armi/pull/546>`_)
#. Improved Helix class (`PR#558 <https://github.com/terrapower/armi/pull/558>`_)

Bug fixes
---------
#. Fixed issue where UML diagrams weren't being generated in docs (`#550 <https://github.com/terrapower/armi/issues/550>`_)
#. Fixed issue with Inconel Alloy 617 (`PR#557 <https://github.com/terrapower/armi/pull/557>`_)


ARMI v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--prefer-binary
numpy<1.19.4
numpy>=1.21

# docutils 0.17 introduced a bug that prevents bullets from rendering
# see https://github.com/terrapower/armi/issues/274
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# See the discussion in docs\developer\tooling
--prefer-binary
# see https://github.com/numpy/numpy/issues/17726
# This is included in requirements.txt because it is not a semantic version
# bound, but rather intended to avoid a bug in windows
numpy<1.19.4
# see https://github.com/advisories/GHSA-6p56-wp2h-9hxr
# This is included in requirements.txt because of a security alert numpy released
numpy>=1.21

-e .[memprof]

0 comments on commit f4610ba

Please sign in to comment.