- Minimum Python version is now 3.9. [#49, #57]
- Fix broken
single_reference=Trueusage. [#43]
-
Add ability to compare to Pandas DataFrames and store them as HDF5 files [#23]
-
Fix
array_compareso that theatolparameter is correctly used with FITS files. [#33] -
Test inside
pytest_runtest_callhook. [#36]
-
Removed
astropyas required dependency. [#31] -
Formally register
array_compareas marker.
-
Minimum Python version is now 3.7. [#30]
-
Various infrastructure updates.
- Fixed compatibility with pytest 4+. [#15]
-
Fix compatibility with recent versions of Astropy and Numpy. [#8, #10]
-
Add back support for returning HDUs from tests. [#5]
- Initial version