Skip to content

v2.0.0

Compare
Choose a tag to compare
@justinvdm justinvdm released this 23 Jan 10:31
· 45 commits to main since this release

⚠ BREAKING CHANGES

copycat.float() method has been rewritten: previously, output values would stay close to the min value give. With this release, output values will distribute more evenly across the (min, max) range of values.

This means that inputs for copycat.float() will now map to a different output. It is still deterministic - the same input will always map to the same output. It is just that after the upgrade the corresponding output for each input will have changed.