[Haskell-cafe] Ann: vector 0.12.1.1 release!
Carter Schonwald
carter.schonwald at gmail.com
Sat Feb 1 13:34:25 UTC 2020
Yup !
For those who prefer email over urls
Changes in version 0.12.1.1
- add semigrioups dep to test suite so CI actually runs again on GHC < 8
Changes in version 0.12.1.0
- Fix integer overflows in specializations of Bundle/Stream enumFromTo
on Integral types
- Fix possibility of OutOfMemory with take and very large arguments.
- Fix slice function causing segfault and not checking the bounds
properly.
- updated specialization rule for EnumFromTo on Float and Double to make
sure it always matches the version in GHC Base (which changed as of 8.6)
Thanks to Aleksey Khudyakov @Shimuuar for this fix.
- fast rejection short circuiting in eqBy operations
- the O2 test suite now has reasonable memory usage on every GHC
version, special thanks to Alexey Kuleshevich (@lehins).
- The Mutable type family is now injective on GHC 8.0 or later.
- Using empty Storable vectors no longer results in division-by-zero
errors.
- The Data instances for Vectortypes now have well defined
implementations for toConstr, gunfold, and dataTypeOf.
- New function: partitionWith.
- Add Unbox instances for Identity, Const, Down, Dual, Sum, Product, Min
, Max, First, Last, WrappedMonoid, Arg, Any, All, Alt, and Compose.
- Add NFData1 instances for applicable Vector types
-
On Sat, Feb 1, 2020 at 3:09 AM Zemyla <zemyla at gmail.com> wrote:
> Is there a changelog?
>
> On Fri, Jan 31, 2020, 22:20 Carter Schonwald <carter.schonwald at gmail.com>
> wrote:
>
>> https://hackage.haskell.org/package/vector-0.12.1.1
>>
>> it has A LOT of bug fixes, a few little improvements, enjoy!
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> To (un)subscribe, modify options or view archives go to:
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>> Only members subscribed via the mailman list are allowed to post.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20200201/16f68d93/attachment.html>
More information about the Haskell-Cafe
mailing list