Skip to content

Commit

Permalink
v0.7.0 (#168)
Browse files Browse the repository at this point in the history
* v0.7.0

* Update changelog.md
  • Loading branch information
gsheni committed Oct 22, 2023
1 parent de5797c commit 916c958
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

Changelog
---------
v0.7.0 ()
=========
v0.7.0 (October 21, 2023)
=========================
* Enhancements
* Add Airbnb Reviews dataset [#161][#161]
* Add LLM Function to determine relevant prediction problems [#167][#167]
* Fixes
* Remove compose as a dependency [#162][#162]
* Remove scikit learn as a dependency [#164][#164]
* Fixes
* Update threshold function to better calculate entropy [#167][#167]

[#161]: <https://github.com/trane-dev/Trane/pull/161>
[#162]: <https://github.com/trane-dev/Trane/pull/162>
[#164]: <https://github.com/trane-dev/Trane/pull/164>
[#167]: <https://github.com/trane-dev/Trane/pull/167>

v0.6.0 (August 27, 2023)
========================
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.6.0"
assert __version__ == "0.7.0"
2 changes: 1 addition & 1 deletion trane/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.7.0"

0 comments on commit 916c958

Please sign in to comment.