v0.21
-
Support generating bindings for Julia enums with integer base types in combination with JlrsCore.Reflect and the
Enum
derive macro. -
Fix several bugs related to how type parameters are handled in code generated by
julia_module!
. -
TypedValue::as_typed_ranked_array
andTypedValue::as_typed_array
have been added, these methods convert a type value with an array type constructor to the correspondingTyped(Ranked)Array
type.