Scala Parallel Collections Versions Save

Parallel collections standard library module for Scala 2.13+

v1.0.4

2 years ago
  • Declare version scheme (#192)

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.3. Thank you Scala Steward, Seth Tisue, Julien Richard-Foy.

v1.0.3

2 years ago
  • Support Scala 3.0.0 (and -RC3) (#172, #181)
  • Add Automatic-Module-Name (#176)

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.2. Thank you Scala Steward, Seth Tisue, Julien Richard-Foy.

v1.0.2

3 years ago
  • Support Scala 3.0.0-RC2 (#169)
  • Declare version scheme (#164)
  • Include links to Scala standard library types in Scaladoc (#168)
  • For consistency with standard library collections, throw UnsupportedOperationException instead of NoSuchElementException (#167)

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.1. Thank you Taichi Yamakawa, Scala Steward, Seth Tisue.

v1.0.1

3 years ago
  • Reuse tasksupport in CombinerFactory (#161)
  • Supported Scala 3 versions are 3.0.0-RC1 and 3.0.0-M3

This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v1.0.0. Thank you Scala Steward, Seth Tisue, Lukas Rytz.

v1.0.0

3 years ago

user-visible changes (since 0.2.0):

  • add support for Scala 3.0.0-M1 (#113, #117, #118, #119, #120, #129)
  • remove non-working OSGi bundling (#99)
  • remove unnecessary mapResult calls (#105)

In order to build for Scala 3, we had to rename some inner classes. Technically, this broke binary compatibility with 0.2.0. Ordinary code that uses the built-in parallel collections won't be affected by this, however. Code that defines custom parallel collections might be affected. (See #80.)

This release was brought to you by 6 contributors according to git shortlog -sn --no-merges v1.0.0-RC1 ^v0.2.0. Thank you Seth Tisue, Scala Steward, Lukas Rytz, Eugene Yokota, Lorenzo Gabriele, dengziming.

(These notes are repeated from 1.0.0-RC1. There have been no changes since then.)

v1.0.0-RC1

3 years ago

user-visible changes:

  • add support for Scala 3.0.0-M1 (#113, #117, #118, #119, #120, #129)
  • remove non-working OSGi bundling (#99)
  • remove unnecessary mapResult calls (#105)

In order to build for Scala 3, we had to rename some inner classes. Technically, this broke binary compatibility with 0.2.0. Ordinary code that uses the built-in parallel collections won't be affected by this, however. Code that defines custom parallel collections might be affected. (See #80.)

If no serious problems turn up, we'll do 1.0.0 final in a few weeks.

This release was brought to you by 6 contributors according to git shortlog -sn --no-merges v1.0.0-RC1 ^v0.2.0. Thank you Seth Tisue, Scala Steward, Lukas Rytz, Eugene Yokota, Lorenzo Gabriele, dengziming.

v0.2.0

5 years ago

initial release for Scala 2.13.0-RC1

v0.1.2#2.13.0-M2#8

6 years ago

v0.1.2

7 years ago

v0.1.1

7 years ago

no code changes, just fixing OSGi packaging issue (that made 0.1.0 inoperable)