Changelog for DPutils-0.0.2.0
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