Skip to content

Commit 607ea97

Browse files
committed
Merge branch '1.2' into master
2 parents fc79099 + 43c0567 commit 607ea97

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/release-notes.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Release notes
22
=============
33

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.
31+
32+
433
1.1.0 (7 March 2023)
534
--------------------
635

0 commit comments

Comments
 (0)