File tree Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 2424 ssh-key : " ${{ secrets.NIPREPS_DEPLOY }}"
2525 - name : Fetch all tags (for setuptools_scm to work)
2626 run : |
27- # /usr/bin/git -c protocol.version=2 fetch --tags --prune origin
2827 /usr/bin/git -c protocol.version=2 fetch --tags --prune --unshallow origin
29- # /usr/bin/git -c protocol.version=2 describe --dirty --tags --long --match *.*
30-
3128 - name : Set up Python ${{ matrix.python-version }}
3229 uses : actions/setup-python@v1
3330 with :
Original file line number Diff line number Diff line change 1- 0.6.0 (April 7, 2020)
2- =====================
3- Minor relase in preparation of a new CalVer versioning following the lead of
4- *fMRIPrep *. This release is hooked to TemplateFlow 1.4.0.
5- With thanks to V. Fonov for contributing the new ``tpl-MNI152NLin2009cSym ``.
1+ 0.6.0 (TBD)
2+ ===========
3+ Minor relase in preparation of a new CalVer versioning
4+ following the lead of *fMRIPrep *.
5+ This release contains a fair amount of maintenance work to
6+ ensure synchronizity with the TemplateFlow archive
7+ (https://github.com/templateflow/templateflow).
8+ These maintenance actions drive the development towards
9+ establishing a peer-reviewed, lightweight template submission
10+ protocol.
11+ With thanks to V. Fonov for contributing the new
12+ ``tpl-MNI152NLin2009cSym ``.
13+
14+ * ENH: Update the internal index of *TemplateFlow * (#40)
15+ * ENH: Automatic generation of template citations (#35)
16+ * MAINT: Set-up a GitHub action to test installation
17+ alternatives (see #23).
18+ * MAINT: Migrate to ``setuptools_scm `` (#42)
19+ * MAINT: Run black on the whole tree (#41)
20+ * MAINT: Transfer the burden of keeping skeleton updated
21+ over to the archive (#39)
622
7230.5.2 (March 20, 2020)
824======================
You can’t perform that action at this time.
0 commit comments