Skip to content

Commit

Permalink
release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roelschr authored and Igor Gustavo Hoelscher committed May 6, 2020
1 parent a19651c commit 4ca7f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each

## Unreleased

## [0.9.2](https://github.com/quintoandar/butterfree/releases/tag/0.9.2)
### Added
* Add most_frequent_set to allowed agg ([#150](https://github.com/quintoandar/butterfree/pull/150))

## [0.9.1](https://github.com/quintoandar/butterfree/releases/tag/0.9.1)
### Added
* [MLOP-280] Create new most frequent set aggregation ([#145](https://github.com/quintoandar/butterfree/pull/145))

### Changed
* Optimize Aggregated Feature Sets with Repartition (#147(https://github.com/quintoandar/butterfree/pull/147))
* [MLOP-281] Fix target dataframe in test_aggregated_feature_set (#146(https://github.com/quintoandar/butterfree/pull/146))
* Optimize Aggregated Feature Sets with Repartition ([#147](https://github.com/quintoandar/butterfree/pull/147))
* [MLOP-281] Fix target dataframe in test_aggregated_feature_set ([#146](https://github.com/quintoandar/butterfree/pull/146))

## [0.9.0](https://github.com/quintoandar/butterfree/releases/tag/0.9.0)
### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "quintoandar-butterfree"
__version__ = "0.9.1"
__version__ = "0.9.2"
__repository_url__ = "https://github.com/quintoandar/butterfree"

with open("requirements.txt") as f:
Expand Down

0 comments on commit 4ca7f06

Please sign in to comment.