Skip to content

Commit b4820d7

Browse files
authored
Merge pull request #589 from AllenInstitute/rc/0.16.3
Release Candidate 0.16.3
2 parents fc1ea9a + 8fd8402 commit b4820d7

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All 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

RELEASE_INSTRUCTIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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

allensdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#
3636
import logging
3737

38-
__version__ = '0.16.2'
38+
__version__ = '0.16.3'
3939

4040
try:
4141
from logging import NullHandler

doc_template/index.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,21 @@ The Allen SDK provides Python code for accessing experimental metadata along wit
9090

9191
See 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

104104
Previous 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)>`_

0 commit comments

Comments
 (0)