Skip to content

Commit

Permalink
Upgrade version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Sep 14, 2024
1 parent 74b0660 commit 2c71d2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOGS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
Change Logs
===========

0.5.0
0.5.1
+++++

* :pr:`43`: improves reproducibility of function train_test_apart_stratify

0.5.0
+++++

* :pr:`33`: removes pyquickhelper dependency
* :pr:`30`: fix compatiblity with pandas 2.0

Expand Down
2 changes: 1 addition & 1 deletion pandas_streaming/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
__author__ = "Xavier Dupré"
__github__ = "https://github.com/sdpython/pandas_streaming"
__url__ = "https://sdpython.github.io/doc/pandas-streaming/dev/"
Expand Down

0 comments on commit 2c71d2e

Please sign in to comment.