[ANN] parallel-3.3.0.0

There is a new release of the parallel package! The last release has been in 2018. Since then, a few things have changed. There weren’t really any active maintainers, so I offered to become one (an offer which was eventually accepted). Here is the changelog for this release:

  • Bump dependency bounds
  • Support MicroHs (#81)
  • Make rolling buffer strategies compositional (#77)
  • Deprecate dot (#75)
  • Make strategic function application operators handle strategies correctly (#61)
  • Add parFmap (#53)
  • Make parListChunk more efficient (#45)
  • Update documentation

Some of these changes are breaking (e.g. #77 and #61), although I’d argue that the previous behavior was incorrect.

So basically I just want to let you know that parallel is maintained again. If you have any feedback, please let me know!

39 Likes

Thank you @konsumlamm for taking the lead on this package!

7 Likes