Skip to content

Releases: the-momentum/python-ai-kit

SQLAdmin authorization panel

11 Dec 10:51
0af7925

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

[0.4.0] Templates housekeeping

22 Nov 12:13
f8e4fb2

Choose a tag to compare

Fixed all linting and formatting issues within API templates. Addded new copier tasks for git repo init and auto checking code quality after project generation.

What's Changed

  • Added gitattributes for Windows support by @KaliszS in #84
  • Template housekeeping - cleanup and fixes by @FBegiello in #85

Full Changelog: 0.3.2...0.4.0

[0.3.2] Fix docker-compose dependency bug

04 Nov 16:37
c728133

Choose a tag to compare

What's Changed

  • Replace 'postgres' service with 'db' in docker-compose by @bartmichalak in #81

Full Changelog: 0.3.1...0.3.2

[0.3.1] Fixed docker-compose environment for both APIs projects

03 Nov 11:40
9d70c99

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

[0.3.0] Added celery & sentry plugins

29 Oct 09:28
9c80d03

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

New plugins system & updating generated projects

28 Oct 14:34
a19c4f1

Choose a tag to compare

The most important change in this versions is update system. Now you can just use copier update --trust in order to keep your project synced to templates. You read detailed isntructions in README.md. We have also added plugins system, so every user can choose which plugins want to install with template. First production-ready plugin -> SQLAdmin.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

Init release

20 Oct 18:21
7b03c04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/the-momentum/python-ai-kit/commits/0.1.0