Releases: aiidateam/aiida-pythonjob
Releases · aiidateam/aiida-pythonjob
v0.5.2
What's Changed
- Add
FunctionDataforbuiltins.functionby @superstar54 in #67 - Add support for the bool data type for numpy>=2.0 by @agoscinski in #71
- Make the recursion limit workaround dependent on the aiida-core version by @agoscinski in #72
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- Fix annotation any by @superstar54 in #64
- Drop support for Python 3.9 by @superstar54 in #65
Full Changelog: v0.4.8...v0.5.0
v0.4.8
v0.4.7
What's Changed
- Allow passing
userwhen creating AiiDA data by @superstar54 in #61
Full Changelog: v0.4.6...v0.4.7
v0.4.6
v0.4.5
What's Changed
- Replace '_func' with '_callable' by @superstar54 in #59
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- Delete unused code by @superstar54 in #53
- Fix typo in
pythonjob.numpy.ndarrayentrypoint by @edan-bainglass in #54 - Add
builtin_serializersfrom aiida-core by @superstar54 in #57 - Do not hard code the process node label by @superstar54 in #58
New Contributors
- @edan-bainglass made their first contribution in #54
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- PyFunction supports async function by @superstar54 in #51
- Add
MonitorFunctionby @superstar54 in #52
Full Changelog: v0.4.2...v0.4.3