Skip to content

Commit

Permalink
release-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelleinio committed Mar 13, 2020
1 parent 58942c6 commit 1aff5c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ 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.3.3](https://github.com/quintoandar/butterfree/releases/tag/0.3.1)
## [0.4.0](https://github.com/quintoandar/butterfree/releases/tag/0.4.0)
### Added
* [MLOP-169] Enable Stream Pipelines in Butterfree ([#81](https://github.com/quintoandar/butterfree/pull/81))
* Safeguard on date conversion ([#87](https://github.com/quintoandar/butterfree/pull/87))

## [0.3.3](https://github.com/quintoandar/butterfree/releases/tag/0.3.3)
* Collect set aggregation ([#80](https://github.com/quintoandar/butterfree/pull/80))
* Add drone step for automatic releasing ([#82](https://github.com/quintoandar/butterfree/pull/82))
* Remove OnlineFeatureStoreWriter validations ([#83](https://github.com/quintoandar/butterfree/pull/83))


## [0.3.2](https://github.com/quintoandar/butterfree/releases/tag/0.3.1)
## [0.3.2](https://github.com/quintoandar/butterfree/releases/tag/0.3.2)
* [MLOP-167] Fix Repartition Method ([#76](https://github.com/quintoandar/butterfree/pull/76))
* [MLOP-152] Tuning dataframe generated by FeatureSet ([#75](https://github.com/quintoandar/butterfree/pull/75))
* [MLOP-151] Refactor FeatureSet and Pipeline - Agg Feature bug ([#74](https://github.com/quintoandar/butterfree/pull/74))
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.3.3"
__version__ = "0.4.0"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit 1aff5c3

Please sign in to comment.