Skip to content

Releases: Pressio/pressio-linalg

v0.1.0rc7

03 Apr 16:41
5ed3930
Compare
Choose a tag to compare

This release fixes linalg to assume that 2-D arrays are distributed over axis=0. and 3-D tensors are distributed over axis=1.

v0.1.0rc6

08 Mar 21:07
a29d6da
Compare
Choose a tag to compare

This release fixes an issue with the distribute_array_impl function as used in romtools.

v0.1.0rc5

08 Mar 20:45
9749fec
Compare
Choose a tag to compare

This release adds testing utils to the main linalg module (for use in rom-tools-and-workflows).

v0.1.0rc4

04 Mar 18:23
ac10f68
Compare
Choose a tag to compare

This release fixes an error with the __version__ attribute.

v0.1.0rc3

04 Mar 18:11
6728205
Compare
Choose a tag to compare

This release resolves a DeprecationWarning regarding pkg_resources

v0.1.0rc2

04 Mar 14:47
a9cf22e
Compare
Choose a tag to compare

This release makes the following improvements to pressio-linalg:

  • Adds mean and std functions
  • Adds support for axis argument (in max, min, mean, and std)
  • Renames SVD function to thin_svd and adds method argument to optionally select the method_of_snapshots.

v0.1.0rc1

14 Feb 18:46
06b2f80
Compare
Choose a tag to compare

This release improves the max and min functions to support multi-dimensional input arrays.

0.1.0rc

31 Jan 20:23
a51c3fd
Compare
Choose a tag to compare

Release candidate for testing PyPi publishing