Changes between Version 39 and Version 40 of pyson


Ignore:
Timestamp:
06/01/21 11:54:14 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v39 v40  
    5656
    5757WARNING: Using Decimal causes rounding errors. This is because pyson takes python's json representation format which contains floats for numbers. And floats can not represent all decimals accurately.
     58
     59You can use Union[X, NoneType] if the object can also be None. We do not support Union[X,Y] where both X and Y are not NoneType.
    5860
    5961== Annotations