Nicholas-Schaub
Nicholas-Schaub
Two parameters were added to `set_point_options`: border_width and border_color. These options allow addition of a border to be drawn around each point. An example of a plot drawn with and...
## OmeTiledTiffWriter This PR adds adds a writer to wrap the `bfio.BioWriter(backend="python")`. This writer will only write OME TIFFs with the tile width and tile tags set to 1024 and...
This PR converts most extension classes into pydantic classes. The `Extension` class is not converted into a pydantic class because I am investigating a good approach to doing this. Effectively,...
I submitted a PR recently and noticed that a bunch of rewrite code as implemented in the main repo. It breaks a lot of functionality, which is fine, but there...
I've run into an issue when switching to Bioformats 6.5.0 where images with multiple z-positions cannot be read. When selecting z>0, I get an indexing error. It turns out this...
### Summary When reading/writing arrays, `tiledb` does not support `pathlib.Path` for file URIs. ### Details When using a `pathlib.Path` to open a new array, the first write triggers an array...
If the maintainers of the repo are open to pull requests, would they be interested in a pull request for code cleanup and some production level updates? There are a...
Awesome project. Started going down the road of building my own, and then found this. It looks like in the current state, endpoints are only exposed as tools. However, quite...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior I am trying to serve Plane on a path, but all...