Skip to content

Releases: andywiecko/BurstCollections

v1.7.1

21 Jan 13:41
Compare
Choose a tag to compare

Fixed

  • Compatibility with Unity.Collections@v2.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

06 Dec 16:41
Compare
Choose a tag to compare

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

08 Sep 19:08
Compare
Choose a tag to compare

Features

  • (ReadOnly)Span extensions for Unity.Collections.

Full Changelog: v1.5.0...v1.6.0

v1.5.0

08 Aug 14:08
Compare
Choose a tag to compare

Features

  • NativePointQuadtree added. Implemented quadtree supports for AABB range query.
  • Reinterpret<T> and ElementAt methods for NativeIndexedArray<Id, T> added.
  • Ref<T> class added. It is handy for using with native collections.

Changes

  • A small bounding volume structs AABB and MBC refactor.
  • A few code style fixes.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Apr 07:16
Compare
Choose a tag to compare

Features

  • NativeArray2d<T> added. Wrapper for two-dimensional NativeArray<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 in NativeList<int2>.

Changes

  • Renaming BoundingVolumeTree<T> into NativeBoundingVolumeTree<T>. Old class is still available, but is marked with Obsolete attribute. Additionally fix some minor typoes in methods names and adds ReadOnly substruct.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

24 Jan 18:40
b391b26
Compare
Choose a tag to compare
[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

11 Jan 15:22
Compare
Choose a tag to compare
[Release] v. 1.2.0

* Id Enumerators

v1.1.0

11 Jan 15:21
Compare
Choose a tag to compare
[Release] v. 1.1.0

* NativeAccumulatedProduct

* NativeIndexedArray

* NativeIndexedList

* update README, CHANGELOG, and package.json

v1.0.0

11 Jan 15:21
Compare
Choose a tag to compare
[Release] v. 1.0.0