Skip to content

v1.1.0

Compare
Choose a tag to compare
@improbable-til improbable-til released this 30 Jan 17:12
· 2 commits to master since this release
ace232d

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