Hello community,

here is the log from the commit of package ghc-math-functions for 
openSUSE:Factory checked in at 2019-10-18 14:34:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-math-functions (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-math-functions.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-math-functions"

Fri Oct 18 14:34:16 2019 rev:4 rq:737203 version:0.3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-math-functions/ghc-math-functions.changes    
2018-12-06 12:16:28.913573605 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-math-functions.new.2352/ghc-math-functions.changes
  2019-10-18 14:34:17.624104964 +0200
@@ -1,0 +2,43 @@
+Wed Sep 25 02:02:31 UTC 2019 - psim...@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 - psim...@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 - psim...@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
+
+-------------------------------------------------------------------

Old:
----
  math-functions-0.3.1.0.tar.gz

New:
----
  math-functions-0.3.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-math-functions.spec ++++++
--- /var/tmp/diff_new_pack.L55NDl/_old  2019-10-18 14:34:18.552102547 +0200
+++ /var/tmp/diff_new_pack.L55NDl/_new  2019-10-18 14:34:18.556102536 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-math-functions
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name math-functions
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.3.1.0
+Version:        0.3.3.0
 Release:        0
 Summary:        Collection of tools for numeric computations
 License:        BSD-2-Clause
@@ -34,12 +34,11 @@
 BuildRequires:  ghc-vector-devel
 BuildRequires:  ghc-vector-th-unbox-devel
 %if %{with tests}
-BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-erf-devel
-BuildRequires:  ghc-test-framework-devel
-BuildRequires:  ghc-test-framework-hunit-devel
-BuildRequires:  ghc-test-framework-quickcheck2-devel
+BuildRequires:  ghc-tasty-devel
+BuildRequires:  ghc-tasty-hunit-devel
+BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
 
 %description

++++++ math-functions-0.3.1.0.tar.gz -> math-functions-0.3.3.0.tar.gz ++++++
++++ 23748 lines of diff (skipped)


Reply via email to