Colonyscanalyser

Latest version: v0.6.2

Safety actively analyzes 702232 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.4.4

Fixed
- Plots are now saved to the correct directory again

0.4.3

Added
- `--version` command line argument to display installed package version number
- `--image_formats` command line argument to display supported image formats
- Package configuration and now consolidated and loaded from a settings module
Changed
- Improved the output from the `--help` command line argument to make it a little clearer

0.4.2

Added
- Support for `bmp` image files
Fixed
- Wrong type reference in colony.colonies_from_timepoints
Changed
- `image_file._load_image` will now retry once if it fails

0.4.1

Added
- Dockerfile and utility scripts
- Docker image is now available: https://hub.docker.com/r/erikwhite/colonyscanalyser

0.4.0

Added
- `plate_labels` command line argument
- `base` module with base classes to provide core functionality throughout the package
- `geometry` module with base shape classes
- `plate` module with `Plate` and `PlateCollection` classes
- `image_file` module with `ImageFile` and `ImageFileCollection` classes
- `growth_curve` module to provide curve fitting and parameters
- `plot_plate_images_animation` outputs animated gifs for each plate in two sizes
- Output a summary of plate properties to `plates_summary.csv`
- Full type hinting for all modules
Changed
- Extended compatibility to Python 3.8
- Cached data is now not used by default
- Individual plots for each plate are now output by default
- `use_saved` command line argument renamed to `use_cached_data`
- Compressed serialised data filename changed to `cached_data`
- `save_plots` command line argument renamed to `plots`
- `plate_size` now defaults to 90 mm, the visible size of a 100 mm plate in a plate holder
- `plate_edge_cut` is now a percentage of the plate diameter, instead of a fixed pixel value
- Refactored most of the functions from `main` as static methods in the `plate` or `image_file` modules
- Improved flexibility when detecting date and time stamp information in file names
- Replaced growth properties in `Colony`, now implemented as `growth_curve.GrowthCurveModel`
- Modified plots to use new `GrowthCurveModel` properties
- Improved colony segmentation in low contrast images and under poor growth conditions
- Grouping of colony Timepoints is now faster and more accurate
- Colonies are no longer identified based on circularity
Fixed
- A rare error when opening images using skimage.io.imread
- Corrected default DPI settings and conversion factor
Removed
- A number of Colony properties - now implemented by `growth_curve.GrowthCurveModel`

0.3.4

Added
- plate_edge_cut command line argument
- Plate and colony ID map to show how they have been identified
Changed
- Add border exclusion and slightly relax colony circularity filtering in segment_image

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.