Skip to content

Releases: improbable-eng/phtree-cpp

v1.1.1

30 Jan 17:13
141f335
Compare
Choose a tag to compare

Changed

  • Replaced size() in filters with DIM #26

v1.1.0

30 Jan 17:12
ace232d
Compare
Choose a tag to compare

Added:

  • FilterSphere for filtering by sphere constraint (by ctbur) #16
  • IEEE converter for 32bit float, see distance.h (by ctbur) #18

Changed:

  • Performance improvement for updates and queries: removed use of std::variant. #23
  • Fixed imports -> (by ctbur) #15
  • Cleaned up build scripts #21
  • Fixed warnings: #20
    • "unused function argument" warnings
    • gcc/clang warnings
    • MSVC warnings
    • reserved identifier warnings (identifiers starting with _)
  • typos in README.md #22

v1.0.1

06 May 13:14
0d7d141
Compare
Choose a tag to compare

This fixes some compiler warnings, see issue #10

v1.0.0

23 Mar 15:01
5d4b09b
Compare
Choose a tag to compare

Version 1.0.0 contains numerous fixes and improvements including several breaking changes in the API.
See CHANGELOG for details..

v0.1.0

22 Mar 16:47
d959668
Compare
Choose a tag to compare

Initial release.