Skip to content

Commit

Permalink
up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Oct 21, 2023
1 parent ae2cfc5 commit bf2d62e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

## [Unreleased]


- :sparkles: Add support for python 3.11 ([#450,rxm7706](https://github.com/Galileo-Galilei/kedro-mlflow/pull/450))
- :boom: :recycle: Rename the following ``DataSets`` with the ``Dataset`` suffix (without capitalized ``S``) as with new kedro conventions from ``kedro>=0.19`` ([#439, ShubhamZoro](https://github.com/Galileo-Galilei/kedro-mlflow/pull/439)):
- ``MlflowArtifactDataSet``->``MlflowArtifactDataset``
- ``MlflowAbstractModelDataSet``->``MlflowAbstractModelDataset``
- ``MlflowMetricDataSet``->``MlflowMetricDataset``
- ``MlflowMetricHistoryDataSet``->``MlflowMetricHistoryDataset``
- ``MlflowMetricsDataSet``->``MlflowMetricsDataset``


## [0.11.10] - 2023-10-03

### Fixed

- :bug: Avoid error when using kedro==0.18.1 with `TemplatedConfigLoader` and no `mlflow.yml` configuration file ([#452](https://github.com/Galileo-Galilei/kedro-mlflow/issues/452))
- :bug: Avoid error when using kedro==0.18.1 with `TemplatedConfigLoader` and no `mlflow.yml` configuration file ([#452, sami-sweng](https://github.com/Galileo-Galilei/kedro-mlflow/issues/452))

## [0.11.9] - 2023-07-23

Expand Down

0 comments on commit bf2d62e

Please sign in to comment.