Skip to content

Releases: sm00thix/cvmatrix

v3.1.6: API and doc update

06 Jan 11:52
baedcb4

Choose a tag to compare

Made strings containing LaTeX r-strings to silence warning due to usage of "\m" e.g., in "\mathbf{X}".
Also added functionality to import cvmatrix.CVMatrix, cvmatrix.Partitioner or just cvmatrix.

v3.1.5

04 Jan 23:02
652757d

Choose a tag to compare

Updated pyproject.toml with classifiers of Python versions. Updated b…

v3.1.4

04 Jan 22:36
64a1d4a

Choose a tag to compare

Updated to Python3.14 (#16)

v3.1.3

04 Jan 00:19
b7686a9

Choose a tag to compare

Updated type hints and updated pyproject.toml to use typeguard for py…

v3.1.2

27 Aug 10:59
096d220

Choose a tag to compare

Now precomputing WX \odot X to index into for validation sums instead…

v3.1.1: Minor computational improvement and naming update (#13)

27 Aug 10:29
ea2379b

Choose a tag to compare

* Minor computational improvement. Also updated names from Xw and Yw to WX and WY

v3.1.0.post1

11 Jul 22:48
4fcf30a

Choose a tag to compare

Documentation update (#12)

v3.1.0: Updated doc strings and dependencies (#11)

11 Jul 12:53
637abe5

Choose a tag to compare

Co-authored-by: Ole-Christian Galbo Engstrøm <ocge@foss.dk>

v3.0.0.post1

10 Jul 22:38
f932b3b

Choose a tag to compare

Updated docstring for CVMatrix and NaiveCVMatrix. (#10)

v3.0.0: Detached Partitioner from CVMatrix and updated documentation. (#9)

10 Jul 18:05
8d0e5ef

Choose a tag to compare

Detached the Partitioner from CVMatrix so that the dictionary of integer arrays with validation indices does not need to be pickled when using multiprocessing together with CVMatrix such as in https://github.com/sm00thix/ikpls