Skip to content

v2.15.0

Compare
Choose a tag to compare
@questionlp questionlp released this 30 Jan 03:45
· 15 commits to main since this release
43e116e

Version 2.15.0

Application Changes

  • Change SQL joins from JOIN to LEFT JOIN in :py:class:wwdtm.location.Location to properly handle NULL values in the state 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