Changelog of @hackage/DPutils 0.1.1.0
0.1.1.0
- Data.Ord.Fast provides fast versions of min/max (until GHC catches up)
- Data.Info for "hand-written" Show-like instances to be used in an interactive environment. The
info might, for example, return the length, beginning, and end of a string.
0.1.0.0
- DP.Backtraced.Core provide a "core" system for backtraces in DP algorithms,
splitting out individual tapes
0.0.2.0
- Data.ByteString.Streaming.Split with generic splitting operations for the
bytestring-streaming library
0.0.1.0
- Pipes.Split.ByteString splits a bytestring based on a given pattern (example
usage in tests/properties.hs)
0.0.0.2
- Math.TriangularNumbers collects functions for triangular numbers and indexing
- Data.Paired.Foldable for upper triangular pairings [work in progress]
- renamed modules into new Paired hierarchy
- helper functions for parallelisation within a pipes pipe
0.0.0.1
- initial checkin
- upper triangular and rectangular combinations