Task #11852 (closed)
Doc: Blitz API changes for FS
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | 5.0.0 |
| Component: | Documentation | Version: | n.a. |
| Keywords: | n.a. | Cc: | python-team@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Document the Blitz Gateway API changes since 4.4.
Change History (6)
comment:1 Changed 6 years ago by jamoore
comment:2 Changed 6 years ago by wmoore
I can certainly start! I don't think there are too many methods to handle.
comment:3 Changed 6 years ago by jamoore
- Milestone changed from 5.1.0 to 5.0.0
comment:4 Changed 6 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
Fixed https://github.com/openmicroscopy/ome-documentation/pull/594
NB: Didn't mention changes under the hood to loadOriginalMetadata() since the API is the same. Didn't mention linkAnnotation(sameOwner=False) is now False by default instead of True, since we haven't documented the sameOwner flag before - I consider it a JCB-specific flag that was a Bug for everyone else (not a feature).
comment:5 Changed 6 years ago by Will Moore <will@…>
(In [862b6b8a135f9b6c095470ce322133dea138495e/ome.git] on branch develop) Fileset example code. See #11852
comment:6 Changed 6 years ago by Will Moore <will@…>
(In [558b3b0675de6c4d8c926606db4f47d4232d307a/ome.git] on branch develop) Fix Bug in Blitz conn.getAdministrators() See #11852
This was only working in web because webgateway subclass of ExperimenterWrapper? has
the getMembers() implemented.
How much work do you see this being? Can we tackle for 5.0.0?