Skip to content

Commit

Permalink
Merge pull request #759 from arnaudbore/release_1.6.0
Browse files Browse the repository at this point in the history
Update version and README
  • Loading branch information
arnaudbore authored Oct 5, 2023
2 parents f6826ac + 0191040 commit 088910d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![Build Status](https://travis-ci.com/scilus/scilpy.svg?branch=master)](https://travis-ci.com/scilus/scilpy)
[![Documentation Status](https://readthedocs.org/projects/scilpy/badge/?version=latest)](https://scilpy.readthedocs.io/en/latest/?badge=latest)

[![PyPI version badge](https://img.shields.io/pypi/v/scilpy?logo=pypi&logoColor=white)](https://pypi.org/project/scilpy)
[![PyPI - Downloads](https://static.pepy.tech/badge/scilpy)](https://pypi.org/project/scilpy)

**Scilpy** is the main library supporting research and development at the Sherbrooke Connectivity Imaging Lab
([SCIL]).

Expand All @@ -21,6 +24,18 @@ pip install --upgrade pip
```

The library's structure is mostly aligned on that of [DIPY].

⚠️ Breaking changes alert - scilpy 1.6.0 ⚠️

scilpy 1.6.0 is based on [hot_dipy](https://github.com/scilus/hot_dipy) a fork of dipy locked before release v1.8.0.
In order to install the library and scripts flawlessly (we hope), please follow these instructions:
```
pip install packaging==0.23
pip install numpy==1.23.*
pip install Cython==0.29.*
pip install -e .
```

The library and scripts can be installed locally by using:
```
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion scilpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 1
_version_minor = 5
_version_minor = 6
_version_micro = 0
_version_extra = ''

Expand Down

0 comments on commit 088910d

Please sign in to comment.