Skip to content

REL: 1.1.2 #2681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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