All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Split frames using rapids.
- PUBDEV-785 Add getFrameSummary() The default frame display now uses /frame/id/summary to fetch summary information.
- Remove CM inspection from binomial prediction output.
- Display basic prediction outputs in predict-output
- Add logloss to predictions outputs
- Adapt model builder response handling to changes in the API (HEXDEV-121)
- Fix rendering failure in RDDs-output
- Remove horizontal scrollbars from parse input data preview
- Fix failure while viewing CM for multinomial predictions (HEXDEV-204)
- Send user-specified column types correctly through to /Parse
- Refresh parse preview when column types are changed
- Fix failures while running parseFiles()
- Auto-refresh data preview when parse setup input parameters are changed (PUBDEV-532)
- Flow now displays a playbar at the bottom of the screen while running a flow.
- You can now stop/cancel a running flow.
- Quick toggle button to show/hide the sidebar.
- Flows now stop running when an error occurs.
- Enable DRF model outputs
- Add New, Open toolbar buttons.
- Add ability to upload and parse datasets via browser (PUBDEV-299)
- setupParse() and parseFiles() now expect an argument that explicitly indicates what needs to be parsed: either a { path: [] } or a { source_keys: [] }
- Fix autosizing of non-code cell inputs when opening saved flows.
- Fix display of object-valued model parameters (PUBDEV-505)
- Integrate and display help content inside the help sidebar (PUBDEV-108)
- Display point layer for tree vs mse plots in GBM output (PUBDEV-504)
- Fix categorical axis label rendering when adequate space is available
- Add 'Clear cell' and 'Run all cells' toolbar buttons
- Add 'Clear cell' and 'Clear all cells' commands
- 'Run' button selects next cell after running
- Implement 'Clear cell' and 'Clear all cells'
- Scan and load Flow packs (HEXDEV-190)
- Display GLM coefficients only if available (PUBDEV-466)
- Add random chance line to RoC chart HEXDEV-168
- Upgrade to Lightning 0.1.11
- parseRaw() is now parseFiles() - it now accepts filenames instead of keys.
- Remove notion of "imported keys" from importFiles(), setupParse() and parseRaw()
- Add network test PUBDEV-462
- Remove notion of job tracking when called via parse() or buildModel() (PUBDEV-449)
- Prefill model and prediction destination keys.
- Enable model summary and scoring history for DL AutoEncoder models
- Add deleteAll() api
- Add deleteModels()
- Add deleteFrames()
- Add deleteModel() api
- Add deleteFrame() api
- Add ability to select and delete multiple models
- Add ability to select and delete multiple frames
- Add Delete action to model-output
- Add Delete action to frame-output
- Add output view for deleteFrame()/deleteFrames()
- Add start / end / run time to jobs-output
- Add ability to name predictions PUBDEV-233
- Upgrade to Lightning 0.1.10
- Reload notebook list when a notebook is uploaded
- Reload notebook list when current notebook is saved.
- Add ability to open notebooks from local disk (via File -> Open)
- Add ability to export (download) notebooks locally.
- Display growl notification when notebook is saved
- Confirm before overwriting notebooks with same names
- Hook up clips to node persistent storage
- Implement save/restore using node persistent storage api
- Confirm before deleting notebooks
- Support multiline text on alert and confirm dialogs.
- Upgrade to Lightning 0.1.8
- Always add generated cells to the bottom of the flow
- Add confirm/alert dialogs
- Warn before loading notebooks
- Fix ip/port in cloud-status HEXDEV-159