Skip to content

Releases: SciNim/nimjl

v0.8.4

04 Nov 14:05
4e97e0b
Compare
Choose a tag to compare
  • Julia 1.11 changed some array API. This release fixes the name change of some Julia internal C-function

v0.8.3

29 May 18:32
97b8440
Compare
Choose a tag to compare
  • Added example for Pkg.activate() and advanced init leveraging postJlInit hook function

v0.8.2

27 Mar 09:28
30ff581
Compare
Choose a tag to compare
  • Improved init sequence
  • Optionnal user defined code before and after init
  • Improved readme
  • Fixed examples not being in a main proc
  • Added activate function to initialize a Julia environment in init phase
  • Fixed missing changelog entries

v0.8.0

30 Aug 17:34
6ab5e95
Compare
Choose a tag to compare

Improve loading of Package when Packages already presetn (speed up init phase)

v0.7.6

22 Feb 10:44
b010273
Compare
Choose a tag to compare
  • Add debug trace during compilation phase / linkage to Julia libs

v0.7.5

07 Jul 08:43
2873619
Compare
Choose a tag to compare
  • Fix #18
  • No change from 0.7.4

v0.7.4

14 Jun 16:24
e997978
Compare
Choose a tag to compare
  • Add possibility to specify version of Julia package in Pkg.add API

v0.7.3

11 Apr 10:06
Compare
Choose a tag to compare
  • Fix compile time error when JULIA_PATH is not present in environment

v0.7.2

06 Apr 12:30
0c65227
Compare
Choose a tag to compare
  • Add option to start Julia VM with a number of threads. This changes the init() syntax to Julia.init(numthreads) or
Julia.init(numthreads): # ... add Pkg or embed ressources

v0.7.1

04 Apr 14:22
f1e21fd
Compare
Choose a tag to compare
  • Add using(pkgname) to the package added in the init so Julai understands the dependencies
  • Improved docs & examples a bit