Skip to content

Releases: SpongePowered/math

math 2.0.1

Choose a tag to compare

@zml2008 zml2008 released this 16 Aug 00:04
  • Fix #33 - loss of precision when converting from an integer to double vector
  • Add requires for com.google.errorprone.annotations and java.desktop to the module descriptor.

math 2.0.0

Choose a tag to compare

@zml2008 zml2008 released this 03 May 21:58

This is the first major release of the 2.x.x series! While the overall structure of the library remains unchanged from 1.0.x, there are some naming changes that will cause breakages:

  • Move to the org.spongepowered namespace
  • Drop get- prefix from API methods
  • Remove unnecessary empty constructors, in favor of the ZERO and IDENTITY constants
  • Remove GenericMath.getRandom() in favor of ThreadLocalRandom
  • Add a full JPMS module descriptor, naming this module org.spongepowered.math
  • Enable error-prone analysis and use errorprone annotations to declare immutable objects as deeply immutable

1.0.3

Choose a tag to compare

@lukespragg lukespragg released this 29 Jul 22:21

Fixes a major bug with GenericMath.mod when div == 0.

1.0.2

Choose a tag to compare

@lukespragg lukespragg released this 29 Apr 02:47
Merge pull request #23 from flow/release/1.0.2

Release/1.0.2

1.0.1

Choose a tag to compare

@lukespragg lukespragg released this 14 Aug 19:10
Update secure variables for Travis-CI

1.0.0

Choose a tag to compare

@lukespragg lukespragg released this 11 Dec 23:19
Release version 1.0.0 [ci skip]