Skip to content

v0.12.1

Compare
Choose a tag to compare
@nachomaiz nachomaiz released this 21 Nov 20:45
· 17 commits to main since this release
e4ebe35

Fix

  • 🐛 Incorrect datetime format used when formatting string values.
  • 🐛 Removed unused testing helper code that could lead to recursion errors.

Internal

  • 🧪 Add tests for all arguments in bavapi-gen-refs argument parser.
  • 🧹 Removed unnecessary development flags for coverage and typing.

Typing

  • ✨ Improved typing of generate_references and sync modules.

Docs

  • 🧹 Fixed incorrect warning about mixing filters and endpoints.
  • ✅ Normalized docstring default definitions to follow numpydoc spec.