LynxKite v1.9.6 Release Notes

  • LynxKite:

    • Performance and scalability improvements for aggregating operations.
    • Cleaner cleaner UI. (The UI for cleaning up old data files to recover storage space. Apologies for the pun.)
    • SQL boxes now persist their query history into the browser's local storage.
    • SQL box has "Show more" button to easily look at more results.
    • Assorted UI fixes.
    • Views can now be edited. Views and tables exported from the global sql box can also be edited.
    • Scalable approximate embeddedness operation added.
    • Scalable approximate clustering coefficient operation added.
    • History view can now generate Python code. (Useful for ecosystem task authors.)
    • Various visualization limits (such as the maximum 10,000 edges) can be adjusted with the KITE_DRAWING_OVERALL setting (default 10,000) and its more fine-grained companions.
    • Scalability improvement for Merge vertices and Import segmentation operations.
    • New "Grow segmentation" operation added.

    Ecosystem:

    • Chronomaster user interface can tell you about past and future tasks.
    • Flexible date template strings.
    • Task repetition is now specified in calendar-supporting Cron format instead of fixed-length time intervals.
    • Segmentations and attribute histograms in Python Remote API.