Skip to content

v0.5.2

Compare
Choose a tag to compare
@CamDavidsonPilon CamDavidsonPilon released this 12 Mar 14:58
· 25 commits to master since this release
055144a

0.5.2

  • added new methods onto TDigest object:
    • to_dict(): return a Python dictionary of the TDigest and internal Centroid values.
    • update_from_dict(dict_values): update from serialized dictionary values into the TDigest object.
    • centroids_to_list(): return a Python list of the TDigest object's internal Centroid values.
    • update_centroids_from_list(list_values): update Centroids from a python list.