Used to document all changes from previous releases and collect changes until the next release.
- The package version number is now available from the info file as
VERSION
and__version__
. - The packages
__init__
file checks if the users Python version is supported by this release and prints a warning otherwise. The python version import is renamed fromversion_info
topython_version
to give context to the user when they are importing functions from the main package.
- Classifiers, copyright, etc are found in
odmltools/info.json
and available viaodmltools/info.py
. - CI support with Travis and Appveyor have been set up.
- The packages
__init__
file checks if the users Python version is supported by this release and prints a warning otherwise.
- the odmltools.importers package contains a conversion tool from a DataCite XML file (kernel version 4) to odML.
- this importer handles the latest datacite namespace (http://datacite.org/schema/kernel-4) by default. Further namespaces can be added via the command line to also ensure conversion of previous DataCite version files.
- on install a command line convenience script
odmlimportdatacite
is set up for this conversion. - Basic conversion tests with a full DataCite XML file has been added.