Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (28 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 1.52 KB

Changelog

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

Fixed

  • 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

Fixed

  • Software triggering works as expected.

0.1.4 # 2023-07-28

Changed

  • Reflect in Storage capabilities interface that basic Storage devices do not support multiscale.

Added

  • Simulated camera supports u16, i8, i16, and f32 pixel types in addition to u8.

0.1.3 - 2023-06-27

Changed

  • Reflect a change in core-libs: StorageProperties::chunking::max_bytes_per_chunk is now a uint64_t (was a uint32_t).

Added

  • Can optionally link against the DLL version of the MSVC runtime.

0.1.2 - 2023-05-25

Added

  • Nightly releases.
  • Implements get_meta and reserve_image_shape for Raw, Tiff, and Side-by-Side Tiff with Json devices.

0.1.1 - 2023-05-11