We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea60c5 commit f01c6abCopy full SHA for f01c6ab
2 files changed
CHANGES.rst
@@ -1,4 +1,4 @@
1
-2.7.2 (unreleased)
+2.7.2 (2020-01-15)
2
------------------
3
4
- Fix bug causing test collection failures in some environments. [#889]
docs/asdf/changes.rst
@@ -4,6 +4,20 @@
Changes
5
*******
6
7
+What's New in ASDF 2.7.2?
8
+=========================
9
+
10
+The ASDF Standard is at v1.5.0.
11
12
+Changes include:
13
14
+* Fix bug causing test collection failures under Python 3.9.
15
16
+* Fix bug when decompressing arrays with numpy 1.20.
17
18
+* Replace ``assert`` statements with ``raise`` at the behest
19
+ of the bandit security linter.
20
21
What's New in ASDF 2.7.1?
22
=========================
23
0 commit comments