-
Notifications
You must be signed in to change notification settings - Fork 150
Release Notes (0.16.1)
nicain edited this page Mar 13, 2019
·
5 revisions
The 0.16.1 release fixes several user-discovered bugs, and updates the versons of several dependencies:
- #207 Fix two missing ephys features (tau and max_euclidean_distance)
- #256 Making sure our examples are python3 compatible
- #267 Fix a bug in get_cell_specimens filter argument
- #295 BiophysicalApi.get_neuronal_models doesn't find perisomatic models
- #426 numpy and pytables versions pinned until pytables 3.5 can be pip installed
Additionally, serveral dependencies were upgraded to resolve installation issues:
* numpy==1.15.4
* numpy==3.4.4
* pytest>=4.1.1
* pip install Pillow (Needed in CI infrastrucutre)
* For python 2.7 conda install -c conda-forge scikit-image (Needed in CI infrastructure)
We also removed deprecated functionality in BrainObservatoryNwbDataSet, and wrote some additional tools for working with itksnap label descriptions.