|
18 | 18 | Changes
|
19 | 19 | =======
|
20 | 20 |
|
| 21 | +`1.2.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.4...v1.2.0>`__ (2022-04-08) |
| 22 | +------------------------------------------------------------------------------------------------------- |
| 23 | + |
| 24 | +This release contains an internal refactoring moving some renku-python |
| 25 | +namespaces around, namely: |
| 26 | + |
| 27 | +- ``renku.api`` -> ``renku.ui.api`` |
| 28 | +- ``renku.cli`` -> ``renku.ui.cli`` |
| 29 | +- ``renku.service`` -> ``renku.ui.service`` |
| 30 | +- ``renku.core.commands`` -> ``renku.command`` |
| 31 | +- ``renku.core.models`` -> ``renku.domain_model`` |
| 32 | +- ``renku.core.metadata`` -> ``renku.infrastructure`` |
| 33 | +- ``renku.core.plugins`` -> ``renku.core.plugin`` |
| 34 | +- some ``renku.core.management.*`` submodules to ``renku.core.*`` |
| 35 | + |
| 36 | +All except the last point have redirects from the old to the new namespace, |
| 37 | +so existing could continues to work, but importing the old namespace will print |
| 38 | +a ``DeprecationWarning``. The code itself hasn't change, so replacing the old |
| 39 | +imports with the new ones is all that needs to be done. |
| 40 | + |
| 41 | +Bug Fixes |
| 42 | +~~~~~~~~~ |
| 43 | + |
| 44 | +- **core:** fix error when using external file in plan |
| 45 | + (`#2815 <https://github.com/SwissDataScienceCenter/renku-python/issues/2815>`__) |
| 46 | + (`101209c <https://github.com/SwissDataScienceCenter/renku-python/commit/101209c7569aea37e31029b92c55110fe828213a>`__) |
| 47 | +- **core:** fix SHACL shape for MappingParameter and add SHACL checks |
| 48 | + to more tests |
| 49 | + (`#2811 <https://github.com/SwissDataScienceCenter/renku-python/issues/2811>`__) |
| 50 | + (`ce9850f <https://github.com/SwissDataScienceCenter/renku-python/commit/ce9850f94e08a137fde7238e247250b4bf8b3976>`__) |
| 51 | +- **core:** Fix workflow outputs not staging parent directory o execution |
| 52 | + (`#2798 <https://github.com/SwissDataScienceCenter/renku-python/issues/2798>`__) |
| 53 | + (`330a3b8 <https://github.com/SwissDataScienceCenter/renku-python/commit/330a3b8df8347552db8ea3697e7fff5bcf807bec>`__) |
| 54 | +- **core:** optimize imports to improve startup time |
| 55 | + (`#2799 <https://github.com/SwissDataScienceCenter/renku-python/issues/2799>`__) |
| 56 | + (`918fc30 <https://github.com/SwissDataScienceCenter/renku-python/commit/918fc303f83c4f5b7b66db001f9002df335a4af2>`__) |
| 57 | +- **service:** clean cache after trying to fetch projects from non-existing repos |
| 58 | + (`#2789 <https://github.com/SwissDataScienceCenter/renku-python/issues/2789>`__) |
| 59 | + (`c62b75b <https://github.com/SwissDataScienceCenter/renku-python/commit/c62b75bce7da710c6f06802e61942837feb4a105>`__), |
| 60 | + closes |
| 61 | + `#2787 <https://github.com/SwissDataScienceCenter/renku-python/issues/2787>`__ |
| 62 | + |
| 63 | +Features |
| 64 | +~~~~~~~~ |
| 65 | +- **workflow:** docker container support for toil provider |
| 66 | + (`#2795 <https://github.com/SwissDataScienceCenter/renku-python/issues/2795>`__) |
| 67 | + (`3b3a896 <https://github.com/SwissDataScienceCenter/renku-python/commit/3b3a896f801102cd61d7dc320dc5d999cb403c48>`__) |
| 68 | + |
21 | 69 | `1.1.4 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.1.3...v1.1.4>`__ (2022-03-28)
|
22 | 70 | -------------------------------------------------------------------------------------------------------
|
23 | 71 |
|
|
0 commit comments