Added
* Add support for Python 3.14 and test PyPy3.11 (235) hugovk
* Handle en_GB and en_US locale (230) dangillet
* Release to PyPI using Trusted Publishing (213) hugovk
Changed
* Defer imports for faster overall import time: 19 ms -> 3 ms (234, 238) hugovk
* Replace deprecated classifier with licence expression (PEP 639) (236) hugovk
* Lint and test with tox-uv (212) hugovk
Fixed
* Fix overflow issue in `naturalsize` with `np.int32` input (218) Toprak2
* Fix pt_BR locale (216) cuducos
* Generate translation binaries during release (232) hugovk