What's New in Version 0.8.3
New Features and Enhancements
Section titled “New Features and Enhancements”- Minor performance improvements related to aggregations.
Bug Fixes
Section titled “Bug Fixes”-
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()
andGraph.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 theModel.export()
documentation for more information on which engines are used exported procedures.