Neuroglancer-scripts

Latest version: v1.1.0

Safety actively analyzes 622330 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.0

Installation

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

{.sourceCode .shell}
python3 -m venv venv/
. venv/bin/activate
pip install neuroglancer-scripts

1.0.0

Installation

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

{.sourceCode .shell}
python3 -m venv venv/
. venv/bin/activate
pip install neuroglancer-scripts

0.3.0

New features

- Support for RGB NIfTI. Many thanks to Xiao Gui for implementing this feature in [PR \15](https://github.com/HumanBrainProject/neuroglancer-scripts/pull/15).
- Support for LZW-compressed TIFF files. Many thanks to Xiao Gui for implementing this feature in [PR \14](https://github.com/HumanBrainProject/neuroglancer-scripts/pull/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](https://github.com/HumanBrainProject/neuroglancer-scripts/commit/c03bb5c8e10ee474e54b62b57e90940cea035c92)).
- Bump the minimum version of tqdm to prevent a blocking crash (see [tqdm bug\613](https://github.com/tqdm/tqdm/issues/613)).

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.