Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading