Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 00:16
· 0 commits to d32d40eccde46616c192d21e62d6fc8f448887c7 since this release

[0.6.0] - 2023-10-13

Changed

  • Unified OLS3 and OLS4 schemas - OLS4 is more in sync with OLS3 now, so separate schemas are no longer needed
  • mypy is now happy with our types thanks to the unified schemas! We can keep the code type-checked from now on
  • Implemented more endpoints, e.g. retrieving individuals and properties
  • Reworked function arguments - any optional parameters for requests are now
    specified with TypedDict, rather than a PyDantic object - this is more user-friendly