Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.12.1 #526

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
🚀 Bump version and CHANGELOG for release 0.12.1 (#526)
  • Loading branch information
github-actions authored and Galileo-Galilei committed Feb 9, 2024
commit 9d9d9bc1625958137a81265ea3f9280b8bd6bf27
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## [Unreleased]

### Fixed
## [0.12.1] - 2024-02-09

### Added

- :bug: Add support for dataset factories in ``KedroPipelineModel`` ([#516, sebastiandro](https://github.com/Galileo-Galilei/kedro-mlflow/pull/516))
- :sparkles: Add a ``km.random_name`` resolver which enables to use auto-generated names for kedro runs instead of pipeline name in the ``mlflow.yml`` configuration file ([#426](https://github.com/Galileo-Galilei/kedro-mlflow/issues/426))
- :sparkles: Add a `km.random_name` resolver which enables to use auto-generated names for kedro runs instead of pipeline name in the `mlflow.yml` configuration file ([#426](https://github.com/Galileo-Galilei/kedro-mlflow/issues/426))

### Fixed

- :bug: Add support for dataset factories in `KedroPipelineModel` ([#516, sebastiandro](https://github.com/Galileo-Galilei/kedro-mlflow/pull/516))

## [0.12.0] - 2023-12-19

Expand Down Expand Up @@ -457,7 +461,9 @@
- :sparkles: Add `MlflowDataSet` for artifacts autologging
- :sparkles: Add `PipelineMl` class and its `pipeline_ml` factory for pipeline packaging and service

[Unreleased]: https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.12.0...HEAD
[Unreleased]: https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.12.1...HEAD

[0.12.1]: https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.12.0...0.12.1

[0.12.0]: https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.11.10...0.12.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
----------------------------------------------------------
| Branch | Tests | Coverage | Links | Documentation | Deployment | Activity |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `master` | [![test](https://github.com/Galileo-Galilei/kedro-mlflow/workflows/test/badge.svg?branch=master)](https://github.com/Galileo-Galilei/kedro-mlflow/actions?query=workflow%3Atest+branch%3Amaster) | [![codecov](https://codecov.io/gh/Galileo-Galilei/kedro-mlflow/branch/master/graph/badge.svg)](https://codecov.io/gh/Galileo-Galilei/kedro-mlflow/branch/master) | [![links](https://github.com/Galileo-Galilei/kedro-mlflow/workflows/check-links/badge.svg?branch=master)](https://github.com/Galileo-Galilei/kedro-mlflow/actions?query=workflow%3Acheck-links+branch%3Amaster) | [![Documentation](https://readthedocs.org/projects/kedro-mlflow/badge/?version=stable)](https://kedro-mlflow.readthedocs.io/en/stable/) | [![publish](https://github.com/Galileo-Galilei/kedro-mlflow/workflows/publish/badge.svg?branch=master)](https://github.com/Galileo-Galilei/kedro-mlflow/actions?query=branch%3Amaster+workflow%3Apublish) | [![commit](https://img.shields.io/github/commits-since/Galileo-Galilei/kedro-mlflow/0.12.0)](https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.12.0...master) |
| `master` | [![test](https://github.com/Galileo-Galilei/kedro-mlflow/workflows/test/badge.svg?branch=master)](https://github.com/Galileo-Galilei/kedro-mlflow/actions?query=workflow%3Atest+branch%3Amaster) | [![codecov](https://codecov.io/gh/Galileo-Galilei/kedro-mlflow/branch/master/graph/badge.svg)](https://codecov.io/gh/Galileo-Galilei/kedro-mlflow/branch/master) | [![links](https://github.com/Galileo-Galilei/kedro-mlflow/workflows/check-links/badge.svg?branch=master)](https://github.com/Galileo-Galilei/kedro-mlflow/actions?query=workflow%3Acheck-links+branch%3Amaster) | [![Documentation](https://readthedocs.org/projects/kedro-mlflow/badge/?version=stable)](https://kedro-mlflow.readthedocs.io/en/stable/) | [![publish](https://github.com/Galileo-Galilei/kedro-mlflow/workflows/publish/badge.svg?branch=master)](https://github.com/Galileo-Galilei/kedro-mlflow/actions?query=branch%3Amaster+workflow%3Apublish) | [![commit](https://img.shields.io/github/commits-since/Galileo-Galilei/kedro-mlflow/0.12.1)](https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.12.1...master) |

*If you like the repo, please give it a :star:*

Expand Down
4 changes: 2 additions & 2 deletions docs/source/02_installation/01_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ projects. It is developed as part of
the Kedro initiative at QuantumBlack.

Installed plugins:
kedro_mlflow: 0.12.0 (hooks:global,project)
kedro_mlflow: 0.12.1 (hooks:global,project)
```

The version ``0.12.0`` of the plugin is installed and has both global and project commands.
The version ``0.12.1`` of the plugin is installed and has both global and project commands.

That's it! You are now ready to go!

Expand Down
2 changes: 1 addition & 1 deletion docs/source/03_getting_started/01_example_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Create a conda environment and install ``kedro-mlflow`` (this will automatically
```console
conda create -n km_example python=3.9 --yes
conda activate km_example
pip install kedro-mlflow==0.12.0
pip install kedro-mlflow==0.12.1
```

## Install the toy project
Expand Down
2 changes: 1 addition & 1 deletion kedro_mlflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""kedro-mlflow plugin constants
"""
__version__ = "0.12.0"
__version__ = "0.12.1"

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ignore = ["E501", "PLR0913"] # Black take care off line-too-long
exclude = ["/template/"]

[tool.bumpversion]
current_version = "0.12.0"
current_version = "0.12.1"

[[tool.bumpversion.files]]
filename = "setup.py"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _parse_requirements(path, encoding="utf-8"):

setup(
name=NAME,
version="0.12.0", # this will be bumped automatically by bump-my-version
version="0.12.1", # this will be bumped automatically by bump-my-version
description="A kedro-plugin to use mlflow in your kedro projects",
license="Apache Software License (Apache 2.0)",
long_description=README,
Expand Down
Loading