Skip to content

Commit a461ecc

Browse files
authored
Merge pull request #2681 from nipy/rel/1.1.2
REL: 1.1.2
2 parents fdb3227 + e8a5198 commit a461ecc

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,12 @@ workflows:
409409
version: 2
410410
build_test_deploy:
411411
jobs:
412-
- pypi_precheck
412+
- pypi_precheck:
413+
filters:
414+
branches:
415+
only: /rel\/.*/
416+
tags:
417+
only: /.*/
413418
- compare_base_dockerfiles:
414419
filters:
415420
tags:

doc/changelog/1.X.X-changelog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.1.2 (August 11, 2018)
2+
=======================
3+
4+
Hot-fix release, resolving incorrect dependencies in 1.1.1 wheel.
5+
6+
##### [Full changelog](https://github.com/nipy/nipype/milestone/23?closed=1)
7+
8+
* FIX: Read BIDS config.json under grabbids or layout (https://github.com/nipy/nipype/pull/2679)
9+
* FIX: Node __repr__ and detailed graph expansion (https://github.com/nipy/nipype/pull/2669)
10+
* FIX: Prevent double-collapsing of nested lists by OutputMultiObject (https://github.com/nipy/nipype/pull/2673)
11+
* ENH: Add interface to SPM realign_unwarp (https://github.com/nipy/nipype/pull/2635)
12+
* MAINT: Fix wheel build to ensure futures is only required in Python 2 (https://github.com/nipy/nipype/pull/2678)
13+
* MAINT: ensure interface _cmd only includes executable (https://github.com/nipy/nipype/pull/2674)
14+
* MAINT: Issue template: Pretty print platform details (https://github.com/nipy/nipype/pull/2671)
15+
* CI: removing travis_retry for pip install pytest xdist 1.22.5 (https://github.com/nipy/nipype/pull/2664)
16+
17+
118
1.1.1 (July 30, 2018)
219
=====================
320

0 commit comments

Comments
 (0)