Skip to content

deps(deps): bump pycontrails[ecmwf,gcp,gfs,jupyter,pyproj] from 0.60.1 to 0.60.2 in the python-minor group - #9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-minor-e09223aec9
Open

deps(deps): bump pycontrails[ecmwf,gcp,gfs,jupyter,pyproj] from 0.60.1 to 0.60.2 in the python-minor group#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-minor-e09223aec9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Copy link
Copy Markdown

Bumps the python-minor group with 1 update: pycontrails[ecmwf,gcp,gfs,jupyter,pyproj].

Updates pycontrails[ecmwf,gcp,gfs,jupyter,pyproj] from 0.60.1 to 0.60.2

Release notes

Sourced from pycontrails[ecmwf,gcp,gfs,jupyter,pyproj]'s releases.

v0.60.2

Features

  • Improve memory and compute performance of the extended K15 model by constructing intermediate lookup tables for the activation radius calculation. The new implementation uses a cached RegularGridInterpolator to approximate the activation radius instead of repeated root-finding, providing significant speedups when running the vPM activation model over large datasets (such as in CocipGrid or Cocip with a large Fleet).
  • Add new CocipParams.max_horizontal_diffusivity and CocipParams.max_vertical_diffusivity parameters to cap the maximum diffusivity used within Cocip to simulate contrail spreading. Both parameters are optional and default to None, in which case no cap is applied. See Section 2.2 of Schumann and Seifert (2025) for details.
  • Allow passing max_depth=None as a valid CocipParams parameter to disable the maximum contrail depth limit in Cocip. In a future release, the diffusivity-based depth limit will be the default behavior.

Fixes

  • Update PycontrailsRegularGridInterpolator for compatibility with changes introduced in scipy 1.17.

Internals

  • Change the default n_plume_points parameter in droplet_apparent_emission_index from 50 to 40.
  • The experimental warning in the extended K15 model can now be suppressed by setting the PYCONTRAILS_SILENCE_VPM_WARNING environment variable.
  • Add a Particle.vpm_ei field to represent the volatile particulate matter (vPM) emission index number. Remove the vpm_ei_n parameter in various functions within the extended_k15 module in favor of this new field.
Changelog

Sourced from pycontrails[ecmwf,gcp,gfs,jupyter,pyproj]'s changelog.

0.60.2

Features

  • Improve memory and compute performance of the extended K15 model by constructing intermediate lookup tables for the activation radius calculation. The new implementation uses a cached RegularGridInterpolator to approximate the activation radius instead of repeated root-finding, providing significant speedups when running the vPM activation model over large datasets (such as in CocipGrid or Cocip with a large Fleet).
  • Add new CocipParams.max_horizontal_diffusivity and CocipParams.max_vertical_diffusivity parameters to cap the maximum diffusivity used within Cocip to simulate contrail spreading. Both parameters are optional and default to None, in which case no cap is applied. See Section 2.2 of Schumann and Seifert (2025) for details.
  • Allow passing max_depth=None as a valid CocipParams parameter to disable the maximum contrail depth limit in Cocip. In a future release, the diffusivity-based depth limit will be the default behavior.

Fixes

  • Update PycontrailsRegularGridInterpolator for compatibility with changes introduced in scipy 1.17.

Internals

  • Change the default n_plume_points parameter in droplet_apparent_emission_index from 50 to 40.
  • The experimental warning in the extended K15 model can now be suppressed by setting the PYCONTRAILS_SILENCE_VPM_WARNING environment variable.
  • Add a Particle.vpm_ei field to represent the volatile particulate matter (vPM) emission index number. Remove the vpm_ei_n parameter in various functions within the extended_k15 module in favor of this new field.
Commits
  • ff1afff update docstrings
  • 73ff749 calm mypy
  • 306a65c update changelog, fix CocipGrid and DryAdvection
  • f27274c Add two new CoCiP params - max_horizontal_diffusivity and `max_vertical_dif...
  • 148d1f5 Updates to extended K15 to allow for multiple vPM particles
  • 3215ffc Bug fix to output_formats
  • 6196fc6 Replace max depth with horizontal and vertical diffusivity limits
  • ca54be6 fix sentinel tests
  • 4e96c1c PERF: interpolate to estimate activation radius in vPM module
  • ea47292 address mypy issue
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Feb 3, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps the python-minor group with 1 update: [pycontrails[ecmwf,gcp,gfs,jupyter,pyproj]](https://github.com/contrailcirrus/pycontrails).


Updates `pycontrails[ecmwf,gcp,gfs,jupyter,pyproj]` from 0.60.1 to 0.60.2
- [Release notes](https://github.com/contrailcirrus/pycontrails/releases)
- [Changelog](https://github.com/contrailcirrus/pycontrails/blob/main/CHANGELOG.md)
- [Commits](contrailcirrus/pycontrails@v0.60.1...v0.60.2)

---
updated-dependencies:
- dependency-name: pycontrails[ecmwf,gcp,gfs,jupyter,pyproj]
  dependency-version: 0.60.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-minor-e09223aec9 branch from 69424d9 to b38cca2 Compare February 4, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants