Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@amercader amercader released this 26 Feb 10:32

What's Changed

  • New profile to support the Croissant format.
    Croissant is a community standard for describing ML datasets. The new croissant 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:
      pip install ckanext-dcat
    
    The requirements files (requirements.txt and dev-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