Sm00thix / IKPLS

Fast CPU and GPU Python implementations of Improved Kernel PLS by Dayal and MacGregor (1997) and Shortcutting Cross-Validation by Engstrøm (2024).
https://ikpls.readthedocs.io/en/latest/
Apache License 2.0
10 stars 4 forks source link

Supporting NumPy >= 1.26.3 which includes NumPy 2.0 versions #37

Closed Sm00thix closed 3 months ago

Sm00thix commented 3 months ago

Made minor updates to the ikpls package, all consisting of type annotations.

Updated the test files to use vstack explicitly instead of row_stack.

Removed .github/workflows/draft-pdf.yml as the JOSS review is over and PDF is published.

Sm00thix commented 3 months ago

Now supporting NumPy>=1.26.3. This includes NumPy 2.0.x. Related to #36.