You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dealing with empty `image.name` returned by `showinf` in `prepare` (a…
…lso updating dependencies) (#91)
* dealing with empty `image.name`
* fixing the logic for names
* sneaking in some dependency updates
Human readable pack (#65)
* scaffold for simple pack
* simple test case working
* new tests, all passing
* improved testing, catching duplicate dataset names case
* removing debug print
* oops didn't need duplicate code
* flake8 fixes
Add `--merge` option to `unpack` (#57)
* bump to new ome-types
* updating things for ome_types=0.4.0
* first try at merge projects, stubs for others
* only missing find_dataset
* first pass at merge, find_dataset needs reviewing
* now resolving dataset refs to actual datasets
* basic merge functionality working
* added basic prepare metadata
* doing clever image matching (again?) considering annotations
* tests passing - made `conn` optional on `make_image_map`
* merge tests passing, some extra minor fixes
- merging orphaned datasets
- using `isInstance` instead of `type`
* updated readme and setup.py