Geocat.comp

Latest version: v2025.3.0

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

2023.06.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

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` and `climatology` by anissa111 in https://github.com/NCAR/geocat-comp/pull/416
* Remove f2py dependency by anissa111 in https://github.com/NCAR/geocat-comp/pull/421
Bug Fixes
* Fix bug in `_temp_extrapolate` used by `interp_hybrid_to_pressure` by kafitzgerald in https://github.com/NCAR/geocat-comp/pull/424
* Dropping support for python 3.8 and adding 3.11 by anissa111 in https://github.com/NCAR/geocat-comp/pull/426
Documentation
* VIMFC notebook by jukent in https://github.com/NCAR/geocat-comp/pull/388
Maintenance
* Reconfigure and removes src folder by anissa111 in https://github.com/NCAR/geocat-comp/pull/419
* update .pre-commit-config.yaml yapf repo by anissa111 in https://github.com/NCAR/geocat-comp/pull/417

New Contributors
* kafitzgerald made their first contribution in https://github.com/NCAR/geocat-comp/pull/424

**Full Changelog**: https://github.com/NCAR/geocat-comp/compare/v2023.05.0...v2023.06.0

2023.05.0

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**: https://github.com/NCAR/geocat-comp/compare/v2023.03.2...v2023.05.0

2023.03.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Bug Fixes
* type check patch in delta_pressure by jukent in https://github.com/NCAR/geocat-comp/pull/363
* Pypi packaging fix by anissa111 in https://github.com/NCAR/geocat-comp/pull/395
Maintenance
* Update internal links to use sphinx internal referencing by hCraker in https://github.com/NCAR/geocat-comp/pull/376
* Switch pypi release action to be triggered manually by anissa111 in https://github.com/NCAR/geocat-comp/pull/390
* specify python 3.10 for pypi build by anissa111 in https://github.com/NCAR/geocat-comp/pull/393
* Create release template by hCraker in https://github.com/NCAR/geocat-comp/pull/384
* Package setup refactor (namespace and versioning fixes) (x2) by anissa111 in https://github.com/NCAR/geocat-comp/pull/389
* Misc
* Update release-notes.rst by hCraker in https://github.com/NCAR/geocat-comp/pull/392


**Full Changelog**: https://github.com/NCAR/geocat-comp/compare/v2023.03.1...v2023.03.2

2023.03.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Bug Fixes
* Add dpres_plev init file by hCraker in https://github.com/NCAR/geocat-comp/pull/368
* Fix argument checks for interp_hybrid_to_pressure by hCraker in https://github.com/NCAR/geocat-comp/pull/372
* Extrap args fix by hCraker in https://github.com/NCAR/geocat-comp/pull/369
* Revert "Extrap args fix" by hCraker in https://github.com/NCAR/geocat-comp/pull/371
Documentation
* Create a utility function to generate docstrings on wrapper functions by anissa111 in https://github.com/NCAR/geocat-comp/pull/362
* adjust calendar example to follow similar template by jukent in https://github.com/NCAR/geocat-comp/pull/339
* Update release notes for v2023.03.0 by hCraker in https://github.com/NCAR/geocat-comp/pull/365

Misc
* version bump 2023 03 1 by pilotchute in https://github.com/NCAR/geocat-comp/pull/379

**Full Changelog**: https://github.com/NCAR/geocat-comp/compare/v2023.03.0...v2023.03.1

2023.03.0

<!-- Release notes generated using configuration in .github/release.yml at v2023.03.0 -->

What's Changed
New Features
* Adding method to calculate delta pressure by jukent in https://github.com/NCAR/geocat-comp/pull/338
Deprecations
* Remove deprecated functions from v2022.10.0 by hCraker in https://github.com/NCAR/geocat-comp/pull/357
* Remove links to deleted function docs by hCraker in https://github.com/NCAR/geocat-comp/pull/359
Bug Fixes
* Partial fix for _vertical_remap_extrap bug by hCraker in https://github.com/NCAR/geocat-comp/pull/360
Documentation
* Fix typos in PR template by hCraker in https://github.com/NCAR/geocat-comp/pull/353
* add climatology_average example by jukent in https://github.com/NCAR/geocat-comp/pull/341
* Fix some delta_pressure docs formatting by hCraker in https://github.com/NCAR/geocat-comp/pull/361
Maintenance
* Add PR template to repository by hCraker in https://github.com/NCAR/geocat-comp/pull/344
* Fix typos by hCraker in https://github.com/NCAR/geocat-comp/pull/347
* Change conda badge to conda-forge channel by hCraker in https://github.com/NCAR/geocat-comp/pull/349

New Contributors
* jukent made their first contribution in https://github.com/NCAR/geocat-comp/pull/341

**Full Changelog**: https://github.com/NCAR/geocat-comp/compare/v2023.02.0...v2023.03.0

2023.02.0

What's Changed
New Features
* Add extrapolation feature to interp_hybrid_to_pressure by hCraker in https://github.com/NCAR/geocat-comp/pull/237

Enhancements
* Add check to avoid calculating monthly averages on monthly data by hCraker in https://github.com/NCAR/geocat-comp/pull/304
* Add `keep_attrs` to functions by hCraker in https://github.com/NCAR/geocat-comp/pull/315

Deprecations
* Fix pint bug in showalter_index and deprecate by hCraker in https://github.com/NCAR/geocat-comp/pull/319
* Replace and deprecate `anomaly` and `climatology` by hCraker in https://github.com/NCAR/geocat-comp/pull/332

Documentation
* Add rendered equations to docstrings by anissa111 in https://github.com/NCAR/geocat-comp/pull/294
* Fix badge links by anissa111 in https://github.com/NCAR/geocat-comp/pull/321
* Add release notes to the webpage and add formatting for auto generated notes by hCraker in https://github.com/NCAR/geocat-comp/pull/337
* Add gradient function documentation to website by hCraker in https://github.com/NCAR/geocat-comp/pull/342


Maintenance
* Adding import nightly CI test by anissa111 in https://github.com/NCAR/geocat-comp/pull/300
* Expand upstream CI by anissa111 in https://github.com/NCAR/geocat-comp/pull/301
* Patch for import test by anissa111 in https://github.com/NCAR/geocat-comp/pull/302
* Fix the import package CI test by anissa111 in https://github.com/NCAR/geocat-comp/pull/303
* CI failures quick patch by anissa111 in https://github.com/NCAR/geocat-comp/pull/312
* Resolve CI link-check issue by anissa111 in https://github.com/NCAR/geocat-comp/pull/316
* Pin numpy for numba compatibility by anissa111 in https://github.com/NCAR/geocat-comp/pull/325
* Improve speed of spherical harmonics tests by pilotchute in https://github.com/NCAR/geocat-comp/pull/327
* Converting pytest to unittest for climatology.py by hCraker in https://github.com/NCAR/geocat-comp/pull/331
* Allow upstream-dev to run on forks by anissa111 in https://github.com/NCAR/geocat-comp/pull/335


**Full Changelog**: https://github.com/NCAR/geocat-comp/compare/v2022.11.0...v2023.02.0

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.