Skip to content

Releases: lthibault/jitterbug

Lepidoptera

12 Mar 18:19
7edacbc
Compare
Choose a tag to compare

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

13 Mar 03:48
Compare
Choose a tag to compare

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

20 May 09:37
a0df38e
Compare
Choose a tag to compare

Fixes issue #2.

Coleoptera

01 Mar 11:26
8d29fd5
Compare
Choose a tag to compare

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.