diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 45f8bcb..4457582 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -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 diff --git a/pandas_streaming/__init__.py b/pandas_streaming/__init__.py index 71a74c0..bff45cc 100644 --- a/pandas_streaming/__init__.py +++ b/pandas_streaming/__init__.py @@ -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/"