You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.rst
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,35 @@
1
1
Release notes
2
2
=============
3
3
4
+
1.2.0 (2 July 2024)
5
+
--------------------
6
+
7
+
New features
8
+
~~~~~~~~~~~~
9
+
10
+
- Add support for the sharded precomputed format. Many thanks to Xiao Gui for implementing this significant new feature in `PR #35 <https://github.com/HumanBrainProject/neuroglancer-scripts/pull/35>`_.
11
+
12
+
13
+
Other improvements
14
+
~~~~~~~~~~~~~~~~~~
15
+
16
+
- Performance of the HTTP accessor was greatly improved by reusing a HTTP session. Thanks to Xiao Gui for implementing this in `PR #33 <https://github.com/HumanBrainProject/neuroglancer-scripts/pull/33>`_.
17
+
18
+
19
+
Python version support
20
+
~~~~~~~~~~~~~~~~~~~~~~
21
+
22
+
- Add support and tests for Python 3.12.
23
+
24
+
- Drop support for Python 3.5.
25
+
26
+
27
+
Bug fixes
28
+
~~~~~~~~~
29
+
30
+
- Fix incompatibilities with NumPy 2.0.0, which notably caused incorrect data to be encoded when using the `compressed_segmentation` encoding.
0 commit comments