- Update doc and sdist GHA to Pyhon 3.11. - Fix requires-python definition in setup.
1.27.2
🐛 Bug Fixes
- Fix numpy test errors ([1149](https://github.com/pywr/pywr/issues/1149)) - Use `get_value`` method when fetching threshold param value within threshold parameters ([1148](https://github.com/pywr/pywr/issues/1148))
⚙️ Miscellaneous Tasks
- *(release)* Update changelog for 1.27.2 release. ([1150](https://github.com/pywr/pywr/issues/1150))
1.27.1
⚙️ Miscellaneous Tasks
- Fix downloading all artifacts during deployment. ([1146](https://github.com/pywr/pywr/issues/1146)) - *(release)* Update changelog for 1.27.1 release. ([1147](https://github.com/pywr/pywr/issues/1147))
1.27.0
🚀 Features
- Fallback to loading from values or tables. ([1133](https://github.com/pywr/pywr/issues/1133)) - Allow a columns attribute to be sepecified for tables and dataframes ([1140](https://github.com/pywr/pywr/issues/1140))
⚙️ Miscellaneous Tasks
- Upgrade upload-artifact and download-artifact to v4 ([1141](https://github.com/pywr/pywr/issues/1141)) - Drop support for Python 3.9 ([1145](https://github.com/pywr/pywr/issues/1145)) - Numpy v2 support. ([1144](https://github.com/pywr/pywr/issues/1144)) - *(release)* Update changelog for 1.27.0 release. ([1142](https://github.com/pywr/pywr/issues/1142))
1.26.0
🐛 Bug Fixes
- Use NaN when calculating duration of no events. ([1131](https://github.com/pywr/pywr/issues/1131))
⚙️ Miscellaneous Tasks
- *(release)* Update changelog for 1.26.0 release. ([1132](https://github.com/pywr/pywr/issues/1132))
1.25.0
🚀 Features
- Add support for defining net or gross loss in LossLink. ([1124](https://github.com/pywr/pywr/issues/1124))
📚 Documentation
- Add OtherModelXXX parameters to API docs. ([1126](https://github.com/pywr/pywr/issues/1126))
⚙️ Miscellaneous Tasks
- Use delvewheel to repair Windows wheels. ([1125](https://github.com/pywr/pywr/issues/1125)) - Pin numpy<2 for now. ([1130](https://github.com/pywr/pywr/issues/1130)) - *(release)* Update changelog for 1.25.0 release. ([1128](https://github.com/pywr/pywr/issues/1128))