Skip to content

Commit

Permalink
Merge pull request #2681 from nipy/rel/1.1.2
Browse files Browse the repository at this point in the history
REL: 1.1.2
  • Loading branch information
effigies authored Aug 11, 2018
2 parents fdb3227 + e8a5198 commit a461ecc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,12 @@ workflows:
version: 2
build_test_deploy:
jobs:
- pypi_precheck
- pypi_precheck:
filters:
branches:
only: /rel\/.*/
tags:
only: /.*/
- compare_base_dockerfiles:
filters:
tags:
Expand Down
17 changes: 17 additions & 0 deletions doc/changelog/1.X.X-changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.1.2 (August 11, 2018)
=======================

Hot-fix release, resolving incorrect dependencies in 1.1.1 wheel.

##### [Full changelog](https://github.com/nipy/nipype/milestone/23?closed=1)

* FIX: Read BIDS config.json under grabbids or layout (https://github.com/nipy/nipype/pull/2679)
* FIX: Node __repr__ and detailed graph expansion (https://github.com/nipy/nipype/pull/2669)
* FIX: Prevent double-collapsing of nested lists by OutputMultiObject (https://github.com/nipy/nipype/pull/2673)
* ENH: Add interface to SPM realign_unwarp (https://github.com/nipy/nipype/pull/2635)
* MAINT: Fix wheel build to ensure futures is only required in Python 2 (https://github.com/nipy/nipype/pull/2678)
* MAINT: ensure interface _cmd only includes executable (https://github.com/nipy/nipype/pull/2674)
* MAINT: Issue template: Pretty print platform details (https://github.com/nipy/nipype/pull/2671)
* CI: removing travis_retry for pip install pytest xdist 1.22.5 (https://github.com/nipy/nipype/pull/2664)


1.1.1 (July 30, 2018)
=====================

Expand Down

0 comments on commit a461ecc

Please sign in to comment.