v1.1.0
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