Releases: sm00thix/cvmatrix
Releases · sm00thix/cvmatrix
v3.1.6: API and doc update
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
Updated pyproject.toml with classifiers of Python versions. Updated b…
v3.1.4
Updated to Python3.14 (#16)
v3.1.3
Updated type hints and updated pyproject.toml to use typeguard for py…
v3.1.2
Now precomputing WX \odot X to index into for validation sums instead…
v3.1.1: Minor computational improvement and naming update (#13)
* Minor computational improvement. Also updated names from Xw and Yw to WX and WY
v3.1.0.post1
Documentation update (#12)
v3.1.0: Updated doc strings and dependencies (#11)
Co-authored-by: Ole-Christian Galbo Engstrøm <ocge@foss.dk>
v3.0.0.post1
Updated docstring for CVMatrix and NaiveCVMatrix. (#10)
v3.0.0: Detached Partitioner from CVMatrix and updated documentation. (#9)
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