Skip to content

Releases: AgnostiqHQ/covalent

v0.22.10

29 Jan 22:54
95c8bcc
Compare
Choose a tag to compare

[0.22.10] - 2022-01-29

Changed

  • Running tests, conda, and version workflows on pull requests, not just pushes

v0.22.9

28 Jan 20:47
aa1d137
Compare
Choose a tag to compare

[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

28 Jan 14:23
43da4f9
Compare
Choose a tag to compare

[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 for dask and other packages that don't provide ARM wheels

Changed

  • updated versions in requirements.txt for matplotlib and dask

v0.22.7

27 Jan 18:46
95d03b7
Compare
Choose a tag to compare

[0.22.7] - 2022-01-27

Added

  • MANIFEST.in did not have covalent_dispatcher/_service in it due to which the PyPi package was not being built correctly. Added the covalent_dispatcher/_service to the MANIFEST.in file.

Fixed

  • setuptools properly including data files during installation

v0.22.6

26 Jan 16:35
89f21cd
Compare
Choose a tag to compare

[0.22.6] - 2022-01-26

Fixed

  • Added service folder in covalent dispatcher to package.

v0.22.5

26 Jan 01:55
359b4b2
Compare
Choose a tag to compare

[0.22.5] - 2022-01-25

Fixed

v0.22.4

26 Jan 00:13
7bed203
Compare
Choose a tag to compare

[0.22.4] - 2022-01-25

Fixed

  • dispatcher server app included in sdist
  • raw image urls properly used

v0.22.3

25 Jan 21:54
a3dcd5d
Compare
Choose a tag to compare

[0.22.3] - 2022-01-25

Fixed

  • raw image urls used in readme

v0.22.2

25 Jan 21:32
7ba1714
Compare
Choose a tag to compare

[0.22.2] - 2022-01-25

Fixed

  • pypi upload

v0.22.1

25 Jan 21:19
cd3e74e
Compare
Choose a tag to compare

[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 in setup.py