-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add the Scene
class
#220
Add the Scene
class
#220
Commits on Sep 18, 2024
-
Add new spatial datatypes to SOMA
- Add new MultiscaleImage - Add new SpatialDataframe abstract base class - Add PointCloud subclass of the SpatialDataFrame - Add GeometryDataFrame subclass of the SpatialDataFrame - Add shapely as a dependency
Configuration menu - View commit details
-
Copy full SHA for 0c7f1c6 - Browse repository at this point
Copy the full SHA 0c7f1c6View commit details -
Update MultiscaleImage docstring and other small updates
* Update docstrings * Add ValueError error messages in `SpatialRead` * Rename method `read_level`->`read_region`
Configuration menu - View commit details
-
Copy full SHA for 7ccefb6 - Browse repository at this point
Copy the full SHA 7ccefb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 462678a - Browse repository at this point
Copy the full SHA 462678aView commit details
Commits on Sep 19, 2024
-
Update python-spec/src/somacore/spatialdata.py
Co-authored-by: nguyenv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ed68f7 - Browse repository at this point
Copy the full SHA 5ed68f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff83352 - Browse repository at this point
Copy the full SHA ff83352View commit details -
Remove SpatialDataFrame from spec
The individual implementations may find a shared base class useful, but it doesn't need to be included in the abstract specification.
Configuration menu - View commit details
-
Copy full SHA for d681d32 - Browse repository at this point
Copy the full SHA d681d32View commit details -
* Create the `Scene` class * Add `spatial` collection of scenes to the `Experiment` class * Add Scene to ephemeral collections and tests
Configuration menu - View commit details
-
Copy full SHA for 67247a3 - Browse repository at this point
Copy the full SHA 67247a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d46e66 - Browse repository at this point
Copy the full SHA 5d46e66View commit details
Commits on Sep 25, 2024
-
Update the API for adding and setting transforms
* Add methods to add new assets to a scene * Rename `register_*` methods to `set_transformation_to_*`
Configuration menu - View commit details
-
Copy full SHA for 82c188a - Browse repository at this point
Copy the full SHA 82c188aView commit details
Commits on Sep 26, 2024
-
Rename and add transform methods
* Rename `_transformation_` methods to `_transform_`. * Add ability to get transforms "from" as well as "to" assets.
Configuration menu - View commit details
-
Copy full SHA for ceb04d3 - Browse repository at this point
Copy the full SHA ceb04d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d38625 - Browse repository at this point
Copy the full SHA 2d38625View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a0fec - Browse repository at this point
Copy the full SHA d7a0fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6fcbe - Browse repository at this point
Copy the full SHA 6c6fcbeView commit details