29. METplotpy Release Information
When applicable, release notes are followed by the GitHub issue number which describes the bugfix, enhancement, or new feature: METplotpy GitHub issues.
29.1. METplotpy Release Notes
29.1.1. METplotpy Version 3.0.2 release notes (20251016)
New Plots
None
Enhancements
None
Internal
None
Bugfixes
Check for incorrectly formatted fixed_vars_vals_input value that is created by METviewer’s MVBatch.java (007d385).
29.1.2. METplotpy Version 3.0.1 release notes (20250722)
New Plots
None
Enhancements
None
Internal
None
Bugfixes
Incorporate Plotly/kaleido fixes to the main_3.0 code (#530).
29.2. METplotpy Upgrade Instructions
Note
In June 2025, Plotly made significant updates to the kaleido package with the 1.0.0 release by removing Google Chrome code. Now, users will need to have Google Chrome installed in directories specified in this Plotly documentation (based on operating system): https://plotly.com/python/static-image-export/
The METplotpy code downloads Chrome at runtime by invoking the kaleido.get_chrome_sync() method call.
If users do not wish to have Chrome downloaded at run time and already have Chrome installed in one of the expected locations (specified in the Plotly link above), then the PRE_LOAD_CHROME environment variable will need to be set to ‘True’ (case insensitive string).