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

Enh/manage groups #66

Merged
merged 13 commits into from
Feb 6, 2024
Merged

Enh/manage groups #66

merged 13 commits into from
Feb 6, 2024

Commits on Jan 11, 2024

  1. FIX: pre-commit hook for black

    Abel Aoun committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d5df915 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. ENH: Add group filtering to open_ncml

    Abel Aoun committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    be6acbc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. ENH: Add flatten capabilities to read nested groups

    When open_ncml is called with group="*", every group will be read
    and they will be flatten in the resulting dataset.
    If names are conflicting, the dimensions and varaibles names are
    appended with __n where n is the number of existing simlar names.
    Abel Aoun committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d965443 View commit details
    Browse the repository at this point in the history
  2. Add test for error

    Abel Aoun committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    87aa891 View commit details
    Browse the repository at this point in the history
  3. DOC: document changes

    Abel Aoun committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3243a01 View commit details
    Browse the repository at this point in the history
  4. FIX: scalar parsing and nested groups

    Abel Aoun committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5daba4a View commit details
    Browse the repository at this point in the history
  5. remove dead code

    Abel Aoun committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1959e92 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Improve generator

    Abel Aoun committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c32d437 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. ENH: Improve group parsing

    - improved performances by parsing ncml reprsentation only once
    - fixed issues of rewritting content when read multiple times
    Abel Aoun committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ff807ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e9ed1 View commit details
    Browse the repository at this point in the history
  3. Clean

    Abel Aoun committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    18a7c8b View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: David Huard <[email protected]>
    bzah and huard authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ae842fe View commit details
    Browse the repository at this point in the history
  5. ENH: Improve parser following code review

    Abel Aoun committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dac5870 View commit details
    Browse the repository at this point in the history