forked from SciTools/cf-units
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
38 lines (28 loc) · 1.14 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This file is no longer updated and is provided for historical purposes only.
Please see docs/cf_units/src/whatsnew/ for a changelog.
Release 1.4 (14 June 2013)
==========================
* Modified logic in Unit.convert to handle numpy scalars
https://github.com/SciTools/iris/pull/472
* Change unit print-out
https://github.com/SciTools/iris/pull/465
----------------------------
Release 1.3 (27 March 2013)
===========================
Bugs fixed
----------
* Converting between reference times now works correctly for
units with non-Gregorian calendars.
Deprecations
------------
* The boolean methods/properties on the `Unit` class have been updated
to `is_...()` methods, in line with the project's naming conventions.
========================== ======================
Deprecated property/method New method
========================== ======================
convertible() is_convertible()
dimensionless is_dimensionless()
no_unit is_no_unit()
time_reference is_time_reference()
unknown is_unknown()
========================== ======================