Releases: andywiecko/BurstCollections
Releases · andywiecko/BurstCollections
v1.7.1
v1.7.0
Features
NativeStackedLists<T>
added. It can be used as an alternative for nested collections.
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
Features
NativePointQuadtree
added. Implemented quadtree supports forAABB
range query.Reinterpret<T>
andElementAt
methods forNativeIndexedArray<Id, T>
added.Ref<T>
class added. It is handy for using with native collections.
Changes
- A small bounding volume structs
AABB
andMBC
refactor. - A few code style fixes.
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Features
NativeArray2d<T>
added. Wrapper for two-dimensionalNativeArray<T>
. Support for reading rows in parallel jobs.Native2dTree
added. Currently, only AABB Range query is implemented, NN and k-NN search are TODO.NativeBoundingVolumeTree<AABB>
tree vs. tree intersections implementation using queue. The result is stored inNativeList<int2>
.
Changes
- Renaming
BoundingVolumeTree<T>
intoNativeBoundingVolumeTree<T>
. Old class is still available, but is marked with Obsolete attribute. Additionally fix some minor typoes in methods names and addsReadOnly
substruct.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
[Release] v1.3.0 * [Upgrade] Support for (ReadOnly)Span for Native Indexed Collections * [Diagnostics] DebugView for Native Indexed Collections * [Upgrade] NativeStack DebugViev * [Update] CHANGELOG.md + package version
v1.2.0
[Release] v. 1.2.0 * Id Enumerators
v1.1.0
[Release] v. 1.1.0 * NativeAccumulatedProduct * NativeIndexedArray * NativeIndexedList * update README, CHANGELOG, and package.json
v1.0.0
[Release] v. 1.0.0