Skip to content

Releases: AgnostiqHQ/covalent

v0.24.11

10 Feb 14:57
2035a08
Compare
Choose a tag to compare

[0.24.11] - 2022-02-10

Added

  • A new dictionary _DEFAULT_CONSTRAINTS_DEPRECATED in defaults.py

Changed

  • The _DEFAULT_CONSTRAINT_VALUES dictionary now only contains the backend argument

v0.24.10

09 Feb 21:00
f2c7b11
Compare
Choose a tag to compare

[0.24.10] - 2022-02-09

Fixed

  • Sporadically failing workflow cancellation test in tests/workflow_stack_test.py

v0.24.9

09 Feb 19:23
44c8411
Compare
Choose a tag to compare

[0.24.9] - 2022-02-09

Changed

  • Implementation of _port_from_pid in covalent_dispatcher/_cli/service.py.

Added

  • Unit tests for command line interface (CLI) functionalities in covalent_dispatcher/_cli/service.py and covalent_dispatcher/_cli/cli.py.

v0.24.8

07 Feb 23:23
fb7f432
Compare
Choose a tag to compare

[0.24.8] - 2022-02-07

Fixed

  • If a user's configuration file does not have a needed parameter, the default parameter (defined in _shared_files/defaults.py) is used.

v0.24.7

07 Feb 16:22
5d3e45e
Compare
Choose a tag to compare

[0.24.7] - 2022-02-07

Added

  • Typing: Add Type hint dispatch_info parameter.
  • Documentation: Updated the return_type description in docstring.

Changed

  • Typing: Change return type annotation to Generator.

v0.24.6

06 Feb 14:57
0e93a53
Compare
Choose a tag to compare

[0.24.6] - 2022-02-06

Added

  • Type hint to deserialize method of TransportableObject of covalent/_workflow/transport.py.

Changed

  • Description of data in deserialize method of TransportableObject of covalent/_workflow/transport.py from The serialized transportable object to Cloudpickled function.

v0.24.5

05 Feb 16:07
5440b6f
Compare
Choose a tag to compare

[0.24.5] - 2022-02-05

Fixed

  • Removed dependence on Sentinel module

v0.24.4

04 Feb 18:52
de128fc
Compare
Choose a tag to compare

[0.24.4] - 2022-02-04

Added

  • Tests across multiple versions of Python and multiple operating systems
  • Documentation reflecting supported configurations

v0.24.3

04 Feb 15:02
9e5bcd5
Compare
Choose a tag to compare

[0.24.3] - 2022-02-04

Changed

  • Typing: Use bool in place of Optional[bool] as type annotation for develop parameter in covalent_dispatcher.service._graceful_start
  • Typing: Use Any in place of Optional[Any] as type annotation for new_value parameter in covalent._shared_files.config.get_config

v0.24.2

04 Feb 14:30
ddea4c2
Compare
Choose a tag to compare

[0.24.2] - 2022-02-04

Fixed

  • Updated hyperlink of "How to get the results" from "./collection/query_electron_execution_result" to "./collection/query_multiple_lattice_execution_results" in "doc/source/how_to/index.rst".
  • Updated hyperlink of "How to get the result of a particular electron" from "./collection/query_multiple_lattice_execution_results" to "./collection/query_electron_execution_result" in "doc/source/how_to/index.rst".