Releases: Quafadas/vecxt
Releases · Quafadas/vecxt
v0.0.39
Implemented an NDArray concept
What's Changed
- Delegate
*=scalar toblas.dscalby @Copilot in #68 - Add float array operations across JVM (SIMD), JS, and Native platforms by @Copilot in #66
- NDArray phases 1, 2 & 3: core type, factories, indexing + views, element-wise ops by @Copilot in #70
- NDArray M2: multi-dimensional slicing with
::syntax by @Copilot in #75 - NDArray M4: Reduction Operations by @Copilot in #73
- NDArray documentation + site reorganisation into subfolders by @Copilot in #77
- NDArray M6: Int/Boolean/Float element types with ops, reductions, boolean indexing, and where by @Copilot in #79
- Upgrade netlib by @Quafadas in #80
Full Changelog: v0.0.38...v0.0.39
v0.0.38
v0.0.37-reTest
.
0.0.36
Crucially, move BoundsCheck export to all so that we can get a one line getting started.
What's Changed
- Add linear system solver (Ax = b) using LAPACK dgesv by @Copilot in #51
- Implement QR decomposition with LAPACK backend by @Copilot in #55
- Add LU decomposition with partial pivoting by @Copilot in #53
Full Changelog: v0.0.35...v0.0.36
0.0.35
What's Changed
- Add VaR and batch TVaR/VaR calculation methods for risk analysis by @Copilot in #41
- Add scaladoc and examples for TVaR methods by @Copilot in #43
- Add cheatsheet to docs
- fill in many missing LAPACK matrix functions
Full Changelog: v0.0.34...v0.0.35
0.0.34
Test mill1 publishing
v0.0.33 .