Releases: NCAR/geocat-comp
Releases · NCAR/geocat-comp
v2023.10.1
What's Changed
Bug Fixes
- Update office hours link by @anissa111 in #495
- Fix Python version in upstream CI by @philipc2 in #436
- Don't fail workflow for expected individual benchmarks failures by @anissa111 in #499
Documentation
- Add benchmark badge to readme by @anissa111 in #497
Maintenance
- Convert unittest to pytest by @cyschneck in #478
- Connect ASV benchmarking to CI by @anissa111 in #496
Misc
- Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 by @dependabot in #489
- Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #482
- Finalize release notes for v2023.10.1 by @anissa111 in #501
New Contributors
Full Changelog: v2023.10.0...v2023.10.1
v2023.10.0
What's Changed
Documentation
- Contributing Edits by @cyschneck in #476
- CODE_OF_CONDUCT.md by @cyschneck in #461
- Update PR template by @cyschneck in #468
Maintenance
- Set up ASV benchmarking by @anissa111 in #474
Misc
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #442
- Bump actions/checkout from 3 to 4 by @dependabot in #449
New Contributors
- @cyschneck made their first contribution in #461
Full Changelog: v2023.09.0...v2023.10.0
v2023.09.0
What's Changed
New Features
Bug Fixes
- Fix broken contributor's guide links by @kafitzgerald in #445
- Fix codecov coverage reports by @anissa111 in #446
Documentation
- Rephrase README.md by @anissa111 in #451
- Update description and fix PR links for v2023.09.0 by @anissa111 in #459
- Contributor's Guide by @anissa111 in #450
Misc
- Update release.md by @jukent in #434
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.8 by @dependabot in #438
- Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in #437
- Include xarray pinning in setup.cfg by @anissa111 in #458
Full Changelog: v2023.06.1...v2023.09.0
v2023.06.1
What's Changed
Bug Fixes
- Remove python 3.11.0 limit by @anissa111 in #431
Full Changelog: v2023.06.0...v2023.06.1
v2023.06.0
What's Changed
This release removes the geocat-f2py dependency. To use these functions, users will need to install the geocat-f2py package directly. Additionally, this release also drops support for python 3.8 and adds support for 3.11.
Deprecations
- Remove
anomaly
andclimatology
by @anissa111 in #416 - Remove f2py dependency by @anissa111 in #421
Bug Fixes
- Fix bug in
_temp_extrapolate
used byinterp_hybrid_to_pressure
by @kafitzgerald in #424 - Dropping support for python 3.8 and adding 3.11 by @anissa111 in #426
Documentation
Maintenance
- Reconfigure and removes src folder by @anissa111 in #419
- update .pre-commit-config.yaml yapf repo by @anissa111 in #417
New Contributors
- @kafitzgerald made their first contribution in #424
Full Changelog: v2023.05.0...v2023.06.0
v2023.05.0
v2023.05.0 (4 May 2023)
In this release, we've added support for numpy input and other improvements to the gradient function.
Bug Fixes
- Support for numpy input types and lat/lon kwargs in gradient by @jukent and @pilotchute in #385
Documentation
- Update PR template to include manual addition to release notes by @anissa111 in #397
Full Changelog: v2023.03.2...v2023.05.0
v2023.03.2
What's Changed
Bug Fixes
- type check patch in delta_pressure by @jukent in #363
- Pypi packaging fix by @anissa111 in #395
Maintenance
- Update internal links to use sphinx internal referencing by @hCraker in #376
- Switch pypi release action to be triggered manually by @anissa111 in #390
- specify python 3.10 for pypi build by @anissa111 in #393
- Create release template by @hCraker in #384
- Package setup refactor (namespace and versioning fixes) (x2) by @anissa111 in #389
-
Misc
- Update release-notes.rst by @hCraker in #392
Full Changelog: v2023.03.1...v2023.03.2
v2023.03.1
What's Changed
Bug Fixes
- Add dpres_plev init file by @hCraker in #368
- Fix argument checks for interp_hybrid_to_pressure by @hCraker in #372
- Extrap args fix by @hCraker in #369
- Revert "Extrap args fix" by @hCraker in #371
Documentation
- Create a utility function to generate docstrings on wrapper functions by @anissa111 in #362
- adjust calendar example to follow similar template by @jukent in #339
- Update release notes for v2023.03.0 by @hCraker in #365
Misc
- version bump 2023 03 1 by @pilotchute in #379
Full Changelog: v2023.03.0...v2023.03.1
v2023.03.0
What's Changed
New Features
Deprecations
- Remove deprecated functions from v2022.10.0 by @hCraker in #357
- Remove links to deleted function docs by @hCraker in #359
Bug Fixes
Documentation
- Fix typos in PR template by @hCraker in #353
- add climatology_average example by @jukent in #341
- Fix some delta_pressure docs formatting by @hCraker in #361
Maintenance
- Add PR template to repository by @hCraker in #344
- Fix typos by @hCraker in #347
- Change conda badge to conda-forge channel by @hCraker in #349
New Contributors
Full Changelog: v2023.02.0...v2023.03.0
v2023.02.0
What's Changed
New Features
Enhancements
- Add check to avoid calculating monthly averages on monthly data by @hCraker in #304
- Add
keep_attrs
to functions by @hCraker in #315
Deprecations
- Fix pint bug in showalter_index and deprecate by @hCraker in #319
- Replace and deprecate
anomaly
andclimatology
by @hCraker in #332
Documentation
- Add rendered equations to docstrings by @anissa111 in #294
- Fix badge links by @anissa111 in #321
- Add release notes to the webpage and add formatting for auto generated notes by @hCraker in #337
- Add gradient function documentation to website by @hCraker in #342
Maintenance
- Adding import nightly CI test by @anissa111 in #300
- Expand upstream CI by @anissa111 in #301
- Patch for import test by @anissa111 in #302
- Fix the import package CI test by @anissa111 in #303
- CI failures quick patch by @anissa111 in #312
- Resolve CI link-check issue by @anissa111 in #316
- Pin numpy for numba compatibility by @anissa111 in #325
- Improve speed of spherical harmonics tests by @pilotchute in #327
- Converting pytest to unittest for climatology.py by @hCraker in #331
- Allow upstream-dev to run on forks by @anissa111 in #335
Full Changelog: v2022.11.0...v2023.02.0