Skip to content

Releases: datagouv/fr-format

v0.5.0

17 Mar 16:25

Choose a tag to compare

  • refactor!: Remove specialized new method for INSEE geographical formats (#41)

    Goal

    The goal of this PR is to remove the specific new_geo method (used
    exclusively to create INSEE geo formats), and handle all VersionedSet
    instances within a single class VersionedSetFormat.

    BREAKING CHANGE: the validators formerly named cog parameter is
    replaced with version. Its expected value is unchanged, only the name
    changes.


    Co-authored-by: Pierre Camilleri pierre.camilleri@multi.coop

  • Add new IdRNB format (#54)

  • All doc in French (#55)

  • Automatic pyproject.toml version Bump (v0.4.1) [skip ci]

  • Docs: Add contribution file to the project (#38)

  • Docs: Improve README file with more details (#40)

  • Feat: Get all valid values set (#42)

  • Feat: Improve CodeRegion and Region formats with new versions. (#46)

  • Feat: Update the format code postal with reliable source (#47)

  • Fix paths to files in docs (#52)

  • Fix remaining issues in docs and modernize codebase (python >= 3.10) (#53)

  • Make structure consistent with our other repos (#51)

  • Rationalize imports (#57)

  • Refactor: Add a forgotten line break (#44)

  • Refactor: factorize enum and geo format (#37)

  • Rename NumeroDepartement to CodeDepartement (#56)

  • feat: Display the source of each French format (#43)