Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Jun 16, 2024
1 parent c4683d7 commit 0be817f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
pint-pandas Changelog
=====================

0.6 (unreleased)
0.6 (2024-06-16)
----------------

- Fix dequantify duplicate column failure #202
- Fix astype issue #196
- Support for `__array_ufunc__` and unary ops. #160
- Support for NumPy verson 2
- Minimum Pint version is 0.24
- Minimum Pandas version is 2.2


0.5 (2023-09-07)
----------------
Expand All @@ -17,10 +21,10 @@ pint-pandas Changelog
- Support for <NA> values in columns with integer magnitudes
- Support for magnitudes of any type, such as complex128 or tuples #146
- Support for pandas 2.0, allowing `.cumsum, .cummax, .cummin` methods for `Series` and `DataFrame`. #186
- Minimum Pint version is 0.21
- Minimum Pandas vesrion is 2.0
- Support for unit registries with `force_ndarray_like = True`. #165
- A DataFrame/Series.pint.convert_object_dtype() function has been added to create PintArrays from Series of quantities.
- Minimum Pint version is 0.21
- Minimum Pandas version is 2.0

0.4 (2023-05-23)
----------------
Expand All @@ -30,7 +34,7 @@ pint-pandas Changelog
- Support for Pint 0.21 #168, #179
- Cast to `numpy.ndarray` in `PintArray._reduce` if needed to use `nanops` functions
- Minimum Pint version is 0.21
- Minimum Pandas vesrion is 1.6
- Minimum Pandas version is 1.6

0.3 (2022-11-14)
----------------
Expand Down

0 comments on commit 0be817f

Please sign in to comment.