2023-12-14 21:33:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2022-11-08 07:23:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 7 19:03:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to v0.5.0
|
|
|
|
* Remove astropy dependency by @olebole in #31
|
|
|
|
* Register array_compare as pytest marker.
|
|
|
|
- Release v0.4.0
|
|
|
|
* Minimum Python version is now 3.7. [#30]
|
|
|
|
* Various infrastructure updates.
|
|
|
|
|
2021-04-27 11:17:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 27 09:52:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Do not build the package for python36 either
|
|
|
|
(installcheck failure, numpy is a runtime requirement)
|
|
|
|
- Test astropy functionality for python3
|
|
|
|
|
2021-04-19 05:21:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 19 05:19:34 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
2023-12-14 21:33:39 +00:00
|
|
|
- Do not build :test on Python 3.6, due to no NumPy.
|
2021-04-19 05:21:23 +00:00
|
|
|
|
2019-02-13 13:27:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 13 13:19:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.3:
|
|
|
|
* Fixed compatibility with pytest 4+. [#15]
|
|
|
|
- Use _multibuild to run tests
|
|
|
|
|
2018-08-14 20:33:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 14 20:03:10 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|