|
3 | 3 | All notable changes to this project between releases will be documented in this |
4 | 4 | file. |
5 | 5 |
|
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! |
7 | 52 |
|
8 | 53 | Handbook release matching the release of DataLad v0.13.0 |
9 | 54 | 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. |
207 | 252 | [#479]: https://github.com/datalad-handbook/book/pull/479 |
208 | 253 | [#500]: https://github.com/datalad-handbook/book/pull/500 |
209 | 254 | [#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