Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0 #94

Merged
merged 1 commit into from
Oct 19, 2024
Merged

v0.2.0 #94

merged 1 commit into from
Oct 19, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Oct 18, 2024

Added

  • Reference conversion support from core arrays (utils#904)
  • Impl Default for Array (utils#905)
  • Deref/DerefMut impls for Array (utils#908, utils#913)
  • Impl From<Array<T, U>> for [T; N] (utils#945)
  • Impl IntoIterator for all ArraySizes (utils#956)
  • Impl IntoIterator for references to all ArraySizes (utils#957)
  • Concat and split methods (utils#958)
  • slice_as_chunks(_mut) methods (utils#974)
  • Impl Zeroize/ZeroizeOnDrop for Array (utils#984)
  • AssocArraySize trait (utils#1006, #40)
  • sizes submodule (utils#1014, #68)
  • ArrayN type alias (utils#1017)
  • Impl FromIterator (utils#1039)
  • Array::try_from_iter (#4)
  • Helper functions for Array<MaybeUninit<T>, U> (#8)
  • Send and Sync impls for Array (#15)
  • Array::map (#61)
  • Support all array sizes up to U512 (#67)
  • Array<Array<...>>::as_flattened{_mut}() (#86)
  • serde support (#88)
  • bytemuck support (#99)

Changed

Removed

@tarcieri
Copy link
Member Author

tarcieri commented Oct 18, 2024

I might work on some documentation improvements first before we cut this release Edit: done

@tarcieri tarcieri merged commit 6a321aa into master Oct 19, 2024
14 checks passed
@tarcieri tarcieri deleted the v0.2.0 branch October 19, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant