BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-space-0.10.0.1@sha256:02b0b2829dcdc2daad64df182ac9a62d8fadde855587dcaf9d71b74227c6909e,2007

Module documentation for 0.10.0.1

numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

Usage

{-# LANGUAGE RebindableSyntax #-}
import NumHask.Prelude
import NumHask.Space

Changes

0.9.0

  • added emptyHistogram
  • fixes for numhask-0.9

0.8.2

  • replaced space1 partial with unsafeSpace1 + total space1

0.8.1

  • GHC 9.0.1 support
  • API fixes for random-1.2; randomS, randomSM & randomSs

0.7.0

  • GHC 8.10.2 support
  • Added Transform and Affinity capabilities
  • Added Line and associated functions.
  • Support for random-1.2; uniformS and uniformSs
  • Shifted to zero-centered, width scaling Range multiplication.
  • Added average & quantile to NumHask.Space.Histogram
  • Improved haddocks
  • Extended doctests

0.6.1

  • GHC 8.10.1 support