Skip to content

Revision fixes#1281

Merged
David-Baddeley merged 12 commits into
python-microscopy:masterfrom
David-Baddeley:rev_fixes
Sep 20, 2022
Merged

Revision fixes#1281
David-Baddeley merged 12 commits into
python-microscopy:masterfrom
David-Baddeley:rev_fixes

Conversation

@David-Baddeley
Copy link
Copy Markdown
Contributor

A bunch of fixes to facilitate simpler 3rd party usage of the code (and a couple of bugfixes). Notably, this contains a breaking change in how recipe modules from plugins are accessed, which will require modification of recipes using these plugins (although not the plugin code itself). In short, recipe modules from plugins are now registered under the top-level plugin package name, NOT the most proximal python module name.

Comment thread docs/cluster/programatic_usage.rst Outdated
streamer.put(filename : str, data : bytes)


An more complete example of the low-level streaming interface, including the uses of a custom distribution function to
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A* more complete

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! obviously written fast without much proof-reading. Still very much a work in progress as well, just pushed as a backup.

Comment thread docs/cluster/programatic_usage.rst Outdated


An more complete example of the low-level streaming interface, including the uses of a custom distribution function to
enure data-locality when creating an image pyramid be found in :py:mod:`PYME.Analysis.distributed_pyramid`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can* be found

@David-Baddeley David-Baddeley merged commit 68cc12a into python-microscopy:master Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants