Skip to content

v0.4.0

Compare
Choose a tag to compare
@ellesmith88 ellesmith88 released this 18 May 14:39
· 94 commits to master since this release

v0.4.0 (2021-05-18)

Breaking Changes

  • Inventory maker now removed and replaced by intake catalog maker which writes a csv file with the dataset entries and a yaml description file.
  • In etc/roocs.ini the option use_inventory has been replaced by use_catalog and the inventory maker options have been replaced with equivalent catalog options. However, the option to include file paths or not no longer exists.
  • The catalog maker now uses a database backend and creates a csv file so there are 3 new dependencies for the catalog maker: pandas , abcunit-backend and psycopg2.
    This means a database backend must be specified and the paths for the pickle files in etc/roocs.ini are no longer necessary. For more information see the README.

Other Changes

  • oyaml removed as a dependency