forked from pool/python-pytest-regressions
* Fixed support for pandas.CategoricalDtype, regressed in 2.8.1.
* Reintroduced support for datetime columns in dataframe_regression.
* Removed check against numpy-2.0-deprecated a dtype alias.
* Replaced datadir with the lazy_datadir fixture for improved performance
in test suites with large data directories.
* Python 3.12 and 3.13 are now officially supported.
* Python 3.8 (EOL) is no longer supported.
* Added fullpath parameter to image_regression.check.
* Added documentation for specifying custom data directories.
* Added new round_digits to data_regression.check, which when given will
round all float values to the given number of dicts (recursively) before
saving the data to disk.
92 lines
3.9 KiB
Plaintext
92 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 24 03:50:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 2.8.3:
|
|
* Fixed support for pandas.CategoricalDtype, regressed in 2.8.1.
|
|
* Reintroduced support for datetime columns in dataframe_regression.
|
|
* Removed check against numpy-2.0-deprecated a dtype alias.
|
|
* Replaced datadir with the lazy_datadir fixture for improved performance
|
|
in test suites with large data directories.
|
|
* Python 3.12 and 3.13 are now officially supported.
|
|
* Python 3.8 (EOL) is no longer supported.
|
|
* Added fullpath parameter to image_regression.check.
|
|
* Added documentation for specifying custom data directories.
|
|
* Added new round_digits to data_regression.check, which when given will
|
|
round all float values to the given number of dicts (recursively) before
|
|
saving the data to disk.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 7 06:58:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
- Be more explicit about directories in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 7 09:51:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.0:
|
|
* Dropped support for EOL Python 3.6 and Python 3.7.
|
|
* Added support for Python 3.11.
|
|
* Make ``dataframe_regression`` compatible with classes inheriting
|
|
from ``pandas.DataFrame``.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 30 12:07:58 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Skip test_different_data_types because of s390x architecture issue.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 29 09:10:25 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Skip test_common_case because of SLE15 i586 precision issue
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 25 09:34:08 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove python-pandas and python-matplotlib from BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 9 21:07:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.4.2:
|
|
* Properly handle missing index ``0``.
|
|
* Compatibility fix for pytest 6.2.
|
|
* New ``--regen-all`` flag, which regenerates all files without
|
|
failing the tests. Useful to regenerate all files in
|
|
the test suite with a single run.
|
|
* The public API is now fully type annotated.
|
|
* ``pytest>=6.2`` is now required.
|
|
* Properly handle empty and NaN values on
|
|
num_regression and dataframe_regression.
|
|
* New ``--with-test-class-names`` command-line flag to consider
|
|
test class names when composing the expected and obtained
|
|
data filenames. Needed when the same module contains
|
|
different classes with the same method names.
|
|
* New ``ndarrays_regression``, for comparing NumPy arrays with
|
|
arbitrary shape.
|
|
* Fix ``empty string bug`` on dataframe regression.
|
|
- drop np_num-deprecated.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 5 19:54:00 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
- add sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 28 19:42:17 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 2.2.0:
|
|
- #45: num_regression.check now accepts any object that can be coerced
|
|
to a 1d numpy array with numeric dtype (e.g. list, tuple, etc).
|
|
- #35: New dataframe_regression fixture to check pandas DataFrames
|
|
directly.
|
|
- #34: Fix data_regression bug that creates empty file on serializing
|
|
error.
|
|
- Add np_num-deprecated.patch to avoid tests failing on using deprecated
|
|
data types (gh#ESSS/pytest-regressions#63).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 20 06:26:22 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v2.0.1
|