BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-space-0.11.1.0@sha256:bb6cfe5d57d8fc90b57defc3700e5c288a2c4474bce01969c23108aa7e21a8f8,3391

Module documentation for 0.11.1.0

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.11.1.0

  • Rect and Point show instances include negative brackets.
  • removed NegativeLiterals as a requirement.

0.11.0.0

  • fixes for numhask-0.11

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