Skip to content

Releases: insight-platform/Similari

v0.16.0

18 Jul 09:09
Compare
Choose a tag to compare
  • Improved several benchmarks
  • added non-blocking merge operation

v0.8.4

14 Jul 08:08
Compare
Choose a tag to compare
  • Added new methods for Track object
  • Implemented test sample for a feature-based incremental tracker with bounding box collecting.

0.8.1

14 Jul 06:25
Compare
Choose a tag to compare
  • Parametrized observation attributes;
  • Improved code structure and readability;
  • No merge history flag supported

v0.6.2-PSN

12 Jul 11:50
Compare
Choose a tag to compare

Non production release that requires nightly compiler.

0.6.2

12 Jul 08:13
Compare
Choose a tag to compare

0.6.2 introduces a new option to filter distances earlier. It allows cutting of excessive elements within workers before the aggregration.

0.4.3

10 Jul 15:12
bf99dd9
Compare
Choose a tag to compare
  • New SIMD backend - ultraviolet
  • Performance increased almost twice

0.3.1

07 Jul 15:27
bc31c45
Compare
Choose a tag to compare

Release 0.3.1 introduces a better parallel computation model that relies on pooled executors rather than the Rayon library. Rayon was removed from the dependencies. The improvement allowed to perform the operations 2-3 times faster.

0.2.6

01 Jul 11:08
Compare
Choose a tag to compare

Release notes

Version 0.2.6 introduces safe update, merge, optimize operations. Prior to 0.2.6, when the operation returned Err(e), the internal state of failed object was undefined, starting from 0.2.6, the failed operation rolls back the state of the object to an initial one.

0.2.4

01 Jul 07:21
dcba74d
Compare
Choose a tag to compare

Documentation update, not functionality change versus 0.2.3.

0.2.3

30 Jun 14:57
44366f9
Compare
Choose a tag to compare

Implemented performance benchmarks