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.1.6 # 2023-10-02
- Git tags are no longer leaky.
- Driver builds as an OSX universal binary.
- Tests of tests are no longer built.
0.1.5 # 2023-08-14
- Software triggering works as expected.
0.1.4 # 2023-07-28
- Reflect in Storage capabilities interface that basic Storage devices do not support multiscale.
- Simulated camera supports u16, i8, i16, and f32 pixel types in addition to u8.
0.1.3 - 2023-06-27
- Reflect a change in core-libs:
StorageProperties::chunking::max_bytes_per_chunk
is now auint64_t
(was auint32_t
).
- Can optionally link against the DLL version of the MSVC runtime.
0.1.2 - 2023-05-25
- Nightly releases.
- Implements
get_meta
andreserve_image_shape
for Raw, Tiff, and Side-by-Side Tiff with Json devices.