Skip to content

Changelog#

Lit#

0.3.5 September 23, 2024#

Release Announcement

User Experience:

  • Boosted candlestick chart performance for traders historical adapters by 200x
  • Titlebar improvements: Made titlebar consistent across all windows with maximize/restore, close buttons.
  • Added support to Discovery for image & json datasources

Administrative Improvements:

  • Sudo Access for Platform-Created Accounts: Accounts created within the platform can now be granted sudo access on the underlying machine. This new option provides administrators with greater flexibility in managing user permissions and system access.
  • Created an downloadable upgrade path for existing users

SDK improvements:

  • add the ability to import an existing model into LIT
  • add the ability to make model predictions on historical data

0.3.4 August 28, 2024#

Release Announcement

Discovery:

  • Full-Screen Discovery View: The Discovery view can now be expanded to full-screen mode, allowing for a more detailed and immersive exploration of your data.

  • Search Tool in Discovery View: We've added a search tool to the Discovery view. When used, all packets matching that string will be highlighted on the chart, making it easier to identify specific data conditions. Model Deployment

  • Custom REST API Endpoint: AI models can now be deployed to a custom REST API endpoint managed by the platform. This new feature provides enhanced flexibility for integrating models into different applications. Access to this endpoint is fully logged and secured with token management, which users can control to ensure data security and compliance.

Improvements to Experiments:

  • Server-Side Paging for Experiments Grid-View: We have implemented server-side paging to speed up the experiments grid-view. This enhancement is especially beneficial when live-monitoring multiple training sessions concurrently, each with tens of thousands of epochs, as it significantly reduces loading times.

  • Stop, Continue buttons in Grid-View: The grid-view on the experiments screen now includes the ability to stop or connect to running experiments, as well as resume experiments that were previously stopped. This enhancement streamlines experiment management, giving users greater control and flexibility directly from the grid interface.

  • Model Weights Format Change: Model weights are now stored as .keras files instead of .h5 files. This change optimizes compatibility and performance with modern TensorFlow versions.

  • Bug Fix for Archiving Experiments: A race condition that occurred when archiving large batches of experiments has been identified and resolved, ensuring smoother and more reliable data management.

Improvements to Assets:

  • Optimized Table Sizing: The asset tables are now automatically sized for the best fit on your screen, improving readability and user experience.

  • Sample Count in List Views: We have added a 'sample count' column to the asset list views. This allows users to quickly compare the total number of samples for each asset of multiple assets matching a search criteria in a single view.

0.3.3 July 31, 2024#

  • Added official documentation
  • Added support for SDK
  • Added support for JSON output to lit definition compile
  • Added support for multiple precache files
  • Added support for paged performance data from lit perf
  • Improved reliability of computing the stats of service workers
  • Began work on future lit chat powered by LLama3
  • Began work on future healthcare plugins

0.3.2 May 9, 2024#

  • Added support for real-time updates via sockets
  • Added binary accuracy metric
  • Added licensing requirement and cryptography
  • Added native CLI and executable script lit
  • Migrated streaming adapters to common protocol
  • Improved performance asset creation
  • Improved performance compiling models

0.3.1 April 2, 2024#

  • Added support for batch normalization in CNNs
  • Added controls for splitting datasets into test and train subsets
  • Migrated streaming and prediction workers to systemd services
  • Improved performance of streaming adapters
  • Upgraded to Tensorflow v16

0.3.0 March 16, 2024#

0.2.0 February 18, 2020#

0.1.0 December 11, 2019#

  • Initial release