Skip to content

Releases: padreati/rapaio

v8.1.0

03 Dec 16:24

Choose a tag to compare

jdk 25 + new improvements

v7.0.1

29 Dec 19:47

Choose a tag to compare

Small fixes compared to previous version 7.0.0

  • remove dependency on codegen and ST4, to ease the library usage since it was used on code generation anyway
  • surface on an interface some methods from TabularData

7.0.0

28 Dec 13:50

Choose a tag to compare

Major release with production ready implementation of multidimensional arrays, autodifferentiable tensor calculus and basic layers for neural networks.

6.1.0

09 May 05:42

Choose a tag to compare

Small bug fixes and refactories on tensor api

6.0.0

03 Feb 22:25

Choose a tag to compare

This release brings tensors as implementation for linear algebra and nd-arrays. Most of the algorithms were moved towards tensors.
It also brings fixes, refactored and covered new features and a cleaner API.

5.1.0

09 Jul 00:57

Choose a tag to compare

Bug fix release.

5.0.0

15 Feb 19:53

Choose a tag to compare

- update readme for 5.0.0

- prepare for release 5.0.0

v4.0.0

16 Apr 23:55

Choose a tag to compare

- refactor capabilities

Cleaner interfaces

30 May 16:34

Choose a tag to compare

  • cleaner interfaces for machine learning base objects
  • improved printable objects
  • stable api for model evaluation

Stabilized API and systematic production code

27 Sep 13:37

Choose a tag to compare

This release marks the stabilization of the API. The new release marks also a continuous effort to cover with tests and make the non-experimental code production ready. Next minor releases will build on this one to increase to production quality code.