18
18
Changes
19
19
=======
20
20
21
+
22
+ `0.8.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.7.0...v0.8.0 >`__ (2019-11-21)
23
+ -------------------------------------------------------------------------------------------------------
24
+
25
+ Bug Fixes
26
+ ~~~~~~~~~
27
+
28
+ - addressed CI problems with git submodules
29
+ (`#783 <https://github.com/SwissDataScienceCenter/renku-python/issues/783 >`__)
30
+ (`0d3eeb7 <https://github.com/SwissDataScienceCenter/renku-python/commit/0d3eeb7 >`__)
31
+ - adds simple check on empty filename
32
+ (`#786 <https://github.com/SwissDataScienceCenter/renku-python/issues/786 >`__)
33
+ (`8cd061b <https://github.com/SwissDataScienceCenter/renku-python/commit/8cd061b >`__)
34
+ - ensure all Person instances have valid ids
35
+ (`4f80efc <https://github.com/SwissDataScienceCenter/renku-python/commit/4f80efc >`__),
36
+ closes
37
+ `#812 <https://github.com/SwissDataScienceCenter/renku-python/issues/812 >`__
38
+ - Fixes jsonld issue when importing from dataverse
39
+ (`#759 <https://github.com/SwissDataScienceCenter/renku-python/issues/759 >`__)
40
+ (`ffe36c6 <https://github.com/SwissDataScienceCenter/renku-python/commit/ffe36c6 >`__)
41
+ - fixes nested type scoped handling if a class only has a single class
42
+ (`#804 <https://github.com/SwissDataScienceCenter/renku-python/issues/804 >`__)
43
+ (`16d03b6 <https://github.com/SwissDataScienceCenter/renku-python/commit/16d03b6 >`__)
44
+ - ignore deleted paths in generated entities
45
+ (`86fedaf <https://github.com/SwissDataScienceCenter/renku-python/commit/86fedaf >`__),
46
+ closes
47
+ `#806 <https://github.com/SwissDataScienceCenter/renku-python/issues/806 >`__
48
+ - integration tests
49
+ (`#831 <https://github.com/SwissDataScienceCenter/renku-python/issues/831 >`__)
50
+ (`a4ad7f9 <https://github.com/SwissDataScienceCenter/renku-python/commit/a4ad7f9 >`__)
51
+ - make Creator a subclass of Person
52
+ (`ac9bac3 <https://github.com/SwissDataScienceCenter/renku-python/commit/ac9bac3 >`__),
53
+ closes
54
+ `#793 <https://github.com/SwissDataScienceCenter/renku-python/issues/793 >`__
55
+ - Redesign scoped context in jsonld
56
+ (`#750 <https://github.com/SwissDataScienceCenter/renku-python/issues/750 >`__)
57
+ (`2b1948d <https://github.com/SwissDataScienceCenter/renku-python/commit/2b1948d >`__)
58
+
59
+ Features
60
+ ~~~~~~~~
61
+
62
+ - avoid creation of nested datasets
63
+ (`#796 <https://github.com/SwissDataScienceCenter/renku-python/issues/796 >`__)
64
+ (`6084c87 <https://github.com/SwissDataScienceCenter/renku-python/commit/6084c87 >`__)
65
+ - do not create dataset implicitly
66
+ (`#779 <https://github.com/SwissDataScienceCenter/renku-python/issues/779 >`__)
67
+ (`84e59d0 <https://github.com/SwissDataScienceCenter/renku-python/commit/84e59d0 >`__)
68
+ - local git repo not treated as remote
69
+ (`8cc2834 <https://github.com/SwissDataScienceCenter/renku-python/commit/8cc2834 >`__)
70
+ - renku clone command
71
+ (`#828 <https://github.com/SwissDataScienceCenter/renku-python/issues/828 >`__)
72
+ (`4b3b615 <https://github.com/SwissDataScienceCenter/renku-python/commit/4b3b615 >`__)
73
+
74
+
21
75
`0.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.6.0...v0.6.1 >`__ (2019-10-15)
22
76
-------------------------------------------------------------------------------------------------------
23
77
@@ -26,13 +80,10 @@ Bug Fixes
26
80
27
81
- use UI-resolved project path as project ID (`#701 `_) (`dfcc9e6 `_)
28
82
29
- .. _section-1 :
30
83
31
84
`0.6.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.6.0...v0.6.1 >`__ (2019-10-10)
32
85
-------------------------------------------------------------------------------------------------------
33
86
34
- .. _bug-fixes-1 :
35
-
36
87
Bug Fixes
37
88
~~~~~~~~~
38
89
0 commit comments