Skip to content

Commit 5a72a93

Browse files
committed
Create and move to new release header for 0.17.8
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
1 parent 9ff15cf commit 5a72a93

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

RELEASE.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# Release 0.17.8
2+
3+
## Major features and improvements
4+
* Documented distribution of Kedro pipelines with Dask.
5+
6+
## Bug fixes and other changes
7+
8+
## Upcoming deprecations for Kedro 0.18.0
9+
110
# Release 0.17.7
211

312
## Major features and improvements
413
* `pipeline` now accepts `tags` and a collection of `Node`s and/or `Pipeline`s rather than just a single `Pipeline` object. `pipeline` should be used in preference to `Pipeline` when creating a Kedro pipeline.
514
* `pandas.SQLTableDataSet` and `pandas.SQLQueryDataSet` now only open one connection per database, at instantiation time (therefore at catalog creation time), rather than one per load/save operation.
6-
* Documented distribution of Kedro pipelines with Dask.
715
* Added new command group, `micropkg`, to replace `kedro pipeline pull` and `kedro pipeline package` with `kedro micropkg pull` and `kedro micropkg package` for Kedro 0.18.0. `kedro micropkg package` saves packages to `project/dist` while `kedro pipeline package` saves packages to `project/src/dist`.
816

917
## Bug fixes and other changes
@@ -16,7 +24,6 @@
1624
* Added `astro-iris` as alias for `astro-airlow-iris`, so that old tutorials can still be followed.
1725
* Added details about [Kedro's Technical Steering Committee and governance model](https://kedro.readthedocs.io/en/0.17.7/14_contribution/technical_steering_committee.html).
1826

19-
2027
## Upcoming deprecations for Kedro 0.18.0
2128
* `kedro pipeline pull` and `kedro pipeline package` will be deprecated. Please use `kedro micropkg` instead.
2229

0 commit comments

Comments
 (0)