Skip to content

Commit

Permalink
feat: new realease
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Apr 11, 2024
1 parent 688a5b3 commit a96c3be
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each

## [Unreleased]

## [1.2.4](https://github.com/quintoandar/butterfree/releases/tag/1.2.4)
* Auto create feature sets ([#351](https://github.com/quintoandar/butterfree/pull/351))

## [1.2.3](https://github.com/quintoandar/butterfree/releases/tag/1.2.3)
* Optional params ([#347](https://github.com/quintoandar/butterfree/pull/347))

Expand Down Expand Up @@ -66,7 +69,7 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each
* [MLOP-632] Butterfree dev workflow, automate release description ([#279](https://github.com/quintoandar/butterfree/commit/245eaa594846166972241b03fddc61ee5117b1f7))

### Fixed
* Change trigger for pipeline staging ([#287](https://github.com/quintoandar/butterfree/pull/287))
* Change trigger for pipeline staging ([#287](https://github.com/quintoandar/butterfree/pull/287))

## [1.1.2](https://github.com/quintoandar/butterfree/releases/tag/1.1.2)
### Fixed
Expand All @@ -89,11 +92,11 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each
* Update README ([#257](https://github.com/quintoandar/butterfree/pull/257))

### Fixed
* Fix Butterfree's workflow ([#262](https://github.com/quintoandar/butterfree/pull/262))
* Fix Butterfree's workflow ([#262](https://github.com/quintoandar/butterfree/pull/262))
* [FIX] Downgrade Python Version in Pyenv ([#227](https://github.com/quintoandar/butterfree/pull/227))
* [FIX] Fix docs ([#229](https://github.com/quintoandar/butterfree/pull/229))
* [FIX] Fix docs ([#229](https://github.com/quintoandar/butterfree/pull/229))
* [FIX] Fix Docs - Add more dependencies ([#230](https://github.com/quintoandar/butterfree/pull/230))
* Fix broken notebook URL ([#236](https://github.com/quintoandar/butterfree/pull/236))
* Fix broken notebook URL ([#236](https://github.com/quintoandar/butterfree/pull/236))
* Issue #77 Fix ([#245](https://github.com/quintoandar/butterfree/pull/245))

## [1.0.2](https://github.com/quintoandar/butterfree/releases/tag/1.0.2)
Expand All @@ -104,7 +107,7 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each
* [MLOP-426] Change branching strategy on butterfree to use only master branch ([#216](https://github.com/quintoandar/butterfree/pull/216))

### Fixed
* [MLOP-440] Python 3.7 bump and Fixing Dependencies ([#220](https://github.com/quintoandar/butterfree/pull/220))
* [MLOP-440] Python 3.7 bump and Fixing Dependencies ([#220](https://github.com/quintoandar/butterfree/pull/220))

## [1.0.1](https://github.com/quintoandar/butterfree/releases/tag/1.0.1)
### Added
Expand Down Expand Up @@ -303,4 +306,4 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each
* [MLOP-143] Fix Bugs for HouseMain FeatureSet ([#62](https://github.com/quintoandar/butterfree/pull/62))

## [0.1.0](https://github.com/quintoandar/butterfree/releases/tag/0.1.0)
* First modules and entities of butterfree package.
* First modules and entities of butterfree package.
19 changes: 19 additions & 0 deletions docs/source/butterfree.automated.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
butterfree.automated package
============================

Submodules
----------


.. automodule:: butterfree.automated.feature_set_creation
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: butterfree.automated
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/butterfree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Subpackages
.. toctree::
:maxdepth: 4

butterfree.automated
butterfree.clients
butterfree.configs
butterfree.constants
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__ = "butterfree"
__version__ = "1.2.3.dev0"
__version__ = "1.2.4"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit a96c3be

Please sign in to comment.