Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1011 Bytes

CHANGELOG.md

File metadata and controls

19 lines (17 loc) · 1011 Bytes

Changelog

Logging of changes between package versions (generated and uploaded to pypi.org).
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.2] - 2024-12-24

Overall acceleration of computation and object placement methods.

Added

  • Method (check API documentation): get_objects_acc
  • More printouts if methods for UscopeScene called with verbose_info flag
  • Automatic acceleration in the method set_random_places if numba installed.

[0.0.1] - 2024-09-19

Initial release with 2 implemented simulation classes:
UscopeScene - for simulation of a microscopic image;
FluorObj - for simulation of an individual bead / elongated small continuously-shaped fluorescent object;

Added

  • Initial release with functionality revealed in API Documentation and README;