Skip to content

v1.7.0

Choose a tag to compare

@Kumzy Kumzy released this 14 Oct 03:47
· 12 commits to main since this release
6fdead7

What's changed

New features 🚀

  • feat: handle and compare numpy arrays by @cofin in #550
  • feat: enhance visibility of syntax blocks in docs by @cofin in #570
  • feat: align CLI commands with complete Alembic API by @cofin in #569

Bugfixes 🐛

  • fix: lazy attributes getting accessed on repository update method by @Glinte in #553
  • fix: prevent update() from overwriting unset fields with None (#560) by @cofin in #563
  • fix: updated_at not being updated by @Harshal6927 in #551
  • fix: ensure to_model called with update operation for all data types by @cofin in #575
  • fix: handle deleted objects gracefully in auto_expunge by @cofin in #574
  • fix: punctuation symbols not visible in dark mode syntax highlighting by @glendonyeo in #576
  • fix: correct closure variable capture in filter provider loops by @cofin in #573

New contributors 🎉

Full Changelog
v1.6.3...v1.7.0