1.14.0-beta.1
This release introduces fixes and improvements, including a performance boost.
Breaking changes | Addressed |
---|---|
Minor | #502, #526 |
The following changes have been made:
- When
getXStep
is specified, redundant GCD calculations are no longer performed. This improves performance and offers a solution when GCD calculation throws a false exception, which is possible due toFloat
imprecision. - Issues affecting the logic responsible for calculating the default x step have been resolved. Additionally, this logic is now twice as fast.
- The old versions of the APIs changed in version
1.14.0-alpha.2
have been restored and marked as deprecated. This is to simplify updating from version1.13.1
.