All Versions
12
Latest Version
Avg Release Cycle
120 days
Latest Release
1306 days ago

Changelog History
Page 1

  • v0.6.4.1 Changes

    September 21, 2020

    ๐Ÿ› Bug fixes

    โž• Additions

    Add reverseTopSort to Data.Graph (Thanks, James Parker)

    Expose traverseMaybeWithKey from Data.IntMap.{Lazy,Strict} (Thanks, Simon
    Jakobi)

    Other changes

    ๐Ÿ‘Œ Improvements to the testsuite: #663, #662 (Thanks, Bertram Felgenhauer)

    ๐Ÿ— Fix build with stack test (Thanks, Simon Jakobi)

  • v0.6.3.1 Changes

    July 16, 2020

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fix traverse and traverseWithKey for IntMap, which would
    previously produce invalid IntMaps when the input contained
    negative keys (Thanks, Felix Paulusma).

    ๐Ÿ›  Fix the traversal order of various functions for Data.IntMap:
    traverseWithKey, traverseMaybeWithKey, filterWithKeyA,
    minimum, maximum, mapAccum, mapAccumWithKey, mapAccumL,
    ๐Ÿ”€ mapAccumRWithKey, mergeA (Thanks, Felix Paulusma, Simon Jakobi).

    โž• Additions

    โž• Add compose for Map and IntMap (Thanks, Alexandre Esteves).

    โž• Add alterF for Set and IntSet (Thanks, Simon Jakobi).

    โž• Add Data.IntSet.mapMonotonic (Thanks, Javran Cheng).

    โž• Add instance Bifoldable Map (Thanks, Joseph C. Sible).

    ๐ŸŽ Performance improvements

    ๐Ÿ‘‰ Make (<*) for Data.Sequence incrementally asymptotically optimal.
    This finally completes the task, begun in December 2014, of making all
    the Applicative methods for sequences asymptotically optimal
    even when their results are consumed incrementally. Many thanks to
    Li-Yao Xia and Bertram Felgenhauer for helping to clean up and begin
    to document this rather tricky code.

    Speed up fromList and related functions in Data.IntSet, Data.IntMap
    and Data.IntMap.Strict (Thanks, Bertram Felgenhauer).

    ๐Ÿ‘‰ Use count{Leading,Trailing}Zeros in Data.IntSet internals (Thanks, Alex
    Biehl).

    Other changes

    โฌ‡๏ธ Reduce usage of the Forest type synonym in Data.Tree (Thanks, David
    Feuer).

    โž• Address a Core lint warning for foldToMaybeTree (Thanks, Matthew Pickering).

    ๐Ÿ‘Œ Improve documentation (Thanks to Daniel Wagner, Johannes Waldmann, Steve Mao,
    Gabriel Greif, Jean-Baptiste Mazon, Ziyang Liu, Matt Renaud, Li-Yao Xia).

    ๐Ÿ‘Œ Improvements to the testsuite and benchmarks (Thanks, Bertram Felgenhauer,
    Simon Jakobi, Johannes Waldmann).

    Canonicalise Seq's Monoid instance (Thanks, Fumiaki Kinoshita).

  • v0.6.2.1

    June 24, 2019
  • v0.6.1.1

    June 11, 2019
  • v0.6.0.1

    June 18, 2018
  • v0.5.11.0a

    January 23, 2018
  • v0.5.11.0

    January 23, 2018
  • v0.5.10.2

    April 01, 2017
  • v0.5.10.1

    February 06, 2017
  • v0.5.9.2a

    February 06, 2017