What's Changed
- New profile to support the Croissant format.
Croissant is a community standard for describing ML datasets. The newcroissant
plugin allows a CKAN site to
expose its datasets using the Croissant format specification. Check the documentation for more information on schema mapping, features supported and examples. Thanks to @Reikyo for their contributions (#339, #341) - Fix
has_version
in HealthDCAT schema (#336) - Include dependencies in pyproject.toml, publish extension on PyPI. This means that starting from ckanext-dcat 2.3.0 the extension can be installed by running:
The requirements files (
pip install ckanext-dcat
requirements.txt
anddev-requirements.txt
) have been kept in place, so all
existing installation workflows should keep working.
New Contributors
Full Changelog: v2.2.0...v2.3.0