All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2026-03-05
- (aes) update aes dependency and PAR_BLOCKS const
- (deps) bump proptest from 1.9.0 to 1.10.0
- (rand) update rand and rand_core to 0.10
- (bench) use std black_box
0.3.0 - 2026-01-21
- [breaking] remove
nightlyfeature (#30)
- set is_nightly cfg in build.rs if using nightly compiler (#30)
- refactor AVX2 transpose for better understandability and less use of unsafe (#13)
- remove unsafe from portable transpose implementation (#14)
- update dependencies