-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add related table/doi changes Adds changes to accommodate creation of related record ID and DOI values into submissions. * Add test functions Adds test functions for the new add functions in the Table and Submission classes. * Update add_related functions Updates the new add_related functions in Submission and Table to have better checks. Also adds tests for new functions. * Update hepdata-validator version Updates the hepdata-validator version in requrements txt (>=0.3.2 -> 0.3.4) * Rename related_to_hepdata_recids Renames the related_to_hepdata_recids value to related_to_hedata_records to match hepdata-validator change. * Update documentation (useage.rst) Updates the documentation in usage.rst to describe use of the bidirectional linking feature. * Drop Python 3.6 Drops support for python 3.6 as the new hepdata-validator version no longer supports this. * Update usage.rst Adds examples of adding multiple linking data entries into the usage documentation. * Pylint import fix Fixes the pylint errors caused in the previous commit. * Revert "Drop Python 3.6" This reverts commit 009478b. * Update hepdata-validator for python 3.6 supportt Updates hepdata-validator which again adds support for python 3.6 * Update comment in add_related_doi Updates the commenting in add_related_doi to be more clear as it was not updated alongside the code. * Update usage.rst Updates the usage documentation page to use existing DOI values and a link. * Remove parentheses --------- Co-authored-by: Clemens Lange <[email protected]>
- Loading branch information
1 parent
407b14b
commit 772d958
Showing
4 changed files
with
113 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
numpy | ||
PyYAML>=4.0 | ||
future | ||
hepdata-validator>=0.3.2 | ||
hepdata-validator>=0.3.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters