File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.16.3] = 2019-5-22
5+
6+ ### Bug Fixes
7+ - https://github.com/AllenInstitute/AllenSDK/issues/660 Use pillow/Image.resize instead of scipy.misc.imresize
8+ - https://github.com/AllenInstitute/AllenSDK/issues/659 Same
9+ - https://github.com/AllenInstitute/AllenSDK/issues/661 Update example notebooks
10+
411## [ 0.16.2] = 2019-4-23
512
613### Added
Original file line number Diff line number Diff line change 11### While preparing a release:
22
3+ - [ ] Create a Release Epic on ZenHub that will track the release issues and pull requests
34- [ ] Create a "release candidate" branch (i.e. rc/0.16.2), and push to main fork (https://github.com/AllenInstitute/AllenSDK )
45- [ ] Create a draft pull request for the release (i.e. Release Candidate 0.16.2)
6+ - [ ] Assign this draft PR to the Release Epic
57 - [ ] Assign a developer to be responsible for the release deployment
68 - [ ] Add the Project Owner as a reviewer
79 - [ ] Copy this checklist into the draft pull request description
Original file line number Diff line number Diff line change 3535#
3636import logging
3737
38- __version__ = '0.16.2 '
38+ __version__ = '0.16.3 '
3939
4040try :
4141 from logging import NullHandler
Original file line number Diff line number Diff line change @@ -90,20 +90,21 @@ The Allen SDK provides Python code for accessing experimental metadata along wit
9090
9191See the `mouse connectivity section <connectivity.html >`_ for more details.
9292
93- What's New - Release 0.16.2 (April 23 , 2019)
93+ What's New - Release 0.16.3 (May 22 , 2019)
9494-----------------------------------------------
9595
96- The 0.16.2 release stabilizes the dependency issues introduced by tables
96+ The 0.16.3 release resolves changes to the api of a dependency that resizes an image:
9797
98- * `#523 <https://github.com/AllenInstitute/AllenSDK/issues/523 >`_ pip no longer fails on new conda environment because of tables
98+ * `#659 <https://github.com/AllenInstitute/AllenSDK/issues/659 >`_ Use pillow/Image.resize instead of scipy.misc.imresize
99+
100+ We also went back and made sure that the example Jupyter notebooks still run:
99101
100- We also now provide access support for the deformable and affine transformations computed by the TissueCyte registration code:
101-
102- * `#549 <https://github.com/AllenInstitute/AllenSDK/issues/549 >`_ Transforms for tissuecyte registration accessible from allensdk
102+ * `#661 <https://github.com/AllenInstitute/AllenSDK/issues/661 >`_ Update example notebooks
103103
104104Previous Release Notes
105105----------------------
106106
107+ * `0.16.2 <https://github.com/AllenInstitute/AllenSDK/wiki/Release-Notes-(0.16.2) >`_
107108 * `0.16.1 <https://github.com/AllenInstitute/AllenSDK/wiki/Release-Notes-(0.16.1) >`_
108109 * `0.16.0 <https://github.com/AllenInstitute/AllenSDK/wiki/Release-Notes-(0.16.0) >`_
109110 * `0.14.5 <https://github.com/AllenInstitute/AllenSDK/wiki/Release-Notes-(0.14.5) >`_
You can’t perform that action at this time.
0 commit comments