Skip to content

0.6.0

Compare
Choose a tag to compare
@severo severo released this 24 Sep 08:48
e83e21a

Breaking:

  • the format of the response of the endpoints /datasets, /configs, /splits and /rows has changed.
  • the behavior has changed if config or split are missing in the endpoints /splits and /rows.

Features:

  • in /splits: if config is missing, all the splits of all the configs of the dataset are returned
  • in /rows: if config is missing, all the rows of all the splits of all the configs of the dataset are returned
  • in /rows: if split is missing, all the rows of all the splits of the config are returned

Details: 0.5.0...0.6.0