|
1 | | -0.2.3 (Mar 2, 2021) -- Cleanup |
| 1 | +# 0.2.3 (Mar 2, 2021) -- Cleanup |
| 2 | + |
| 3 | +## 🏠 Internal |
2 | 4 |
|
3 | 5 | - Mainly updating the release on PyPi to remove accidentally included |
4 | 6 | remains of the previous osfclient fork. |
5 | 7 |
|
6 | 8 |
|
7 | | -0.2.2 (Feb 10, 2021) -- No forks |
| 9 | +# 0.2.2 (Feb 10, 2021) -- No forks |
| 10 | + |
| 11 | +## 🏠 Internal |
8 | 12 |
|
9 | 13 | - The internal fork of osfclient has been removed and a dependency to |
10 | 14 | version 0.0.5 (which comes with all necessary features) was added. |
11 | 15 |
|
12 | 16 |
|
13 | | -0.2.1 (Feb 1, 2021) -- Bugfix |
| 17 | +# 0.2.1 (Feb 1, 2021) -- Bugfix |
| 18 | + |
| 19 | +## 🐛 Bug Fixes |
14 | 20 |
|
15 | | -- Fixes |
| 21 | +- A bug that allowed to clone an OSF project from misshaped URLs of type |
| 22 | + osf://<project id>/some/where/underneath (was treated as osf://<project id>). |
| 23 | + This led to an infinite recursion when installing subdatasets. |
16 | 24 |
|
17 | | - - A bug that allowed to clone an OSF project from misshaped URLs of type |
18 | | - osf://<project id>/some/where/underneath (was treated as osf://<project |
19 | | - id>). |
20 | | - This led to an infinite recursion when installing subdatasets. |
| 25 | +## 🏠 Internal |
21 | 26 |
|
22 | 27 | - An internal function allows to update existing project metadata |
23 | 28 |
|
| 29 | +- Updated internal osfclient fork |
| 30 | + |
| 31 | +## 📝 Documentation |
| 32 | + |
24 | 33 | - Several tweaks to the documentation |
25 | 34 |
|
| 35 | +## 🛡 Tests |
| 36 | + |
26 | 37 | - Changes in continuous integration testing with no implications for users |
27 | 38 |
|
28 | | -- Updated internal osfclient fork |
29 | 39 |
|
| 40 | +# 0.2.0 (Jul 17, 2020) -- More DataLad and OSF integration |
| 41 | + |
| 42 | +## 💫 Enhancements and new features |
30 | 43 |
|
31 | | -0.2.0 (Jul 17, 2020) -- More DataLad and OSF integration |
| 44 | +This release brings a variety improvements that jointly better utilize |
| 45 | +DataLad and OSF features |
32 | 46 |
|
33 | | -- This release brings a variety improvements that jointly better utilize |
34 | | - DataLad and OSF features |
| 47 | +- Add the ability to query a credential store via DataLad, when no |
| 48 | + credentials are found in environment variables |
35 | 49 |
|
36 | | - - Add the ability to query a credential store via DataLad, when no |
37 | | - credentials are found in environment variables |
| 50 | +- Add `osf-credentials` command to more conveniently set and reset |
| 51 | + OSF credentials for use by DataLad |
38 | 52 |
|
39 | | - - Add `osf-credentials` command to more conveniently set and reset |
40 | | - OSF credentials for use by DataLad |
| 53 | +- `create-sibling-osf` can now create public projects |
41 | 54 |
|
42 | | - - `create-sibling-osf` can now create public projects |
| 55 | +- OSF projects are now of category `data` by default and another category |
| 56 | + can be set via `create-sibling-osf --category` |
43 | 57 |
|
44 | | - - OSF projects are now of category `data` by default and another category |
45 | | - can be set via `create-sibling-osf --category` |
| 58 | +- Assign default OSF project tags to location any and specific datasets |
| 59 | + via OSF search functionality |
46 | 60 |
|
47 | | - - Assign default OSF project tags to location any and specific datasets |
48 | | - via OSF search functionality |
| 61 | +- Add the ability to use OSF projects as git-annex exports or actual annex |
| 62 | + stores |
49 | 63 |
|
50 | | - - Add the ability to use OSF projects as git-annex exports or actual annex |
51 | | - stores |
| 64 | +- Add `git-remote-osf` Git remote helper to use an OSF project as a regular |
| 65 | + Git remote, using `osf://<projectid>` URLs. Performance can be suboptimal |
| 66 | + when used with `datalad push` in DataLad versions up to 0.13.0 (repeated, |
| 67 | + avoidable Git repository uploads). Fixes have been queue for 0.13.1, and |
| 68 | + 0.14.0. |
52 | 69 |
|
53 | | - - Add `git-remote-osf` Git remote helper to use an OSF project as a regular |
54 | | - Git remote, using `osf://<projectid>` URLs. Performance can be suboptimal |
55 | | - when used with `datalad push` in DataLad versions up to 0.13.0 (repeated, |
56 | | - avoidable Git repository uploads). Fixes have been queue for 0.13.1, and |
57 | | - 0.14.0. |
| 70 | +- Ability to `datalad clone osf://<projectid>` to publish and obtain entire |
| 71 | + datasets via OSF , without the use of a separate service for Git hosting |
58 | 72 |
|
59 | | - - Ability to `datalad clone osf://<projectid>` to publish and obtain entire |
60 | | - datasets via OSF , without the use of a separate service for Git hosting |
| 73 | +## 🪓 Deprecations, removals, API changes |
61 | 74 |
|
62 | | -- API changes |
| 75 | +- Rename `create-sibling-osf --sibling` to `-s/--name` for uniformity with |
| 76 | + other such DataLad commands |
63 | 77 |
|
64 | | - - Rename `create-sibling-osf --sibling` to `-s/--name` for uniformity with |
65 | | - other such DataLad commands |
| 78 | +- Rename `create-sibling-osf --mode {annexstore,exporttree}` to |
| 79 | + `--mode {annex,export}` to match git-annex terminology |
66 | 80 |
|
67 | | - - Rename `create-sibling-osf --mode {annexstore,exporttree}` to |
68 | | - `--mode {annex,export}` to match git-annex terminology |
| 81 | +## 🛡 Tests |
69 | 82 |
|
70 | | -- Expanded test suite |
| 83 | +- Credential-less read-only access to public datasets |
71 | 84 |
|
72 | | - - Credential-less read-only access to public datasets |
| 85 | +## 🐛 Bug Fixes |
73 | 86 |
|
74 | | -- Fixes |
| 87 | +- User/password authentication used user as password and failed |
75 | 88 |
|
76 | | - - User/password authentication used user as password and failed |
| 89 | +## 🏠 Internal |
77 | 90 |
|
78 | 91 | - Dropped dependency on `7z`, archive and compression is now implemented via |
79 | 92 | Python standard library functionality |
80 | 93 |
|
81 | 94 | - Major documentation overhaul to reflect the new features and changed behavior |
82 | 95 |
|
83 | 96 |
|
84 | | -0.1 (Jun 18, 2020) -- Sprint! |
| 97 | +# 0.1 (Jun 18, 2020) -- Sprint! |
85 | 98 |
|
86 | | -- First implementation of a DataLad extension for exchanging data with and |
87 | | - via the Open Science Framework (OSF), completed during the OHBM brainhack |
88 | | - 2020. |
| 99 | +First implementation of a DataLad extension for exchanging data with and |
| 100 | +via the Open Science Framework (OSF), completed during the OHBM brainhack |
| 101 | +2020. |
89 | 102 |
|
90 | | - - A new git-annex special remote implementation `git-annex-remote-osf` |
91 | | - is included that supports using an OSF project as a classic annex, |
92 | | - but also supports `exporttree=yes` |
| 103 | +- A new git-annex special remote implementation `git-annex-remote-osf` |
| 104 | + is included that supports using an OSF project as a classic annex, |
| 105 | + but also supports `exporttree=yes` |
93 | 106 |
|
94 | | - - A `datalad create-sibling-osf` command is provided that can |
95 | | - programmatically create OSF projects for dataset publication. |
| 107 | +- A `datalad create-sibling-osf` command is provided that can |
| 108 | + programmatically create OSF projects for dataset publication. |
0 commit comments