Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

v1.5.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@jimmyhli jimmyhli released this 25 Aug 23:16
· 4 commits to develop since this release
1ebdf64

This release introduces

New:

  • An --overwrite flag that allows you to overwrite all existing records with identical id. This is especially helpful when you need to pull data from external sources and perform nightly syncs to a candig-server database.
  • A -d flag that allows you to write the description of a dataset. Note that this flag only has an effect when the dataset has not been created before. This flag will not overwrite existing dataset's description.

Fixes:

  • Some code styling issues.
  • Some unused import issues.

Updates:

  • README.

This update does not introduce any backward-incompatible changes.