Skip to content

Releases: romainpilon/cloudbandPy

v1.3.0 - Support for CLARA-A3 OLR data

Choose a tag to compare

@romainpilon romainpilon released this 26 Aug 12:45

Full Changelog: v1.2.2...v1.3.0

v1.2.2 - Bug Fix

Choose a tag to compare

@romainpilon romainpilon released this 13 Jan 16:08
9d97064

Key Changes:

  1. Fix Type Handling in detection_workflow:
    Resolved a type conflict in the += operation within detection_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.

  2. 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.

  3. Increment the year of the copyright

v1.2.1 - CloudBand Class Improvements and Bug Fixes

Choose a tag to compare

@romainpilon romainpilon released this 13 Dec 12:49
41a93c9

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

Choose a tag to compare

@romainpilon romainpilon released this 31 May 07:20

This release introduces netCDF4 capability for saving files. Users can now save cloud bands and their characteristics to netCDF4 files.

v1.1.0

Choose a tag to compare

@romainpilon romainpilon released this 22 Feb 11:27
36a32ba

CloudBand class has been optimized.

v1.0.4: Merge pull request #7 from romainpilon/update_without_personal_info

Choose a tag to compare

@romainpilon romainpilon released this 21 Feb 13:44
1f6dd73

Simplify how the process with dates to lay the ground to further developments (transition to netcdf files)

v1.0.3

v1.0.3 Pre-release
Pre-release

Choose a tag to compare

@romainpilon romainpilon released this 19 Feb 16:42
3ccb6c1

In cloud band object, add 2 variables:

  • connection to potential vorticity structure
  • connection to equatorial wave

v1.0.2

Choose a tag to compare

@romainpilon romainpilon released this 06 Feb 13:57
9f22c85

Update code post paper review

v1.0.0

Choose a tag to compare

@romainpilon romainpilon released this 06 Feb 13:50
afd5310

What's Changed

New Contributors

Full Changelog: https://github.com/romainpilon/cloudbandPy/commits/v1.0.0