Releases: luhenry/netlib
Releases · luhenry/netlib
Add Windows native BLAS support + Add ubuntu-24.04-riscv to CI + Largely expand test coverage
Add Windows native BLAS support + Add ubuntu-24.04-riscv to CI + Largely expand test coverage
Latest
What's Changed
- Fix release workflow to download full target directory (take 2) by @luhenry in #33
- Implement full Java BLAS and expand test coverage by @luhenry in #35
- Implement comprehensive BLAS, ARPACK, and LAPACK test coverage by @luhenry in #34
- Improve BLAS test coverage and fix negative stride bug in Java8BLAS by @luhenry in #36
- Fix UnsupportedOperationException on Windows in JNI* loaders by @philwalk in #38
- Add ubuntu-24.04-riscv to CI by @luhenry in #37
- Add Windows native BLAS support (UCRT64 JNI DLL + CI) by @philwalk in #39
New Contributors
Full Changelog: v3.1.1...v3.2.0
Fix release scripts on CI
Full Changelog: v3.1.0...v3.1.1
Add allowNative system properties + Add macOS support with Apple Accelerate framework
What's Changed
- Add allowNative system properties as switch by @pan3793 in #28
- Update CI to test against JDK 25 by @luhenry in #30
- Modernize dev container with multi-version Java support by @luhenry in #29
- Add macOS support with Apple Accelerate framework by @luhenry in #32
New Contributors
Full Changelog: v3.0.5...v3.1.0
Refine logging
Fix offsets computation for gemm and gemv operations + Add riscv64 build
Allow to pass NULL for the boolean[], int[], float[] and double[] parameters + Remove lingering printlns
Fix index checking for dgeev and sgeev
Fix initialization of java and native instances
v3.0.1 v3.0.1
Move dev.ludovic.netlib.*{BLAS,LAPACK,ARPACK} to respective packages
Fixes #10
Breaking changes
The following public classes have been moved:
dev.ludovic.netlib.BLAStodev.ludovic.netlib.blas.BLASdev.ludovic.netlib.NativeBLAStodev.ludovic.netlib.blas.NativeBLASdev.ludovic.netlib.JavaBLAStodev.ludovic.netlib.blas.JavaBLASdev.ludovic.netlib.LAPACKtodev.ludovic.netlib.lapack.LAPACKdev.ludovic.netlib.NativeLAPACKtodev.ludovic.netlib.lapack.NativeLAPACKdev.ludovic.netlib.JavaLAPACKtodev.ludovic.netlib.lapack.JavaLAPACKdev.ludovic.netlib.ARPACKtodev.ludovic.netlib.arpack.ARPACKdev.ludovic.netlib.NativeARPACKtodev.ludovic.netlib.arpack.NativeARPACKdev.ludovic.netlib.JavaARPACKtodev.ludovic.netlib.arpack.JavaARPACK
Fix gemm operation
Fixes #7