Skip to content

Abrasive Caregiver

Compare
Choose a tag to compare
@johnynek johnynek released this 14 Sep 19:47
· 438 commits to develop since this release

This is a minor release that fixes some implicit resolution issues and adds a couple of utility methods. It also fixes the 2.12 artifact which was incorrectly inlining.

Changes:

  • #622 fix ambiguous implicit for Max semigroup
  • #637 add ability to create a BloomFilter from an Iterator
  • Make Successible Serializable (accidentally pushed directly to develop. woops!)
  • #641 make implicitly[Semigroup[BigDecimal]] work again
  • #627 add more utility methods to Interval (including ability to make open and closed intervals and isEmpty on an Intersection.
  • #643 remove incorrect optimization setting in 2.12 to prevent inlining outside of the project.