Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimally invasive workflow for xarray transition #275

Draft
wants to merge 11 commits into
base: RC_v1.5.x
Choose a base branch
from

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    7287640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff710b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7071a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44ec916 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. adjusted data access in `def feature_detection_multithreshold_timeste…

    …p`; should now work with xarray as input
    fsenf committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6aefd66 View commit details
    Browse the repository at this point in the history
  2. def feature_detection_threshold needed no adjustment -> numpy array…

    … is considered as input type
    fsenf committed May 7, 2023
    Configuration menu
    Copy the full SHA
    ffbbdef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97118cd View commit details
    Browse the repository at this point in the history
  4. decorated feature_detection_multithreshold and updated docstring fo…

    …r `feature_detection_multithreshold_timestep`
    fsenf committed May 7, 2023
    Configuration menu
    Copy the full SHA
    26e6dcf View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    43f5197 View commit details
    Browse the repository at this point in the history
  2. black formatting

    fsenf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6978451 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. restructured test data generation again to have Iris Cube as base fir…

    …st and than go to xarray in a conversion steps; this is consistent now for `make_dataset_from_arr` with the other approaches in the module so that the planned conversion tio xarray internals can always use the same scheme
    fsenf committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7e9b328 View commit details
    Browse the repository at this point in the history