Skip to content

Releases: SciNim/nimjl

v0.5.4

01 Jul 16:25
ce83a65
Compare
Choose a tag to compare
  • 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

24 Jun 15:09
9a5a13d
Compare
Choose a tag to compare

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

Improved unit tests

25 May 14:45
fa12e1b
Compare
Choose a tag to compare
  • 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

21 May 15:14
10bb4ad
Compare
Choose a tag to compare
  • 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

19 May 15:10
026ddad
Compare
Choose a tag to compare
  • Started work on slicing syntax
  • Added better interop syntax

Clang is nice too

02 Apr 14:23
Compare
Choose a tag to compare
v0.4.5

Update graph

Optionals are not optionals

25 Mar 10:20
11f8c75
Compare
Choose a tag to compare
  • Add support for Option type
  • Fix bugs on box voidpointer, bool
  • Add examples to ci

Look at my CI, my CI is amazing

22 Mar 15:11
41b1559
Compare
Choose a tag to compare

... 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

18 Mar 11:10
Compare
Choose a tag to compare
  • Add support for nested objects
  • Clean passing flags to C

It's better with a changelog

10 Mar 09:49
Compare
Choose a tag to compare
  • Add changelog
  • Improve readme, improve examples
  • Add support for Seq / Tensor (Arraymancer)