Skip to content

Version 1.0.0

Choose a tag to compare

@ylep ylep released this 17 Nov 14:34
· 107 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 0.3.0

New features

  • Support for RGB NIfTI. Many thanks to Xiao Gui for implementing this feature in PR #15.
  • Support for LZW-compressed TIFF files. Many thanks to Xiao Gui for implementing this feature in PR #14.

Python version support

  • Add support and tests for Python 3.8, 3.9, and 3.10.
  • Drop support for Python 3.4

Bug fixes

  • Fix mesh conversion with recent versions of Nibabel (commit c03bb5c8).
  • Bump the minimum version of tqdm to prevent a blocking crash (see tqdm bug#613).