v2.15.0
Version 2.15.0
Application Changes
- Change SQL joins from
JOIN
toLEFT JOIN
in :py:class:wwdtm.location.Location
to properly handleNULL
values in thestate
column - Add :py:meth:
wwdtm.location.Location.retrieve_postal_abbreviations
that returns postal abbreviations and their corresponding names and countries
Development Changes
- Upgrade ruff from 0.7.0 to 0.9.3
- Remove black from required development packages as part of migrating entirely to Ruff
- Ran
ruff format
to format Python code files using the Ruff 2025 Style Guide
Pull Request(s): #82
Full Changelog: v2.14.0...v2.15.0