Releases: AgnostiqHQ/covalent
Releases · AgnostiqHQ/covalent
v0.24.11
[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 thebackend
argument
v0.24.10
[0.24.10] - 2022-02-09
Fixed
- Sporadically failing workflow cancellation test in tests/workflow_stack_test.py
v0.24.9
[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
[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
[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
[0.24.6] - 2022-02-06
Added
- Type hint to
deserialize
method ofTransportableObject
ofcovalent/_workflow/transport.py
.
Changed
- Description of
data
indeserialize
method ofTransportableObject
ofcovalent/_workflow/transport.py
fromThe serialized transportable object
toCloudpickled function
.
v0.24.5
[0.24.5] - 2022-02-05
Fixed
- Removed dependence on Sentinel module
v0.24.4
[0.24.4] - 2022-02-04
Added
- Tests across multiple versions of Python and multiple operating systems
- Documentation reflecting supported configurations
v0.24.3
[0.24.3] - 2022-02-04
Changed
- Typing: Use
bool
in place ofOptional[bool]
as type annotation fordevelop
parameter incovalent_dispatcher.service._graceful_start
- Typing: Use
Any
in place ofOptional[Any]
as type annotation fornew_value
parameter incovalent._shared_files.config.get_config
v0.24.2
[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".