Skip to content

Releases: SpongePowered/math

math 2.0.1

16 Aug 00:04

Choose a tag to compare

  • 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

03 May 21:58

Choose a tag to compare

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

29 Jul 22:21

Choose a tag to compare

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

1.0.2

29 Apr 02:47

Choose a tag to compare

Merge pull request #23 from flow/release/1.0.2

Release/1.0.2

1.0.1

14 Aug 19:10

Choose a tag to compare

Update secure variables for Travis-CI

1.0.0

11 Dec 23:19

Choose a tag to compare

Release version 1.0.0 [ci skip]