Releases: viceroypenguin/RBush
Releases · viceroypenguin/RBush
v4.0.0
v3.2.0
What's Changed
- Fix bug in
FindCoveringArea
forInsert
by @viceroypenguin in #45 - General Code Updates by @viceroypenguin in #46
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Use LINQ OrderBy to sort in BuildNodes by @MB512 in #25
- General Performance improvements
- Add missing SourceLink
Full Changelog: v3.0.0...v3.1.0
Release 3.0.0
What's Changed
- BulkLoad speed improvements by @MB512 in #20
- Modernization by @viceroypenguin in #21
- Add K-Nearest Neighbors method by @viceroypenguin in c4257c4
New Contributors
Breaking Changes
ProjectionComparer
has been removed;Comparer<T>.Create
is recommended instead
Full Changelog: v2.0.53...v3.0.0