Releases: HEPData/hepdata-converter-ws
Releases · HEPData/hepdata-converter-ws
0.3.0 Release
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
This is the first release for Python 3. It also adds support for Sentry.
0.1.7 Release
- Adds unit tests to check that
validator_schema_version
option is passed correctly. - Remove
--dry-run
option fromSetupTestCase
intest_setup.py
. - Remove circular dependence on
HEPData/hepdata-converter-ws-docker
repository. - Run Travis CI tests inside a
hepdata-converter
(nothepdata-converter-ws
) Docker image. - Require
hepdata-converter>=0.1.35,<0.2
andflask>=1.1.1,<2
insetup.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 aslong_description
ofsetup.py
.
0.1.2
Release 0.1.1
- Added ping to test connection