Skip to content

Commit

Permalink
release 0.9.1
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 77db644 commit 3efffe0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.

## Unreleased

## [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))

## [0.9.0](https://github.com/quintoandar/butterfree/releases/tag/0.9.0)
### Added
* [MLOP-191] AggregatedTransform with filter option to use subset during aggregation ([#139](https://github.com/quintoandar/butterfree/pull/139))
* [MLOP-190] AggregateTransform with distinct_on option to de-duplicate auditable/historical tables ([#138](https://github.com/quintoandar/butterfree/pull/138))
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.0"
__version__ = "0.9.1"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit 3efffe0

Please sign in to comment.