Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

3.0

Compare
Choose a tag to compare
@ltworf ltworf released this 03 Sep 09:56
· 68 commits to master since this release
2a854e5

3.0

  • UI shows different colours for different types
  • Better documentation on the website
  • By default relations are saved as json. This allows to keep the type
  • Dates can no longer be added or subtracted
  • Types are now inferred by column, no longer by cell
  • Relations now use frozenset internally and are immutable
  • Refactored parser to use better typing
  • Refactored and fixed some optimizations
  • Added more test cases
  • Improved survey sending
  • Prevent relation/field names from being reserved keywords
  • Fixed issue in cli where loading an invalid file would lead to a crash
  • Added typing hints throughout the code
  • New major release, API changed
  • Windows: installer installs python and uses pip to get dependencies