Releases: romainpilon/cloudbandPy
Release list
v1.3.0 - Support for CLARA-A3 OLR data
Full Changelog: v1.2.2...v1.3.0
v1.2.2 - Bug Fix
Key Changes:
-
Fix Type Handling in detection_workflow:
Resolved a type conflict in the+=operation withindetection_workflow.
Ensured compatibility between cloud_bands_map and intermediate computations by explicitly casting data to appropriate types (e.g., uint64).
Improved stability and reliability of cloud band detection across workflows. -
Improve Visualization (Secondary Update):
Added normalization for large cloud band IDs to sequential integers during plotting.
Updated visualization functions (plot_time_evolution_blobs,plot_time_evolution_inputvar_cloubdands, etc.) to use normalized IDs for better clarity and distinction in outputs. -
Increment the year of the copyright
v1.2.1 - CloudBand Class Improvements and Bug Fixes
This release introduces significant improvements and bug fixes to the CloudBand class in the cloudbandPy package, along with minor updates to configuration files. Key changes include:
Changes in CloudBand Class
- Updated how the longitude and latitude for cloud band centroids are set in the code.
- Revised the method for generating unique IDs for cloud bands to ensure accuracy and uniqueness.
- Added new variables to the class and its class methods to enhance functionality and usability.
Other Updates
- Fixed typos in configuration files for improved clarity.
- Bumped the package version to 1.2.1.
Important Note
Files created with version 1.2.0 or earlier are not compatible with version 1.2.1 due to changes in how centroids and IDs are handled. Users are advised to regenerate or update their files to align with this version.
v1.2.0
This release introduces netCDF4 capability for saving files. Users can now save cloud bands and their characteristics to netCDF4 files.
v1.1.0
v1.0.4: Merge pull request #7 from romainpilon/update_without_personal_info
Simplify how the process with dates to lay the ground to further developments (transition to netcdf files)
v1.0.3
In cloud band object, add 2 variables:
- connection to potential vorticity structure
- connection to equatorial wave
v1.0.2
v1.0.0
What's Changed
- Restructured code for improved packaging and distribution by @romainpilon in #2
- Code updates by @romainpilon in #3
- Updates by @romainpilon in #4
New Contributors
- @romainpilon made their first contribution in #2
Full Changelog: https://github.com/romainpilon/cloudbandPy/commits/v1.0.0