* Breaking change: The subtype property of FormatInfo classes is no longer a string, but a formatinfo.SubType enum value. This gives more control about supported subtypes and avoids mistakes.
0.4.3
Changed
* get_languages() in create_csv.py no longer supports data from DC.xml, because 'language' of the object does not say anything about the language of a data stream.
0.4.2
Added
* Add a detect_languages to create_csv.py * Currently language(s) are taken from DC.xml * NLP based detection can be added later
Removed
* Remove the 'funder' field from datastreams.csv, which was introduced in 0.4.1, because it was highly redundant. 'funder' now is only supported in object.csv
0.4.1
Changed * Add a 'funder' field to object.csv and datastreams.csv
0.4.0
Added
* A new subpackage formatdetect for file format identification
Changed
* project.toml has 2 new fields in the general table: format_detector and format_detector_url * Add tags column to datastreams.csv * Improve auto-detection for some csv columns * The Configuration object in submodule projectconfiguration now must be obtained by calling the (cached) get_configuration() function
0.3.1
Changed
* Additional filename pattterns for autogenerating values title and description are autogenerated * Default titles for media files (images, audio, video): 'Image|Audio|Video: DS ID'