Releases: UBC-MOAD/moad_tools
Releases · UBC-MOAD/moad_tools
v25.1
What's Changed
Features
- Separate dependencies and conda environments for the midoss namespace modules by @douglatornell in #79
- Update to Python 3.13 by @douglatornell in #80
Bug Fixes
- Fix FutureWarnings in
observations.get_ndbc_buoy()by @douglatornell in #76 - Change spill coordinates to numpy arrays in tests by @douglatornell in #77
Documentation
- Update badge tables in README and dev docs by @douglatornell in #60
- Docs maintenance by @douglatornell in #73
- Revise uses of
:kbd:role in docs by @douglatornell in #78
Maintenance
- Add Hatch wheel build target to pyproject.toml by @douglatornell in #50
- Add CODECOV_TOKEN to GHA pytest-with-coverage workflow by @douglatornell in #57
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #72
Dependency Updates
- Bump jinja2 from 3.1.2 to 3.1.3 in /envs by @dependabot in #51
- Bump pillow from 10.1.0 to 10.2.0 in /envs by @dependabot in #52
- Bump cryptography from 41.0.7 to 42.0.0 in /envs by @dependabot in #53
- Bump cryptography from 42.0.0 to 42.0.2 in /envs by @dependabot in #54
- Bump cryptography from 42.0.2 to 42.0.4 in /envs by @dependabot in #55
- Bump black from 23.11.0 to 24.3.0 in /envs by @dependabot in #56
- Bump pillow from 10.2.0 to 10.3.0 in /envs by @dependabot in #58
- Bump idna from 3.6 to 3.7 in /envs by @dependabot in #59
- Bump jinja2 from 3.1.3 to 3.1.4 in /envs by @dependabot in #61
- Bump requests from 2.31.0 to 2.32.0 in /envs by @dependabot in #62
- Bump tornado from 6.3.3 to 6.4.1 in /envs by @dependabot in #63
- Bump urllib3 from 2.1.0 to 2.2.2 in /envs by @dependabot in #64
- Bump scikit-learn from 1.3.2 to 1.5.0 in /envs by @dependabot in #65
- Bump certifi from 2023.11.17 to 2024.7.4 in /envs by @dependabot in #66
- Bump zipp from 3.17.0 to 3.19.1 in /envs by @dependabot in #67
- Bump setuptools from 68.2.2 to 70.0.0 in /envs by @dependabot in #68
- Bump cryptography from 42.0.4 to 43.0.1 in /envs by @dependabot in #70
- Bump fiona from 1.9.5 to 1.10.0 in /envs by @dependabot in #71
- Bump tornado from 6.4.1 to 6.4.2 in /envs by @dependabot in #75
Full Changelog: v23.1...v25.1
v23.1
What's Changed
- Bump pillow from 9.1.0 to 9.1.1 in /envs by @dependabot in #20
- Bump joblib from 1.1.0 to 1.2.0 in /envs by @dependabot in #21
- Change GitHub Actions workflows to use reusable workflows by @douglatornell in #22
- Add sphinx-notfound-page extension to docs build by @douglatornell in #23
- Bump pillow from 9.2.0 to 9.3.0 in /envs by @dependabot in #24
- Bump certifi from 2022.9.24 to 2022.12.7 in /envs by @dependabot in #25
- Update sphinx-linkcheck workflow re: docs-dir by @douglatornell in #26
- Bump wheel from 0.37.1 to 0.38.1 in /envs by @dependabot in #27
- Add GHA workflow to auto-assign issues & PRs by @douglatornell in #29
- Bump setuptools from 62.1.0 to 65.5.1 in /envs by @dependabot in #28
- Bump cryptography from 39.0.0 to 39.0.1 in /envs by @dependabot in #30
- Bump requests from 2.28.1 to 2.31.0 in /envs by @dependabot in #31
- Bump tornado from 6.2 to 6.3.2 in /envs by @dependabot in #32
- Bump cryptography from 39.0.1 to 41.0.0 in /envs by @dependabot in #33
- Bump cryptography from 41.0.0 to 41.0.2 in /envs by @dependabot in #34
- Bump pygments from 2.14.0 to 2.15.0 in /envs by @dependabot in #35
- Bump certifi from 2022.12.7 to 2023.7.22 in /envs by @dependabot in #36
- Bump cryptography from 41.0.2 to 41.0.3 in /envs by @dependabot in #37
- Bump tornado from 6.3.2 to 6.3.3 in /envs by @dependabot in #38
- Fix numpy.int deprecation by @douglatornell in #40
- Bump urllib3 from 2.0.4 to 2.0.6 in /envs by @dependabot in #41
- Bump pillow from 10.0.0 to 10.0.1 in /envs by @dependabot in #42
- Bump urllib3 from 2.0.6 to 2.0.7 in /envs by @dependabot in #44
- Bump pip from 23.2.1 to 23.3 in /envs by @dependabot in #45
- Update to Python 3.12 by @douglatornell in #43
- Update readthedocs build config by @douglatornell in #47
- Modernize packaging by @douglatornell in #48
- Add pre-commit Git hooks to manage code style & QA during development by @douglatornell in #49
Full Changelog: v22.1...v23.1
v22.1
What's Changed
- Move entry points from setup.py to setup.cfg by @douglatornell in #12
- Year rollover codebase maintenance by @douglatornell in #15
- Improve GHA workflows by @douglatornell in #16
- Set up GHA workflow for CodeQL scanning by @douglatornell in #17
- Change to Python 3.10 for pkg development by @douglatornell in #18
- Update observations.get_ndbc_buoy() by @douglatornell in #19
Security Updates of Dependency Packages
- Bump cryptography from 3.3.1 to 3.3.2 by @dependabot in #3
- Bump pillow from 8.1.0 to 8.1.1 by @dependabot in #4
- Bump jinja2 from 2.11.2 to 2.11.3 by @dependabot in #5
- Bump urllib3 from 1.26.3 to 1.26.4 by @dependabot in #6
- Bump urllib3 from 1.26.4 to 1.26.5 by @dependabot in #8
- Bump pillow from 8.1.1 to 8.2.0 by @dependabot in #9
- Bump pillow from 8.2.0 to 8.3.2 by @dependabot in #10
- Bump babel from 2.9.0 to 2.9.1 by @dependabot in #11
- Bump pillow from 8.4.0 to 9.0.0 in /envs by @dependabot in #13
- Bump pillow from 9.0.0 to 9.0.1 in /envs by @dependabot in #14
Full Changelog: v20.1...v22.1
v20.1
Working release of random-oil-spills script for the MIDOSS project.