haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
367 stars 139 forks source link

Prepare vector 0.13.0.0 release #437

Closed lehins closed 2 years ago

lehins commented 2 years ago

This is all non-semantic changes that do preliminary cleanup for the next major release. Whatever is in this PR will be the next 0.13.0.0 release as soon as it gets merged. In a nutshell it includes some housekeeping:

Fixes #422 and #357

lehins commented 2 years ago

vector-stream-0.1.0.0 has already been released and there is a candidate for vector-0.13.0.0

Shimuuar commented 2 years ago

Looks great! Thank you for your effort, @lehins