Skip to content

Releases: Quafadas/vecxt

v0.0.39

09 Apr 21:08
c56426a

Choose a tag to compare

Implemented an NDArray concept

What's Changed

  • Delegate *= scalar to blas.dscal by @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

25 Mar 17:58
e00609c

Choose a tag to compare

What's Changed

  • Implement laws-based testing framework for vector operations by @Copilot in #57
  • Remove narr by @Quafadas in #61
  • Grp ops by @Quafadas in #58
  • Re domain specific module by @Quafadas in #62
  • Update netlib to 3.1.1 by @Copilot in #64

Full Changelog: v0.0.36...v0.0.38

v0.0.37-reTest

02 Feb 10:08

Choose a tag to compare

v0.0.37-reTest Pre-release
Pre-release
.

0.0.36

28 Nov 18:15

Choose a tag to compare

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

14 Nov 21:46

Choose a tag to compare

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

02 Oct 14:21
6285354

Choose a tag to compare

Hadamard matrix mul for different memory layouts.

Test mill1 publishing

10 Sep 16:27

Choose a tag to compare

Test mill1 publishing Pre-release
Pre-release
v0.0.33

.

0.0.32

09 Sep 11:46

Choose a tag to compare

Fixed bug in netlib. Upgrade to it.

0.0.31

01 Jul 09:46

Choose a tag to compare

What's Changed

Full Changelog: v0.0.30...v0.0.31

argmax and argmin

11 Jun 07:04
2b59cfb

Choose a tag to compare

What's Changed

Full Changelog: v0.0.29...v0.0.30