Releases: AgnostiqHQ/covalent
Releases · AgnostiqHQ/covalent
v0.179.0
[0.179.0] - 2022-08-16
Authors
Changed
- Changed terser package version on webapp yarn-lock file.
v0.178.0
[0.178.0] - 2022-08-15
Authors
- Will Cunningham [email protected]
- Co-authored-by: Alejandro Esquivel [email protected]
- Casey Jao [email protected]
Changed
- Dispatch workflows as asyncio tasks on the FastAPI event loop instead of in separate threads
Fixed
- Deconflict wait enum with
ct.wait
function;wait
->WAIT
Operations
- Conda package is built and tested on a nightly schedule
- Conda deployment step is added to
release.yml
- Install yarn and npm on Ubuntu whenever the webapp needs to be built
v0.174.0
[0.174.0] - 2022-08-11
Authors
- Casey Jao [email protected]
- Alejandro Esquivel [email protected]
Changed
- Changed return value for TransferFromRemote and TransferToRemote (download/upload) operations to be consistent and always return filepath tuples
Docs
- Updated docs with File Transfer return value changes and
files
kwarg injections
Fixed
- Fixed postprocessing workflows that return an electron with an incoming wait_for edge
v0.173.0
[0.173.0] - 2022-08-10
Authors
- Sankalp Sanand [email protected]
Added
--hard
and--yes
flags added tocovalent purge
for hard purging (also deletes the databse) and autoapproving respectively.
Changed
covalent purge
now shows the user a prompt informing them what dirs and files will be deleted.- Improved shown messages in some commands.
Tests
- Updated tests to reflect above changes.
v0.172.0
[0.172.0] - 2022-08-10
Authors
- Will Cunningham [email protected]
- Prasanna Venkatesh [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Co-authored-by: Aravind-psiog [email protected]
- Co-authored-by: ArunPsiog [email protected]
- Co-authored-by: manjunath.poilath [email protected]
- Co-authored-by: Kamalesh-suresh [email protected]
- Co-authored-by: Amalan Jenicious F [email protected]
- Co-authored-by: M Shrikanth [email protected]
- Co-authored-by: Casey Jao [email protected]
- Co-authored-by: Aravind-psiog [email protected]
- Co-authored-by: Will Cunningham [email protected]
- Co-authored-by: Alejandro Esquivel [email protected]
Changed
- Covalent dispatcher flask web apis ported to FastAPI in
covalent_dispatcher/_service/app.py
- Unit tests written for Covalent dispatcher flask web apis ported to FastAPI in
covalent_dispatcher_tests/_service/app.test.py
- Web apis of
covalent_ui
refactored to adhere to v11 DB schema - Electron graph mini map has been moved next to controls on the GUI.
- Lattice status and count of completed & total electrons has been moved to the top of the graph on the GUI.
- Some of the Flask APIs earlier consumed by the GUI have been deprecated & removed from the code base.
- APIs exposed by the web app back end have been re-factored to adhere to the new DB schema v10
Added
- Added count of dispatches by status on the dispatch list section of the GUI.
- APIs that the GUI consumes have been re-written using FastAPI. This includes re-factoring of older APIs and adding of new APIs.
- Added COVALENT_SERVER_IFACE_ANY flag for uvicorn to start with 0.0.0.0
Docs
- ReadTheDocs landing page has been improved
v0.171.0
[0.171.0] - 2022-08-10
Authors
- Casey Jao [email protected]
- Co-authored-by: Scott Wyman Neagle [email protected]
Added
- Added
covalent migrate_legacy_result_object
command to save pickled Result objects to the DataStore
v0.170.1
[0.170.1] - 2022-08-09
Authors
- Venkat Bala [email protected]
Fixed
- Remove
attr
import added inadvertently
Tests
- Fix
start
cli test, updateset_config
call count
v0.170.0
[0.170.0] - 2022-08-08
Authors
- Venkat Bala [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Changed
- Temporarily allow executor plugin variable name to be either in uppercase or lowercase
v0.169.0
[0.169.0] - 2022-08-08
Authors
- Venkat Bala [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Added
- Adding a
covalent config
convenience CLI to quickly view retrive the covalent configuration
[0.168.0] - 2022-08-08
Authors
- Venkat Bala [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Added
- Adding
setup/teardown
methods as placeholders for any executor specific setup and teardown tasks
v0.168.0
[0.168.0] - 2022-08-08
Authors
- Venkat Bala [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Added
- Adding
setup/teardown
methods as placeholders for any executor specific setup and teardown tasks