Skip to content

Releases: WenjieZ/TSCV

Version 0.1.3

23 Jan 18:55
3f71047

Choose a tag to compare

What's Changed

  • Use pytest from conda-forge to prevent CI failure on Appveyor (Windows)
  • Restore compatibility after scikit-learn's upgrade to 1.1.3

Version 0.1.2

21 Apr 11:44
c887ec0

Choose a tag to compare

Updated the setup file.

Version 0.1.1

16 Apr 02:45
54d3822

Choose a tag to compare

Minor changes

Version 0.1

15 Apr 09:04
449eb1d

Choose a tag to compare

  • Add the new, more flexible and thus powerful GapRollForward to replace GapWalkForward.

Version 0.0.5

29 Mar 07:02
98ff082

Choose a tag to compare

The release solves the Scikit-Learn v0.24 compatibility issue as well as implements the following enhancements:

  • Make 0 training size possible in GapWalkForward.
  • Overlapping the test set in GapWalkForward via the rollback_size parameter.
  • Improve the user experience in of gap_train_test_split.
  • Add a deprecation message to GapWalkForward.

Version 0.0.5 release candidate 1

18 Mar 11:00

Choose a tag to compare

Pre-release

The release solves the Scikit-Learn v0.24 compatibility issue as well as implements the following enhancements:

  • Make 0 training size possible in GapWalkForward.
  • Overlapping the test set in GapWalkForward via the rollback_size parameter.
  • Improve the user experience in of gap_train_test_split.

v0.0.4

08 Dec 01:27

Choose a tag to compare

Changed GapWalkForward.get_n_splits to match abstract method signature.

It aligns the get_n_splits method signature with the abstract method signature required by GridSearchCV.

v0.0.3

19 May 09:48

Choose a tag to compare

`Gapold` --> `GapKFold` in `__all__`

v0.0.2

15 May 13:21

Choose a tag to compare

fix the docstring

v0.0.1

14 May 22:48
f50db07

Choose a tag to compare

Merge pull request #2 from WenjieZ/dist

pack and upload to PyPi