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

[python] Update spatial API to match somacore 1.0.23 #3274

Merged
merged 3 commits into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    5894c8f View commit details
    Browse the repository at this point in the history
  2. Update Scene subcollection API

    - Make subcollection always a positional argument (for consistency).
    - Fix docstrings for `create` methods (no default value for
    subcollection).
    jp-dark committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    28ffde4 View commit details
    Browse the repository at this point in the history
  3. [python] Update the MultiscaleImage to match somacore API changes (

    …#3262)
    
    * Directly take the `CoordinateSpace` as a creation parameter.
    * Remove confusing `image_type` property/creation parameter. Use `data_axis_order` instead which uses the axis names the user provided.
    * Create the first resolution level when creating the `MultiscaleImage`.
    * Require the `add_new_level` to only add images smaller than the base (level=0) image.
    * Add a `set` method for adding images that exist outside of SOMA.
    * Add a property to check the number of channels in the image.
    * Replace public facing `ImageProperties` class with internal `_LevelProperties` class.
    jp-dark committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5b048b2 View commit details
    Browse the repository at this point in the history