Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ As this is a major release, not all changes and functions are listed below. For

* `imcflibs.pathtools.create_directory` to create a new directory at the specified path.

* Additions to `imcflibs.imagej.bioformats`:
* `imcflibs.imagej.bioformats.export` to export an image to a given file.
* `imcflibs.imagej.bioformats.get_metadata_from_file` to extract various
metadata from a given file using BioFormats.
* `imcflibs.imagej.bioformats.get_stage_coords`to get stage coordinates and
calibration for one or more given images.

## 1.4.0

### Added
Expand Down
Loading
Loading