Skip to content

REL: 1.6.1 #3336

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 9 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
DOC: 1.6.1 changelog
  • Loading branch information
effigies committed Jun 16, 2021
commit b333b13e8df7f81b2a25e986ae9047c64d07c18d
28 changes: 28 additions & 0 deletions doc/changelog/1.X.X-changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
1.6.1 (June 16, 2021)
=====================

Bug-fix release in the 1.6.x series.

(`Full changelog <https://github.com/nipy/nipype/milestone/1.6.1?closed=1>`__)

* FIX: Set DistributedPluginBase.refidx type correctly (https://github.com/nipy/nipype/pull/3340)
* FIX: change fsl interface randomise --f_only to --fonly for #3322 (https://github.com/nipy/nipype/pull/3325)
* FIX: BET raising "No image files match: ..." with very long file names (https://github.com/nipy/nipype/pull/3309)
* FIX: Update SmoothEstimateOutputSpec resels description (https://github.com/nipy/nipype/pull/3316)
* ENH: Adds interfaces for MRtrix utils shconv and sh2amp (https://github.com/nipy/nipype/pull/3280)
* ENH: Interface for R (https://github.com/nipy/nipype/pull/3291)
* ENH: Add CAT12 interfaces (https://github.com/nipy/nipype/pull/3310)
* ENH: AFNI 3dNetCorr as afni.NetCorr (https://github.com/nipy/nipype/pull/3263)
* ENH: Skip newline before Python call in batch submission to facilitate containerized runs (https://github.com/nipy/nipype/pull/3297)
* ENH: Add new dwifslpreproc interface for MRtrix3 (https://github.com/nipy/nipype/pull/3278)
* REF: Cache nodes in workflow to speed up construction, other optimizations (https://github.com/nipy/nipype/pull/3331)
* DOC: Fixed Developer Setup Link in install.rst (https://github.com/nipy/nipype/pull/3330)
* MNT: Blacklist Dipy 1.4.1 (https://github.com/nipy/nipype/pull/3335)
* MNT: Drop support for numpy < 1.15.3 (https://github.com/nipy/nipype/pull/3284)
* CI: Build docker images with Python 3.8 (https://github.com/nipy/nipype/pull/3287)
* CI: Drop Circle doc builds (https://github.com/nipy/nipype/pull/3338)
* CI: Drop Travis (https://github.com/nipy/nipype/pull/3332)
* CI: Build docker images with Python 3.8 (https://github.com/nipy/nipype/pull/3287)
* CI: Add specs and style checks (https://github.com/nipy/nipype/pull/3321)
* CI: Move from Travis to GitHub actions (https://github.com/nipy/nipype/pull/3318)

1.6.0 (November 28, 2020)
=========================

Expand Down