Unreleased - ReleaseDate
- Loosen some generic trait bounds:
- Don't require
T
to beCopy
, onlyClone
. - Declare
const Q_MAX
asu64
instead ofu32
as we useu64
as the unsigned int type in other places. - Remove obsolete
'static
bound onimpl Linear for IntRange
.
- Don't require
- Split normalization and quantization into different traits. This gives more flexibility.
0.2.0 - 2022-04-11
- Remove dependency
num_traits
. It failed silently for some cases. Generic types must instead implementTryFrom<u64>
.
0.1.0 - 2022-04-11
- First implementation