Skip to content

Releases: SciNim/nimjl

v0.5.5

Choose a tag to compare

@Clonkk Clonkk released this 15 Jul 10:01

Small release to fix Nim versions to 1.4.0 minimal

v0.5.4

Choose a tag to compare

@Clonkk Clonkk released this 01 Jul 16:25
ce83a65
  • Improved []= syntax
  • Improved obj support
  • Improved dot Syntax with . for field access and .() for function call
  • Added more examples and more comment by examples
  • Drank about 2 liters of beers and ate 12 snacks in the making of this release

Added support for struct & mutable

Choose a tag to compare

@Clonkk Clonkk released this 24 Jun 15:09
9a5a13d

Also, re-organized file layout as types conversions related stuff have nothing to do in sugar.

Improved unit tests

Choose a tag to compare

@Clonkk Clonkk released this 25 May 14:45
fa12e1b
  • asType for array (Julia equivalent of convert, nicely wrapped
  • fill for arrays
  • Added tests for mutable indexing (for tuple it doesn't change anything; for arrays it calls slice instead of getindex)

Indexing Array and Tuple

Choose a tag to compare

@Clonkk Clonkk released this 21 May 15:14
10bb4ad
  • Added some operators
  • Added support for iterators
  • Added toJlValue as an alias to toJlVal for consistency
  • Added indexing syntax
  • Added swapMemoryOrder for col major vs row major

Interop syntax on its way

Choose a tag to compare

@Clonkk Clonkk released this 19 May 15:10
026ddad
  • Started work on slicing syntax
  • Added better interop syntax

Clang is nice too

Choose a tag to compare

@Clonkk Clonkk released this 02 Apr 14:23
v0.4.5

Update graph

Optionals are not optionals

Choose a tag to compare

@Clonkk Clonkk released this 25 Mar 10:20
11f8c75
  • Add support for Option type
  • Fix bugs on box voidpointer, bool
  • Add examples to ci

Look at my CI, my CI is amazing

Choose a tag to compare

@Clonkk Clonkk released this 22 Mar 15:11
41b1559

... Don't ask me if it tastes just like raisins

  • Add CI
  • Improve readme
  • Add dynlib and header to every importc proc

Nested objects are useful

Choose a tag to compare

@Clonkk Clonkk released this 18 Mar 11:10
  • Add support for nested objects
  • Clean passing flags to C