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

group save_datasets result by file #2281

Merged
merged 7 commits into from
Feb 2, 2023
Merged

Commits on Nov 16, 2022

  1. group save_datasets result by file

    Group the results of save_datasets by output file, when multiple files
    are being written and each file has multiple RIODataset or RIOTag
    objects.  This is helpful when we want a wrapper per file and therefore
    a single ``da.store`` call for each file.
    gerritholl committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b6c238e View commit details
    Browse the repository at this point in the history
  2. Add split by file implementation

    Add an implementation to split sources/targets by file.  This helps if
    we want to have a wrapper function to execute immediately when each file
    is completed when time for copmutation comes.
    gerritholl committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6640ce6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. adapt for old Python versions

    Adapt call to zip for compatibility with older versions of Python
    gerritholl committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f82454a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1861053 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Add example on how to use group_results_by_output_file

    Add an example on how to use the utility function
    group_results_by_output_file.  Also add a warning that for large
    calculations, this appears to cause a slowdown.
    gerritholl committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ab298d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae4afa View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    1fe056e View commit details
    Browse the repository at this point in the history