1
0

- update to 0.6.1:

* Fix broken ``single_reference=True`` usage.
  * Add ability to compare to Pandas DataFrames and store them as
    HDF5 files
  * Fix ``array_compare`` so that the ``atol`` parameter is
    correctly used with FITS files.
  * Test inside ``pytest_runtest_call`` hook.
- Do not build :test on Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-arraydiff?expand=0&rev=14
This commit is contained in:
2023-12-14 21:33:39 +00:00
committed by Git OBS Bridge
parent e3c5676afd
commit 099ce80570
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 14 21:32:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.6.1:
* Fix broken ``single_reference=True`` usage.
* Add ability to compare to Pandas DataFrames and store them as
HDF5 files
* Fix ``array_compare`` so that the ``atol`` parameter is
correctly used with FITS files.
* Test inside ``pytest_runtest_call`` hook.
-------------------------------------------------------------------
Mon Nov 7 19:03:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
@@ -18,7 +29,7 @@ Tue Apr 27 09:52:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Mon Apr 19 05:19:34 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build :test on Python 3.6, due to no NumPy.
- Do not build :test on Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Wed Feb 13 13:19:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>