Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@KevinCLydon KevinCLydon released this 07 Jun 15:53

List of features:

  • Download run data as CSVs
    • It is now possible to download run data as a ZIP of CSV files using the csv query param with the existing REST mappings for retrieving run data. This is enabled through the CLI with the --zip_csv option. (#217)
  • New format for reports
    • The processing for report generation has changed. (#215)
      • Previously, report notebooks would have to be made to allow the insertion of several default cells which fill in the data for the run. Now, the only default cell that will be inserted is the header.
      • Instead of supplying run information in a python dict in a cell, it will now be provided in the form of the CSVs that would be returned by a call to one of the find run REST mappings, as specified above.
      • Now, users will be able to prototype their report notebooks by downloading data for runs as CSVs and build the notebooks to open those files and load the data from there
  • GitHub comments look better now
    • GitHub comments for runs now have clickable links to files stored in GCS and also they're formatted to be a bit more readable now. (#214)