Skip to content

Latest commit

 

History

History
146 lines (104 loc) · 3.85 KB

RELEASES.md

File metadata and controls

146 lines (104 loc) · 3.85 KB

Version 0.8.1 (2024-04-30)

  • Fix misnamed Bits::{slice_as_simd,slice_as_simd_mut}.
  • Provide instead of require {Real,Bits}::{as_simd,as_simd_mut}.

Version 0.8.0 (2024-04-30)

  • Add {Real,SimdReal,Bits,SimdBits}::{as_simd,as_simd_mut}.
  • Update KaTeX.

Version 0.7.8 (2023-12-10)

  • Fix KaTeX.

Version 0.7.7 (2023-12-05)

  • Synchronize with nightly Rust.
  • Update KaTeX.

Version 0.7.6 (2023-08-06)

  • Fix build by removing broken const-related features.
  • Adhere to pedantic lints using Self where possible.
  • Update KaTeX.

Version 0.7.5 (2023-05-14)

  • Fix build by avoiding broken const_option_ext feature.

Version 0.7.4 (2023-05-13)

  • Fix build by removing Octal/LowerExp + UpperExp + Display bound.
  • Fix build by using explicit FromStr<Err = ParseFloatError> bound.
  • Update KaTeX.

Version 0.7.3 (2023-02-15)

  • Improve FromStr<Err> bound.
  • Add R::NATIVE_LANE_COUNT featured by crate target-features.

Version 0.7.2 (2023-02-15)

  • Add Send + Sync and FromStr<Err: Debug> bounds.
  • Update KaTeX.

Version 0.7.1 (2022-09-23)

  • Synchronize with nightly Rust (by marking traits with const_trait).

Version 0.7.0 (2022-08-05)

  • Extend CI workflow.
  • Update KaTeX.
  • Rename prefix lanes_ to simd_.
  • Synchronize with nightly Rust.

Version 0.6.0 (2022-03-14)

  • Update KaTeX.
  • Rename prefix horizontal_ to reduce_.
  • Synchronize with nightly Rust.

Version 0.5.1 (2022-03-04)

  • Fix example.

Version 0.5.0 (2022-03-04)

Version 0.4.0 (2022-01-03)

Version 0.3.0 (2021-12-09)

  • Add trait bounds and their reference versions.
  • Remove SIMD trait bounds with scalar RHS.

Version 0.2.1 (2021-12-05)

  • Use must_use and inline attributes.
  • Fix docs.

Version 0.2.0 (2021-11-21)

Version 0.1.2 (2021-11-20)

Version 0.1.1 (2021-11-19)

  • Include KaTeX.

Version 0.1.0 (2021-11-19)

  • Initial release.