Skip to content

Releases: SciNim/nimjl

v0.7.0

04 Jan 16:01
7a6924c
Compare
Choose a tag to compare
  • Add API to embed Julia files at compile time and evaluate them during Julia.init()
  • Add API to call Pkd.add("...") during Julia.init()
  • Add examples and tests relating to previous point

v0.6.3

05 Nov 15:13
1f41816
Compare
Choose a tag to compare

Improvement on row Major vs col Major handling when converting Arraymancer Tensor to JlArray.
Keep in ming JLArray are always colMajor so it can be come tricky when passing buffer without copy.

v0.6.2

25 Oct 09:29
3d79ee4
Compare
Choose a tag to compare

Only CI Fix; nothing changed

v0.6.1

14 Oct 13:18
03540f4
Compare
Choose a tag to compare

Add pairs iterator for NamedTuple

v0.6.0

08 Oct 07:45
0180932
Compare
Choose a tag to compare
  • Add --gc:orc to CI
  • v0.6.X will be dedicated to updating the repo to --gc:orc

v0.5.9

05 Oct 12:08
b722123
Compare
Choose a tag to compare

Just a CI fix, nothing really changed

v0.5.8

29 Sep 14:28
3c39afc
Compare
Choose a tag to compare

Improved examples

v0.5.7

16 Aug 12:43
3f387b3
Compare
Choose a tag to compare
  • Added dot operators for Array
  • Added broadcast proc to broadcast Julia function / expression
  • Added JlDataType conversion to Nim typedesc
  • Added "rand" Julai Array constructor
  • Updated tests
  • Updated changelog, readme

v0.5.6

22 Jul 17:33
d729076
Compare
Choose a tag to compare

See changelog for list of changes

v0.5.5

15 Jul 10:01
Compare
Choose a tag to compare

Small release to fix Nim versions to 1.4.0 minimal