Skip to content

Commit 072a6b8

Browse files
authored
chore: prep release 0.10.3 (#1207)
1 parent fb70ac5 commit 072a6b8

File tree

4 files changed

+103
-32
lines changed

4 files changed

+103
-32
lines changed

CHANGES.rst

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

21+
`0.10.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.10.2...v0.10.3>`__ (2020-04-22)
22+
----------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **dataset:** avoid recursive addition of data directory
28+
(`#1163 <https://github.com/SwissDataScienceCenter/renku-python/issues/1163>`__)
29+
(`79e3b03 <https://github.com/SwissDataScienceCenter/renku-python/commit/79e3b0346df89dbb445df769dfa9dca0f878a242>`__)
30+
- **dataset:** commit after unlinking files
31+
(`#1120 <https://github.com/SwissDataScienceCenter/renku-python/issues/1120>`__)
32+
(`97e8754 <https://github.com/SwissDataScienceCenter/renku-python/commit/97e8754729078a54f20876ddaaf9ca191f4cb59a>`__)
33+
- **dataset:** Dataverse export
34+
(`#1028 <https://github.com/SwissDataScienceCenter/renku-python/issues/1028>`__)
35+
(`737cecf <https://github.com/SwissDataScienceCenter/renku-python/commit/737cecfebb298daa5704bda0ead73ebff1312539>`__)
36+
37+
Features
38+
~~~~~~~~
39+
40+
- **core:** CLI warning when in non-root directory
41+
(`#1162 <https://github.com/SwissDataScienceCenter/renku-python/issues/1162>`__)
42+
(`115e462 <https://github.com/SwissDataScienceCenter/renku-python/commit/115e46227decd7a4597a0918f3bae279fc73e366>`__)
43+
- **dataset:** migrate submodule-based datasets
44+
(`#1092 <https://github.com/SwissDataScienceCenter/renku-python/issues/1092>`__)
45+
(`dba20c4 <https://github.com/SwissDataScienceCenter/renku-python/commit/dba20c467ecf60361785bf515cd80633765db518>`__)
46+
- **dataset:** no failure when adding existing files
47+
(`#1177 <https://github.com/SwissDataScienceCenter/renku-python/issues/1177>`__)
48+
(`a68dcb7 <https://github.com/SwissDataScienceCenter/renku-python/commit/a68dcb789d9e9103a64fd678686256566a92d25c>`__)
49+
- **dataset:** remove –link flag
50+
(`#1164 <https://github.com/SwissDataScienceCenter/renku-python/issues/1164>`__)
51+
(`969d4f8 <https://github.com/SwissDataScienceCenter/renku-python/commit/969d4f88a082437e7f55a123347c2f63f32d5593>`__)
52+
- **dataset:** show file size in ls-files
53+
(`#1123 <https://github.com/SwissDataScienceCenter/renku-python/issues/1123>`__)
54+
(`0951930 <https://github.com/SwissDataScienceCenter/renku-python/commit/095193038d41c60e503d0dd52d8de2fca7ce29f8>`__)
55+
- **datasets:** specify title on dataset creation
56+
(`#1204 <https://github.com/SwissDataScienceCenter/renku-python/issues/1204>`__)
57+
(`fb70ac5 <https://github.com/SwissDataScienceCenter/renku-python/commit/fb70ac50533bfdb1b1cfb8d1e163c40531ea35fe>`__)
58+
- **init:** read and display template variables
59+
(`#1134 <https://github.com/SwissDataScienceCenter/renku-python/issues/1134>`__)
60+
(`0f86dc5 <https://github.com/SwissDataScienceCenter/renku-python/commit/0f86dc5fde89274a59f11345a5cc106fcbd8b206>`__),
61+
closes
62+
`#1126 <https://github.com/SwissDataScienceCenter/renku-python/issues/1126>`__
63+
- **service:** add remote files to dataset
64+
(`#1139 <https://github.com/SwissDataScienceCenter/renku-python/issues/1139>`__)
65+
(`f6bebfe <https://github.com/SwissDataScienceCenter/renku-python/commit/f6bebfea203c63bcf0843b48377b786a97aaa535>`__)
66+
67+
68+
`0.10.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.10.0...v0.10.1>`__ (2020-03-31)
69+
----------------------------------------------------------------------------------------------------------
70+
71+
Bug Fixes
72+
~~~~~~~~~
73+
74+
- **core:** directory input regression
75+
(`#1155 <https://github.com/SwissDataScienceCenter/renku-python/issues/1155>`__)
76+
(`b17c843 <https://github.com/SwissDataScienceCenter/renku-python/commit/b17c84382c68eee78f6fbaddc2b18794e72f30a3>`__)
77+
- **dataset:** correct url when importing with DOI
78+
(`#1156 <https://github.com/SwissDataScienceCenter/renku-python/issues/1156>`__)
79+
(`025b735 <https://github.com/SwissDataScienceCenter/renku-python/commit/025b735dfbe34e2bd58e85c2cbd6722b328fccef>`__)
80+
81+
Features
82+
~~~~~~~~
83+
84+
- renku init options refactor
85+
(`#1127 <https://github.com/SwissDataScienceCenter/renku-python/issues/1127>`__)
86+
(`78b208b <https://github.com/SwissDataScienceCenter/renku-python/commit/78b208bf9800a0c4caf85b4eed20bf5656561e37>`__)
87+
- **datasets:** add files from dropbox
88+
(`#1135 <https://github.com/SwissDataScienceCenter/renku-python/issues/1135>`__)
89+
(`bf5f2db <https://github.com/SwissDataScienceCenter/renku-python/commit/bf5f2db34479ed574af9fd57a893884abddb6f41>`__)
90+
91+
2192
`0.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.9.1...v0.10.0>`__ (2020-03-25)
2293
---------------------------------------------------------------------------------------------------------
2394

Pipfile.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from setuptools.command.develop import develop as _develop
3030

3131
URL = 'https://github.com/SwissDataScienceCenter/renku-project-template'
32-
REFERENCE = '0.1.9'
32+
REFERENCE = '0.1.10'
3333

3434

3535
class DownloadTemplates(Command):

tests/core/commands/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
)
3636
TEMPLATE_ID = 'python-minimal'
3737
TEMPLATE_INDEX = 1
38-
TEMPLATE_REF = '0.1.9'
38+
TEMPLATE_REF = '0.1.10'
3939
METADATA = {'name': 'myname', 'description': 'nodesc'}
4040
FAKE = 'NON_EXISTING'
4141

0 commit comments

Comments
 (0)