Skip to content

Releases: OpenAdaptAI/OpenAdapt

v0.26.1

28 May 15:14
Compare
Choose a tag to compare

v0.26.1 (2024-05-28)

Fix

  • fix(db): Database access refactor (#676)

  • feat: Remove global sessions, and introduce read only sessions for cases where no writing is required

  • refactor: Rename db to session

  • feat: Raise exceptions if commit/write/delete is attempted on a read-only session

  • feat: Add tests for the read only session

  • chore: lint using flake8

  • rename test_database -> db_engine


Co-authored-by: Richard Abrich <richard.abrich@gmail.com> (987f6ac)

v0.26.0

27 May 18:58
Compare
Choose a tag to compare

v0.26.0 (2024-05-27)

Feature

  • feat(dashboard): Dashboard scrubbing (#672)

  • feat: Add ability to download spacy model from within pyinstaller build

  • refactor: Add id column as foreign keys instead of timestamp

  • feat(scrubbing): Add api endpoints and scrubbing feature

  • fix: Fix code after merge with main

  • lint: flake8 lint

  • refactor: Cleanup code and add comments

  • chore: Fix comments

  • chore: Add comments on crud.py


Co-authored-by: Richard Abrich <richard.abrich@mldsai.com> (3083fef)

v0.25.5

24 May 22:24
Compare
Choose a tag to compare

v0.25.5 (2024-05-24)

Fix

v0.25.4

22 May 20:12
Compare
Choose a tag to compare

v0.25.4 (2024-05-22)

Fix

  • fix(installer): Fix build failing due to replicate and other issues (#684) (fdf286c)

v0.25.3

22 May 16:58
Compare
Choose a tag to compare

v0.25.3 (2024-05-22)

Fix

  • fix(installer): add hidden import replicate (#680) (6621a04)

v0.25.2

19 May 18:41
Compare
Choose a tag to compare

v0.25.2 (2024-05-19)

Fix

  • fix(app): add hidden-imports to build spec (#678) (d2db305)

v0.25.1

17 May 05:05
Compare
Choose a tag to compare

v0.25.1 (2024-05-17)

Fix

  • fix(config): Fix path of default config file (#675) (9ffdf67)

v0.25.0

14 May 14:40
Compare
Choose a tag to compare

v0.25.0 (2024-05-14)

Feature

  • feat: run posthog in production only (#670)

Co-authored-by: Richard Abrich <richard.abrich@mldsai.com> (bed12ec)

v0.24.1

14 May 14:20
Compare
Choose a tag to compare

v0.24.1 (2024-05-14)

Fix

  • fix(dashboard): close dashboard from tray (#671) (3f0db86)

v0.24.0

12 May 01:43
Compare
Choose a tag to compare

v0.24.0 (2024-05-12)

Feature

  • feat(VisualReplayStrategy): Remove model copy logic; avoid unnecessary segmentations (#669)

  • preferences_dir -> root_dir; add data_dir; remove copying logic; disable dashboard from tray; avoid unnecessary segmentations; bugfixes

  • fix json serialize error

  • with session

  • fix template paths

  • black; flake8

  • make dir if not exists

  • fix confest.py: RECORDING_DIRECTORY_PATH -> RECORDING_DIR_PATH

  • fix test_share.py: RECORDING_DIRECTORY_PATH -> RECORDING_DIR_PATH (45c06c3)