Releases: lthibault/jitterbug
Lepidoptera
Fixes bias in the uniform distribution. Note that the behavior of Uniform
has changed. By virtue of the fact that Uniform
's behavior was poorly specified, and that the current implementation is likely to match what users expected in the previous version, we have decided to consider this as a minor release. Projects that depended on this unspecified behavior are encouraged to update their code, and to submit an issue if needed.
Lepidoptera
v2.0.0 contains backwards-incompatible changes to jitterbug.Uniform
, as the previous behavior was needlessly complex and non-obvious. Hopefully this will be the last backwards-incompatible change.
The Uniform
jitterer now draws from a uniform distribution between [0, d], where d
is the ticker's interval duration. The optional Uniform.Min
parameter specifies a minimum output value from Uniform.Jitter
.
Coleoptera
Fixes issue #2.
Coleoptera
In response to #1, we are releasing Jitterbug v1.0.
Because naming things is fun, each major release will be named after an order of insect. v1.0's release name is Coleoptera.