Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@ylep ylep released this 02 Jul 16:13
· 3 commits to master since this release

Installation

The easiest way to install the latest stable version of neuroglancer-scripts is through pip. Using a virtual environment is recommended:

python3 -m venv venv/
. venv/bin/activate
pip install neuroglancer-scripts

Changes since version 1.1.0

New features

  • Add support for the sharded precomputed format. Many thanks to Xiao Gui for implementing this significant new feature in PR #35.

Other improvements

  • Performance of the HTTP accessor was greatly improved by reusing a HTTP session. Thanks to Xiao Gui for implementing this in PR #33.

Python version support

  • Add support and tests for Python 3.12.
  • Drop support for Python 3.5.

Bug fixes

  • Fix incompatibilities with NumPy 2.0.0, which notably caused incorrect data to be encoded when using the compressed_segmentation encoding.