Skip to content

V0.21.0

Latest
Compare
Choose a tag to compare
@Taaitaaiger Taaitaaiger released this 11 Jul 18:01
· 5 commits to master since this release
6841a62

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 and TypedValue::as_typed_array have been added, these methods convert a type value with an array type constructor to the corresponding Typed(Ranked)Array type.