----------------
- Support for pandas 1.5, with a significant uplift in capability. Many operations that gave results with object
dtype now give PintArrays. 133
- Fixed a bug which caused the creation of PintArray (and even more so all binary mathematical operations)
to convert input arrays to lists of Quantity, thereby causing a huge slowdown. 80
- Fixed a bug where listlike operands in binary operations were not correctly converted to Quantity arrays. 86
- Fixed pickling of `PintArray` instances. 71
- Fixed a bug where units of a quantity where ignored when creating a PintArray. 104
- Quantity arrays may be used to initialise PintArrays without specifying the dtype. 104
- Fixed a bug where `.astype("string[pyarrow]")` would not create pyarrow-backed arrays. 101
- Fixed bug preventing adding to empty slices of PintArrays 69
- Notebook updated to show plotting 116 9 43
- df.pint.quantify and df.pint.dequantify now allow columns without units. 132
- Tests reorganised 131
- Shortened form of dimensionless unit now in dtype, eg 'pint[]' 151
- Fixed bug preventing PintArrays with offset units being printed. 150