Lee Johnston
Lee Johnston
### Bug summary The FontProperties family parameter can be a generic family such as sans-serif and the actual font should be looked up in rcParams according to the documentation. ###...
Closes #10514 Closes #14700 I picked up PR #14700 and completed the work with improvements: - Separated the datetime64/timedelta64 code path from the original improving readability - Eliminated the need...
### What happened? In previous versions of xarray, testing numerical equivalence of two DataArrays was possible using the built-in operator '==' and without side affects. Now in version 2022.6.0, when...
* unyt version: 2.5.0 * Python version: 3.6.9 * Operating System: Linux ### Description Computing a histogram where both the input data and range parameters are both of unyt_array type...