inveniosoftware / datacite

Python API wrapper for the DataCite API.
https://datacite.readthedocs.io
Other
29 stars 32 forks source link

Global support for datacite 4.0 #18

Closed remileduc closed 7 years ago

remileduc commented 8 years ago

FIX https://github.com/inveniosoftware/datacite/issues/15

done:

not done yet:

what is done: Fully working and tested support for v4.0 (main test with full JSON example works).

FIX

Hint for CR On this PR, the changelog of github is not very nice... You can manually look at the diffs between the following files to see what has been modified:

jirikuncar commented 8 years ago

@remileduc the refactoring can be done later if we have good test coverage.

lnielsen commented 8 years ago

@remileduc I agree with @jirikuncar. Also, "refactor tests to factorize common rules" is not needed. I think it's actually better to have tests for 4.0 and 3.1 split.

lnielsen commented 7 years ago

LGTM