Skip to content

Commit ff821f8

Browse files
authored
chore: update changelog for 0.10.0 (#1138)
1 parent 7567898 commit ff821f8

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGES.rst

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,70 @@
1818
Changes
1919
=======
2020

21+
`0.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.9.1...v0.10.0>`__ (2020-03-25)
22+
---------------------------------------------------------------------------------------------------------
23+
24+
This release brings about several important Dataset features:
25+
26+
- importing renku datasets (`#838 <https://github.com/SwissDataScienceCenter/renku-python/issues/838>`__)
27+
- working with data external to the repository (`#974 <https://github.com/SwissDataScienceCenter/renku-python/issues/974>`__)
28+
- editing dataset metadata (`#1111 <https://github.com/SwissDataScienceCenter/renku-python/issues/1111>`__)
29+
30+
Please see the `Dataset documentation
31+
<https://renku-python.readthedocs.io/en/latest/commands.html#module-renku.cli.dataset>`_ for details.
32+
33+
Additional features were implemented for the backend service to facilitate a smoother user
34+
experience for dataset file manipulation.
35+
36+
**IMPORTANT**: starting with this version, a new metadata migration mechanism is in place
37+
(`#1003 <https://github.com/SwissDataScienceCenter/renku-python/issues/1003>`__). Renku commands
38+
will insist on migrating a project immediately if the metadata is found to be outdated.
39+
40+
41+
Bug Fixes
42+
~~~~~~~~~
43+
44+
- **cli:** consistenly show correct contexts
45+
(`#1096 <https://github.com/SwissDataScienceCenter/renku-python/issues/1096>`__)
46+
(`b333f0f <https://github.com/SwissDataScienceCenter/renku-python/commit/b333f0f27fdaeec1ce3ba7a145739055429419d9>`__)
47+
- **dataset:** –no-external-storage flag not working
48+
(`#1130 <https://github.com/SwissDataScienceCenter/renku-python/issues/1130>`__)
49+
(`c183e97 <https://github.com/SwissDataScienceCenter/renku-python/commit/c183e97940914cca1b7415722b4af2f47ad082c0>`__)
50+
- **dataset:** commit only updated dataset files
51+
(`#1116 <https://github.com/SwissDataScienceCenter/renku-python/issues/1116>`__)
52+
(`d9739df <https://github.com/SwissDataScienceCenter/renku-python/commit/d9739dfee081181a4801373a85a057267945da1f>`__)
53+
- **datasets:** fixed importing large amount of small files
54+
(`#1119 <https://github.com/SwissDataScienceCenter/renku-python/issues/1119>`__)
55+
(`8d61473 <https://github.com/SwissDataScienceCenter/renku-python/commit/8d61473bb6630d4b75c0d95a3d001ea2a5bcfbb7>`__)
56+
- **datasets:** raises correct error message on import of protected
57+
dataset
58+
(`#1112 <https://github.com/SwissDataScienceCenter/renku-python/issues/1112>`__)
59+
(`e579904 <https://github.com/SwissDataScienceCenter/renku-python/commit/e579904acd4aa944476b4990e881ad6416efffb4>`__)
60+
61+
Features
62+
~~~~~~~~
63+
64+
- **core:** new migration mechanism
65+
(`#1003 <https://github.com/SwissDataScienceCenter/renku-python/issues/1003>`__)
66+
(`1cc33d4 <https://github.com/SwissDataScienceCenter/renku-python/commit/1cc33d46918468ec82fa5829d4e7bd03e7e25b77>`__)
67+
- **dataset:** adding external data without copying
68+
(`#974 <https://github.com/SwissDataScienceCenter/renku-python/issues/974>`__)
69+
(`6a17512 <https://github.com/SwissDataScienceCenter/renku-python/commit/6a17512e416737419b370c730172117b338dd528>`__)
70+
71+
- **dataset:** bypass import confirmation
72+
(`#1124 <https://github.com/SwissDataScienceCenter/renku-python/issues/1124>`__)
73+
(`947210a <https://github.com/SwissDataScienceCenter/renku-python/commit/947210ae4432ef6eb6d3a902d239871d405abbbf>`__)
74+
- **dataset:** import renku datasets
75+
(`#838 <https://github.com/SwissDataScienceCenter/renku-python/issues/838>`__)
76+
(`6aa3651 <https://github.com/SwissDataScienceCenter/renku-python/commit/6aa3651398432a938d29a2c355541170d496e2df>`__)
77+
- **dataset:** metadata edit
78+
(`#1111 <https://github.com/SwissDataScienceCenter/renku-python/issues/1111>`__)
79+
(`66cfbbc <https://github.com/SwissDataScienceCenter/renku-python/commit/66cfbbc81c274822ed339b1919e6ac10646ab5fe>`__)
80+
- **dataset:** wildcard support when adding data from git
81+
(`#1128 <https://github.com/SwissDataScienceCenter/renku-python/issues/1128>`__)
82+
(`baa1c9f <https://github.com/SwissDataScienceCenter/renku-python/commit/baa1c9f840eec9c2c0ae12723c28db1728c104eb>`__)
83+
84+
2185
`0.9.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.9.0...v0.9.1>`__ (2020-02-24)
2286
-------------------------------------------------------------------------------------------------------
2387

0 commit comments

Comments
 (0)