Changes between Version 37 and Version 38 of pyson


Ignore:
Timestamp:
05/26/21 10:25:32 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v37 v38  
    5555The dict and list are treated even more special as we also support the List[TYPE] and Dict[KEYTYPE, VALUETYPE] types.
    5656
     57WARNING: 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.
    5758
    5859== Annotations