Skip to content

Releases: HEPData/hepdata-converter-ws

0.3.0 Release

14 Nov 10:58
Compare
Choose a tag to compare

What's Changed

  • Changes needed to work with hepdata-converter v0.3.0 release such as supporting two YODA formats.
  • Switch from Travis to GitHub Actions by @alisonrclarke in #15
  • Further upgrades to CI workflow and dependencies such as Flask.

Full Changelog: 0.2.0...0.3.0

0.2.0 Release

29 Sep 09:46
Compare
Choose a tag to compare

This is the first release for Python 3. It also adds support for Sentry.

0.1.7 Release

16 Mar 18:07
Compare
Choose a tag to compare
  • Adds unit tests to check that validator_schema_version option is passed correctly.
  • Remove --dry-run option from SetupTestCase in test_setup.py.
  • Remove circular dependence on HEPData/hepdata-converter-ws-docker repository.
  • Run Travis CI tests inside a hepdata-converter (not hepdata-converter-ws) Docker image.
  • Require hepdata-converter>=0.1.35,<0.2 and flask>=1.1.1,<2 in setup.py.
  • Remove temporary files written to /tmp following a failed conversion.
  • Prevents file system of the Docker container being filled (Jan. 2020).
  • Tidy README.md file, add badges, include as long_description of setup.py.

0.1.2

19 Oct 15:19
Compare
Choose a tag to compare
version: bump

Release 0.1.1

29 Sep 09:49
Compare
Choose a tag to compare
  • Added ping to test connection