Skip to content

Commit

Permalink
🚀 Bump version and CHANGELOG for release 0.11.8 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and Galileo-Galilei committed Feb 13, 2023
1 parent 930e29e commit 9df9c23
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Changelog

## [Unreleased]

## [0.11.8] - 2023-02-13

### Added

- :sparkles: Added support for Mlflow 2.0 ([#390](https://github.com/Galileo-Galilei/kedro-mlflow/issues/390))

- :sparkles: The ``modelify`` command now accepts a ``--run-name`` to specifiy the run name where the model is logged ([#408](https://github.com/Galileo-Galilei/kedro-mlflow/issues/408))
- :sparkles: The `modelify` command now accepts a `--run-name` to specifiy the run name where the model is logged ([#408](https://github.com/Galileo-Galilei/kedro-mlflow/issues/408))

### Fixed

- :memo: Update incorrect documentation about model registry with local relative filepath ([#400](https://github.com/Galileo-Galilei/kedro-mlflow/issues/400))

- :bug: The ``modelify`` command now creates a conda environment based on your environment python and kedro versions instead of hardcoded ``python=3.7`` and ``kedro=0.16.5`` ([#405](https://github.com/Galileo-Galilei/kedro-mlflow/issues/405))
- :bug: The `modelify` command now creates a conda environment based on your environment python and kedro versions instead of hardcoded `python=3.7` and `kedro=0.16.5` ([#405](https://github.com/Galileo-Galilei/kedro-mlflow/issues/405))

- :bug: The ``modelify`` command now uses correctly the ``--pip-requirements`` argument instead of raising an error ([#405](https://github.com/Galileo-Galilei/kedro-mlflow/issues/405))
- :bug: The `modelify` command now uses correctly the `--pip-requirements` argument instead of raising an error ([#405](https://github.com/Galileo-Galilei/kedro-mlflow/issues/405))

- :bug: The ``modelify`` command now uses ``modelify`` as a default run name ([#408](https://github.com/Galileo-Galilei/kedro-mlflow/issues/408))
- :bug: The `modelify` command now uses `modelify` as a default run name ([#408](https://github.com/Galileo-Galilei/kedro-mlflow/issues/408))

## [0.11.7] - 2023-01-28

Expand Down Expand Up @@ -407,7 +411,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.11.7...HEAD
[Unreleased]: https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.11.8...HEAD

[0.11.8]: https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.11.7...0.11.8

[0.11.7]: https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.11.6...0.11.7

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.11.7)](https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.11.7...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.11.8)](https://github.com/Galileo-Galilei/kedro-mlflow/compare/0.11.8...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.11.7 (hooks:global,project)
kedro_mlflow: 0.11.8 (hooks:global,project)
```

The version ``0.11.7`` of the plugin is installed and has both global and project commands.
The version ``0.11.8`` 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.11.7
pip install kedro-mlflow==0.11.8
```

## 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.11.7"
__version__ = "0.11.8"

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.7
current_version = 0.11.8

[tool:pytest]
addopts = --cov=kedro_mlflow --cov-report=html tests/
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.11.7", # this will be bumped automatically by bump2version
version="0.11.8", # this will be bumped automatically by bump2version
description="A kedro-plugin to use mlflow in your kedro projects",
license="Apache Software License (Apache 2.0)",
long_description=README,
Expand Down

0 comments on commit 9df9c23

Please sign in to comment.