Skip to content

What's New in Version 0.8.3

  • Minor performance improvements related to aggregations.
  • Fixed a bug that prevented properties with decimal numeric values from being used in graph visualizations. For example, using a property with a decimal value as an edge label would cause the visualization to fail with the error TypeError: Object of type Decimal is not JSON serializable. Now, properties with decimal values are serialized as floats before being used in the visualization.

  • Fixed a bug that prevented errors and warning from being displayed with calling the Graph.fetch() and Graph.visualize() methods. Now, errors and warnings are displayed as expected.

  • Fixed a bug that allowed SQL stored procedures created with the Model.export() decorator to be executed using the CDC engine. Now, these procedures can only be executed using user engines. Refer to the Engine Selection section of the Model.export() documentation for more information on which engines are used exported procedures.