New
v0.5.2
Highlights :tada:
- No longer try to load other Python library versions when the one specified by user fails to load (PR #270)
- ScalaPy now tries to load the latest Python version first if no specific version was set by user (PR #273)
Bug Fixes :bug:
- Fix crashes in the
py.nativemacro when taking lambda parameters in Scala 3 (PR #237) - Avoid compiler crashes when accessing dynamic fields and methods whose names collide with internal names (PR #247)
- Fix instructions for
python-native-libsin Getting Started guide (PR 249) - Fix implicit resolution bugs when converting Scala collections to Python (PR #253)
- Fix Scala 3 compiler errors due to
@py.nativeandpy.nativebeing defined in separate files (PR #278)