From 1965782c02371e470bae67b2c3ff37b3c05ad7e4 Mon Sep 17 00:00:00 2001 From: Hernan Grecco Date: Mon, 22 Jan 2024 13:41:24 -0300 Subject: [PATCH] fix: indentation in CHANGES --- CHANGES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 1b2981430..6b1d0484e 100644 --- a/CHANGES +++ b/CHANGES @@ -136,7 +136,7 @@ Pint Changelog - Better support for uncertainties (See #1611, #1614) - Implement `numpy.broadcast_arrays` (#1607) - An ndim attribute has been added to Quantity and DataFrame has been added to upcast -types for pint-pandas compatibility. (#1596) + types for pint-pandas compatibility. (#1596) - Fix a recursion error that would be raised when passing quantities to `cond` and `x`. (Issue #1510, #1530) - Update test_non_int tests for pytest. @@ -145,7 +145,6 @@ types for pint-pandas compatibility. (#1596) - Better support for pandas and dask. - Fix masked arrays (with multiple values) incorrectly being passed through setitem (Issue #1584) - - Add Quantity.to_preferred 0.19.2 (2022-04-23)