You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use pipe to chain the functions used to construct the quantified object
* don't allow passing a string and a registry to *attach_units
* refactor the array_attach_units test
* move treating Variable objects to a separate function
* refactor extract_units and extract_unit_attributes
* refactor the array_convert_units tests
* use Quantity instead of multiplying with the unit
* refactor the attach_units tests
* refactor the attach_unit_attributes tests
* remove the extra attach_unit_attributes step for dimension coordinates
* make sure dequantify works for dimension coordinates
* refactor strip_units
* refactor the convert_units tests
* refactor the extract_units tests
* also extract the units from dimension coordinates
* refactor convert_units
* also dequantify dimension coordinates on Dataset objects
* rewrite the array_convert_units tests to also get expected as parameter
* also test the conversion of non-quantities
* more missing test data
* remove the capability to attach attributes to Variable objects
* don't accept units other than in a dict
* wrap the value in a Quantity if it is not already one
* actually expect errors in the convert_units tests
* add a entry to whats-new.rst
* move the support for Variable objects to separate functions
* rewrite some more tests
* remove the duplicated conversion functions
* style fixes
* correctly use either_dict_or_kwargs
0 commit comments