We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ffd5 commit 7faa692Copy full SHA for 7faa692
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# AnyPyTools Change Log
2
3
+## v1.16.1
4
+
5
+**Fixed:**
6
+* Fixed issue with parsing 'nan' values from AnyBody in multi dimensional arrays.
7
8
9
## v1.16.0
10
11
**Fixed:**
anypytools/__init__.py
@@ -36,7 +36,7 @@
36
"NORMAL_PRIORITY_CLASS",
37
]
38
39
-__version__ = "1.16.0"
+__version__ = "1.16.1"
40
41
42
def print_versions():
0 commit comments