Skip to content

Commit 054715d

Browse files
committed
rel(0.4.2): Update CHANGES and PyBIDS & DataLad pins
1 parent bac4e2a commit 054715d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
virtualenv venv
5454
pip install -U pip
5555
pip install -r /tmp/src/templateflow/requirements.txt
56-
pip install datalad
56+
pip install "datalad ~= 0.11.8"
5757
pip install "setuptools>=27.0" twine codecov
5858
5959
- run:
@@ -151,7 +151,7 @@ jobs:
151151
virtualenv venv
152152
export TEMPLATEFLOW_USE_DATALAD=off
153153
export TEMPLATEFLOW_HOME=$HOME/templateflow-clean
154-
datalad install -r -s https://github.com/templateflow/templateflow $TEMPLATEFLOW_HOME
154+
datalad install -r -s https://github.com/templateflow/templateflow $TEMPLATEFLOW_HOME
155155
pytest --junit-xml=/tmp/tests/dl+s3.xml --cov templateflow --cov-report xml:/tmp/cov_api_dl_s3.xml \
156156
--doctest-modules /tmp/src/templateflow/templateflow/api.py
157157

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
* Fix: density key (#31)
1+
Version 0.4.2 (January 28, 2020)
2+
================================
3+
Patch release including a bugfix, adding a DataLad pin, and making PyBIDS pin more flexible.
4+
5+
* MAINT: Update PyBIDS pin and DataLad pin
6+
* FIX: Density key (#31)
7+
28
Version 0.4.1 (July 22, 2019)
39
=============================
410
First release after a deep revision of the tests and the continuous integration setup.

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
22
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33
nbsphinx
44
packaging
5-
pybids~=0.9.2
5+
pybids>=0.9.2
66
pydot>=1.2.3
77
pydotplus
88
requests

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers =
2020
[options]
2121
python_requires = >= 3.5
2222
install_requires =
23-
pybids ~= 0.9.2
23+
pybids >= 0.9.2
2424
requests
2525
tqdm
2626
test_requires =
@@ -42,7 +42,7 @@ exclude =
4242

4343
[options.extras_require]
4444
datalad =
45-
datalad
45+
datalad ~= 0.11.8
4646

4747
doc =
4848
nbsphinx

0 commit comments

Comments
 (0)