All Versions
87
Latest Version
Avg Release Cycle
35 days
Latest Release
-

Changelog History
Page 5

  • v1.10.0 Changes

    LynxKite:

    • More compact UI for scalars and attributes.
    • Fill full width if only one project is open.
    • New "Count most common" local aggregator added.
    • Scalable "Count distinct" and "Most common" aggregators.
    • PageRank and Centrality algorithms have an edge direction parameter.
  • v1.9.6 Changes

    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.
  • v1.9.5 Changes

    • Relax the Luigi API Python version requirement from 3.5+ to 3.4+.
  • v1.9.5.4 Changes

    Ecosystem:

    • Extra date template strings {to,yester}day_{yyyy,mm,dd}.
    • Fix Chronomaster metrics reporting when num_workers is greater than one.
    • Work around Scala 2.10 reflection thread safety issue. (SI-6240)
  • v1.9.5.3 Changes

    Ecosystem:

    • Add extra date template strings, like yesterday_minus_1month_mm_str.
  • v1.9.5.2 Changes

    🛠 Fixes a bug in the HDFS transfer performance improvement in 1.9.5.1.

  • v1.9.5.1 Changes

    🚀 Cherry-pick release with just the changes below.

    Ecosystem:

    • Much improved TransferTask performance for HDFS to HDFS copy. (Up to 20 times faster in some cases.)
    • count feature in helper.sh to help with verification testing.
    • Correct Graphite configuration for Spark executors to avoid massive error logging and collect more detailed performance data.
  • v1.9.4 Changes

    LynxKite:

    • SQL boxes can now show as many rows as you like.
    • History page performance significantly improved.
    • SQL box on the project browser can be opened more intuitively.
    • User passwords and admin status can be changed from the UI by administrators.
    • LDAP authentication.

    Ecosystem:

    • Node-level monitoring.
    • Flexible transfers, including to secured HDFS clusters.
    • Support for unusual DB2 features.
    • no_repeat option added to Chronomaster configuration.
    • Tasks can be constrained to time windows.
    • New Luigi task types for creating tables and projects.
  • v1.9.3 Changes

    • Assorted ecosystem bugfixes and improvements
    • Dockerless installation option :(
    • New operation "Enumerate triangles" has been created.
  • v1.9.2 Changes

    • New operation "Triadic closure" has been created.
    • New operation "Create snowball sample" has been created.
    • Internal watchdog in ecosystem mode.