Releases: HEPData/hepdata-validator
Releases · HEPData/hepdata-validator
0.3.5 Release
0.3.4 Release
What's Changed
- Drop support for Python 3.6
- Don't check data file size for old schema versions (closes #53)
- "Invalidate case of only independent_variables" by @GraemeWatt in #51
- "Changes for related data update" by @ItIsJordan in #52
New Contributors
- @ItIsJordan made their first contribution in #52
Full Changelog: 0.3.3...0.3.4
0.3.3 Release
0.3.2 Release
0.3.1 Release
Check schema version before checking whether all files are included (PR).
0.3.0 Release
0.2.3 Release
0.2.2 Release
- Include work by @Sinclert on supporting remote JSON schemas.
- New
JsonSchemaResolver
andHTTPSchemaDownloader
objects. - Don't invalidate an empty
errors
list inDataFileValidator
. - Check that each value of
cmenergies
keyword is numeric. - Allow
data_schema
andtable_doi
keys insubmission.yaml
file. - Bump native HEPData schema version to 1.0.1 after these changes.
- Improve metadata pushed to PyPI for tagged releases.
0.2.1 Release
- Ensure JSON schema files from new location are included in pip package.
- Use Travis CI to automatically deploy tagged releases on PyPI.
0.2.0 Release
The JSON schema distributed with the last hepdata-validator
0.1.16 release have been given a version number 0.1.0. This release 0.2.0 includes improved JSON schema with a version number 1.0.0 which catch a number of common mistakes made by data submitters. This release 0.2.0 is now compatible with both Python 2 and Python 3.