Releases: SciNim/nimjl
Releases · SciNim/nimjl
v0.5.4
Added support for struct & mutable
Also, re-organized file layout as types conversions related stuff have nothing to do in sugar.
Improved unit tests
- 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 ofgetindex
)
Indexing Array and Tuple
- 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
- Started work on slicing syntax
- Added better interop syntax
Clang is nice too
v0.4.5 Update graph
Optionals are not optionals
- Add support for Option type
- Fix bugs on box voidpointer, bool
- Add examples to ci
Look at my CI, my CI is amazing
... 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
- Add support for nested objects
- Clean passing flags to C
It's better with a changelog
- Add changelog
- Improve readme, improve examples
- Add support for Seq / Tensor (Arraymancer)