Skip to content

Releases: SciNim/nimjl

Improved API and examples

08 Mar 11:15
Compare
Choose a tag to compare
  • Add conversion for NamedTuple <-> (nim) Tuple, Dict <-> Table
  • Improve the API ergonomics
  • Add examples
  • Add memory graph
  • Improve readme

First alpha release

26 Feb 10:34
7cd3a4b
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

This is an alpha release with basic functionnality handling numerical types, string, bool and tuples / arrays of said types.

It can be useful to defer Matrix multiplication to Julia. Be aware of the Row major vs Column major issue and Julia compile-time / JIT delay.