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

Issue #134 merge partitions with inconsistent grids amongst partitions #216

Merged
merged 27 commits into from
Feb 14, 2024

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    4062710 View commit details
    Browse the repository at this point in the history
  2. * Add sizes property

    * Add ``max_face_node_dimension`` property for Ugrid2D
    * Add ``max_connectivity_dimensions`` property
    JoerivanEngelen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    92ab064 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    JoerivanEngelen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9866cb2 View commit details
    Browse the repository at this point in the history
  4. * Support merging partitions with different grids per partition

    * Add function to maybe pad connectivity max dims
    * Group data objects and other vars by gridname
    JoerivanEngelen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e2bd159 View commit details
    Browse the repository at this point in the history
  5. Format

    JoerivanEngelen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ba6e259 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    JoerivanEngelen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    151f416 View commit details
    Browse the repository at this point in the history
  7. Add test

    JoerivanEngelen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    68b2d94 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    8ab89ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d12b9 View commit details
    Browse the repository at this point in the history
  3. Fix validation

    JoerivanEngelen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5815063 View commit details
    Browse the repository at this point in the history
  4. Add test

    JoerivanEngelen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    147f3d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edfa12b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1570561 View commit details
    Browse the repository at this point in the history
  7. format

    JoerivanEngelen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    92fd23f View commit details
    Browse the repository at this point in the history
  8. Update changelog

    JoerivanEngelen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0c85d0b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Rename max_connectivity_dimensions to max_connectivity_sizes and let …

    …the former method return a tuple of names instead
    JoerivanEngelen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    22d93a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c465bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    694c31c View commit details
    Browse the repository at this point in the history
  4. format

    JoerivanEngelen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c925667 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eb60f4 View commit details
    Browse the repository at this point in the history
  6. Add type annotation

    JoerivanEngelen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    96f814b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9b3494 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b262e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    365ee19 View commit details
    Browse the repository at this point in the history
  10. format

    JoerivanEngelen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    20181c3 View commit details
    Browse the repository at this point in the history
  11. Fix typo in docstring

    JoerivanEngelen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a96d298 View commit details
    Browse the repository at this point in the history