Releases: AgnostiqHQ/covalent
Releases · AgnostiqHQ/covalent
v0.22.10
[0.22.10] - 2022-01-29
Changed
- Running tests, conda, and version workflows on pull requests, not just pushes
v0.22.9
[0.22.9] - 2022-01-27
Fixed
- Fixing version check action so that it doesn't run on commits that are in develop
- Edited PR template so that markdown checklist appears properly
v0.22.8
[0.22.8] - 2022-01-27
Fixed
- publish workflow, using
docker buildx
to build images for x86 and ARM, prepare manifest and push to ECR so that pulls will match the correct architecture. - typo in CONTRIBUTING
- installing
gcc
in Docker image so Docker can build wheels fordask
and other packages that don't provide ARM wheels
Changed
- updated versions in
requirements.txt
formatplotlib
anddask
v0.22.7
[0.22.7] - 2022-01-27
Added
MANIFEST.in
did not havecovalent_dispatcher/_service
in it due to which the PyPi package was not being built correctly. Added thecovalent_dispatcher/_service
to theMANIFEST.in
file.
Fixed
- setuptools properly including data files during installation
v0.22.6
[0.22.6] - 2022-01-26
Fixed
- Added service folder in covalent dispatcher to package.
v0.22.5
[0.22.5] - 2022-01-25
Fixed
README.md
images now use master branch's raw image urls hosted on https://github.com instead of https://raw.githubusercontent.com. Also, switched image rendering from html to markdown.
v0.22.4
[0.22.4] - 2022-01-25
Fixed
- dispatcher server app included in sdist
- raw image urls properly used
v0.22.3
[0.22.3] - 2022-01-25
Fixed
- raw image urls used in readme
v0.22.2
[0.22.2] - 2022-01-25
Fixed
- pypi upload
v0.22.1
[0.22.1] - 2022-01-25
Added
- Code of conduct
- Manifest.in file
- Citation info
- Action to upload to pypi
Fixed
- Absolute URLs used in README
- Workflow badges updated URLs
install_package_data
->include_package_data
insetup.py