Skip to content

Commit 324d97e

Browse files
authored
Merge pull request #643 from datalad-handbook/release014
Release 0.14 preparations
2 parents f638d01 + 746aae1 commit 324d97e

File tree

246 files changed

+1564
-42560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+1564
-42560
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: xenial
22
language: python
33
python:
4-
- "3.6"
4+
- "3.8"
55
cache:
66
- apt
77
install:

CHANGELOG.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,52 @@
33
All notable changes to this project between releases will be documented in this
44
file.
55

6-
## v0.13 (XX. XX. 2020) -- Towards a tetralogy!
6+
## v0.14 (January XX 2021) -- slightly less dreadfulness for Windows users
7+
8+
Handbook release matching the release of DataLad v0.14.0.
9+
Like the software release, this handbook release improves the situation on/for Windows systems starkly from what we had before.
10+
With contributions from Tristan Glatard, Ariel Rokem, Remi Gau, Surya Teja Togaru, Judith Bomba, Konrad Hinsen, Wu Jianxiao, Małgorzata Wierzba, Stefan Appelhoff, and Michael Joseph -- thank you!
11+
12+
### Refactoring or deletions
13+
14+
- Overhaul Windows installation instructions ([#588][])
15+
- Adjustments for GitHub's user-password deprecation ([#626][]), ([#592][])
16+
17+
### Additions
18+
19+
#### Introduction
20+
21+
- git-annex installations with custom built git-annex with MagicMime support ([#603][])
22+
- A quick-start guide for OpenNeuro ([#585][])
23+
24+
#### Basics
25+
26+
- Disambiguation on configurations ([#627][]) with thanks to John Lee for the issue at datalad
27+
- A new section on how to debug and troubleshoot problems - with thanks to Tristan Glatard for the idea and contributions ([#538][])
28+
29+
#### Advanced
30+
31+
- A chapter on large-scale fair processing with parallel datalad-run calls ([#591][])
32+
- A new section on configuring subdataset clone candidates and their priority ([#548][])
33+
- A new chapter/section that compares the tool DVC to DataLad ([#569][])
34+
35+
#### Usecases
36+
37+
- Addition of a machine-learning application with DataLad ([#581][])
38+
- Addition on Human Connectome Project (HCP) AWS credentials (thanks to Michael Joseph) ([#622][])
39+
- Addition of a hands-on tutorial for reproducible papers ([#608][]), with thanks to Małgorzata Wierzba for feedback and contributions
40+
41+
#### Miscellaneous additions
42+
43+
- A variety of code lists and introductions ([#630][]), ([#613][])
44+
- A few new permalinks: git-lfs ([#624][]), MPIB intro ([#614][])
45+
- A new expandable section "Windows workaround" for Windows-specific notes and explanations([#532][])
46+
- Large amount of Windows adjustments in the Basics ([#588][])
47+
- FAQs on copying locked files out of datasets, and on caveats with the BIDS validator - with thanks to Remi Gau ([#570][]), ([#562][])
48+
- The handbook's GitHub repository received a welcome bot (with thanks to The Turing Way project for CC-BY illustrations), and a "Discussions" Forum
49+
- The handbook's frontpage links to the cheat sheet with a nice illustration ([#578][])
50+
51+
## v0.13 (June 23rd 2020) -- Towards a tetralogy!
752

853
Handbook release matching the release of DataLad v0.13.0
954
With contributions from Dorian Pustina, Sarah Oliveira, Tristan Glatard,
@@ -207,3 +252,24 @@ Alpha stage release with handbook content covering most of the core commands.
207252
[#479]: https://github.com/datalad-handbook/book/pull/479
208253
[#500]: https://github.com/datalad-handbook/book/pull/500
209254
[#518]: https://github.com/datalad-handbook/book/pull/518
255+
[#532]: https://github.com/datalad-handbook/book/pull/532
256+
[#548]: https://github.com/datalad-handbook/book/pull/548
257+
[#562]: https://github.com/datalad-handbook/book/pull/562
258+
[#569]: https://github.com/datalad-handbook/book/pull/569
259+
[#570]: https://github.com/datalad-handbook/book/pull/570
260+
[#578]: https://github.com/datalad-handbook/book/pull/578
261+
[#581]: https://github.com/datalad-handbook/book/pull/581
262+
[#585]: https://github.com/datalad-handbook/book/pull/585
263+
[#588]: https://github.com/datalad-handbook/book/pull/588
264+
[#591]: https://github.com/datalad-handbook/book/pull/591
265+
[#592]: https://github.com/datalad-handbook/book/pull/592
266+
[#603]: https://github.com/datalad-handbook/book/pull/603
267+
[#608]: https://github.com/datalad-handbook/book/pull/608
268+
[#613]: https://github.com/datalad-handbook/book/pull/613
269+
[#614]: https://github.com/datalad-handbook/book/pull/614
270+
[#622]: https://github.com/datalad-handbook/book/pull/622
271+
[#624]: https://github.com/datalad-handbook/book/pull/624
272+
[#626]: https://github.com/datalad-handbook/book/pull/626
273+
[#627]: https://github.com/datalad-handbook/book/pull/627
274+
[#630]: https://github.com/datalad-handbook/book/pull/630
275+

0 commit comments

Comments
 (0)