Skip to content

Bump frictionless[excel,json] from 5.13.1 to 5.16.0

Ronan Amicel requested to merge dependabot-pip-frictionless-exceljson--5.16.0 into main

Bumps frictionless[excel,json] from 5.13.1 to 5.16.0.

Changelog

Sourced from frictionless[excel,json]'s changelog.

Changelog

Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted commit history.

v5.15

  • Local development has been migrated to using Hatch

v5.14

  • Rebased packaging on PEP 621
  • Extracted experimental application/server from the codebase

v5.13

  • Implemented "Metadata.from_descriptor(allow_invalid=False)" (#1501)

v5.10

  • Various architectural and standards-compatibility improvements (minor breaking changes):
    • Added new Console commands:
      • list
      • explore
      • query
      • script
      • convert
      • publish
    • Rebased Console commands on Rich (nice output in the Console)
    • Fixed extract returning the results depends on the source type (now it's always a dictionary indexed by the resource name)
    • Enforced type safety -- many tabular command will be marked as impossible for non-tabular resources if a type checker is used
    • Improved frictionless.Resource(source) guessing abilities; if you just like to open a table resource use frictionless.resources.TableResource(path=path)

v5.8

  • Implemented Implemented catalog/dataset/package/resource.deference (#1451)

v5.7

  • Various architectural and standards-compatibility improvements (minor breaking changes):
    • Improved type detection mechanism (including remote descriptors)
    • Added resources module including File/Text/Json/TableResource
    • Deprecated resource.type argument -- use the classes above
    • Changed catalog.packages[] to catalog.datasets[].package
    • Made resource.schema optional (resource.has_schema is removed)
    • Made resource.normpath optional (resource.normdata is removed)
    • Standards-compatability improvements: profile, stats
    • Renamed system/plugin.select_Check/etc to system/plugin.select_check_class/etc

v5.6

... (truncated)

Commits

Merge request reports