File ghc-math-functions.changes of Package ghc-math-functions
-------------------------------------------------------------------
Mon Mar 29 11:01:15 UTC 2021 - psimons@suse.com
- Update math-functions to version 0.3.4.2.
  ## Changes in 0.3.4.2
    * Fixed crash in `invIncompleteBeta` (#68) for some inputs initial approximation
      was computed incorrectly.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
 
- disable %{ix86} build
 
-------------------------------------------------------------------
Tue Aug 18 10:45:24 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Sat Aug 15 02:02:15 UTC 2020 - psimons@suse.com
- Update math-functions to version 0.3.4.1.
  ## Changes in 0.3.4.1
    * Precision of `incompleteGamma` improved.
-------------------------------------------------------------------
Tue Jun  9 09:10:52 UTC 2020 - psimons@suse.com
- Update math-functions to version 0.3.4.0.
  ## Changes in 0.3.4.0
    * Dependency on `vector-th-unbox` is dropped. All instances are written by
      hand now.
-------------------------------------------------------------------
Fri Nov  8 16:14:10 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Wed Sep 25 02:02:31 UTC 2019 - psimons@suse.com
- Update math-functions to version 0.3.3.0.
  ## Changes in 0.3.3.0
    * New implementation for `logGamma`. Now it's precise within 2 ulps at full
      range including zeros at 1 and 2.
    * Bug with precision loss of `invErf` for parameters near zero is fixed.
    * Fixed loss of precision in bundled `erf` near zero. (Affect primarily GHCJS)
    * `factorial` for now uses lookup table
    * `logFactorial` is optimized a bit (less number of terms is used)
    * `m_sqrt_eps` constant added.
    * Module `Numeric.SpecFunctions.Internal` is exposed.
    * Many improvements for test suite. Tables of expected function values are
      generated with mpmath, error estimates improved. Test suite itself is
      migrated to `tasty` from `test-framework`.
-------------------------------------------------------------------
Tue Sep 10 02:02:37 UTC 2019 - psimons@suse.com
- Update math-functions to version 0.3.2.1.
  ## Changes in 0.3.2.1
    * Fixes build on windows for GHC<8.0
-------------------------------------------------------------------
Fri Sep  6 06:39:53 UTC 2019 - psimons@suse.com
- Update math-functions to version 0.3.2.0.
  ## Changes in 0.3.2.0
    * GHCJS is now supported
    * Flag `system-expm1` is set to true by default. Only affects GHC<8.0
-------------------------------------------------------------------
Wed Nov 14 03:01:50 UTC 2018 - psimons@suse.com
- Update math-functions to version 0.3.1.0.
  ## Changes in 0.3.1.0
    * Exported data types for iteration steps in root finding
    * Defaults for root finding algorithm are documented
-------------------------------------------------------------------
Thu Oct  4 09:43:01 UTC 2018 - psimons@suse.com
- Update math-functions to version 0.3.0.2.
  ## Changes in 0.3.0.2
    * Fix license field in cabal file
-------------------------------------------------------------------
Fri Jul 20 13:38:46 UTC 2018 - psimons@suse.com
- Add math-functions at version 0.3.0.1.