Recent Releases of https://github.com/aiidateam/aiida-pythonjob

https://github.com/aiidateam/aiida-pythonjob - v0.3.5

What's Changed

  • Use default serializers and deserializers by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/44

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.3.4...v0.3.5

- Python
Published by superstar54 9 months ago

https://github.com/aiidateam/aiida-pythonjob - v0.3.3

What's Changed

  • Add NoneData for None type by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/37

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.3.2...v0.3.3

- Python
Published by superstar54 9 months ago

https://github.com/aiidateam/aiida-pythonjob - v0.3.2

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.3.1...v0.3.2

  • Only use spec, drop support for input_ports and output_ports by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/36

- Python
Published by superstar54 9 months ago

https://github.com/aiidateam/aiida-pythonjob - v0.3.1

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.3.0...v0.3.1

- Python
Published by superstar54 10 months ago

https://github.com/aiidateam/aiida-pythonjob - v0.3.0

What's Changed

  • Fix ValueError logging for output parser by @ahkole in https://github.com/aiidateam/aiida-pythonjob/pull/29
  • Replace the dict-based way of declaring sockets and namespaces with the spec API by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/35

New Contributors

  • @ahkole made their first contribution in https://github.com/aiidateam/aiida-pythonjob/pull/29

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.2.5...v0.3.0

- Python
Published by superstar54 10 months ago

https://github.com/aiidateam/aiida-pythonjob - v0.2.5

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.2.4...v0.2.5

- Python
Published by superstar54 about 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.2.4

What's Changed

  • Use JsonableData by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/26

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.2.3...v0.2.4

- Python
Published by superstar54 about 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.2.3

What's Changed

  • Refactor parser for PythonJob and PyFunction by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/25

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.2.2...v0.2.3

- Python
Published by superstar54 about 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.2.2

What's Changed

  • pyfunction handles already serialized results by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/23
  • Do not store pickled function data by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/24

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.2.1...v0.2.2

- Python
Published by superstar54 about 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.2.1

What's Changed

  • Validate the function_outputs by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/21
  • Override the function_outputs from the inputs parameters by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/22

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.2.0...v0.2.1

- Python
Published by superstar54 about 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.2.0

What's Changed

  • Add pyfunction decorator for local execution with auto-serialization by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/20

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.8...v0.2.0

- Python
Published by superstar54 about 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.8

What's Changed

  • add register_pickle_by_value by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/16

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.7...v0.1.8

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.7

What's Changed

  • Add deserializer by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/15

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.6...v0.1.7

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.6

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.5...v0.1.6

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.5

What's Changed

  • Lazy-loading the required modules to avoid loading the global config by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/10
  • Refactor AIIDA_CONFIG_FOLDER -> AiiDAConfigDir by @khsrali in https://github.com/aiidateam/aiida-pythonjob/pull/9
  • Do not exit if exit_code is 0 by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/11
  • Using a pickled function object by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/12

New Contributors

  • @khsrali made their first contribution in https://github.com/aiidateam/aiida-pythonjob/pull/9

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.4...v0.1.5

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.4

What's Changed

  • add createcondaenv by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/3
  • Improve test coverage by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/4
  • add test for parser by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/5

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.3...v0.1.4

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.3

What's Changed

  • Move the basic data type from workgraph to there by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/2

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.2...v0.1.3

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.2

What's Changed

  • Add Python 3.19 in the CI workflow by @superstar54 in https://github.com/aiidateam/aiida-pythonjob/pull/1

New Contributors

  • @superstar54 made their first contribution in https://github.com/aiidateam/aiida-pythonjob/pull/1

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.1...v0.1.2

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.1

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/compare/v0.1.0...v0.1.1

- Python
Published by superstar54 over 1 year ago

https://github.com/aiidateam/aiida-pythonjob - v0.1.0

Full Changelog: https://github.com/aiidateam/aiida-pythonjob/commits/v0.1.0

- Python
Published by superstar54 over 1 year ago