Skip to content

Releases: OpenAdaptAI/OpenAdapt

v0.35.1

23 Jun 04:30
Compare
Choose a tag to compare

v0.35.1 (2024-06-23)

Fix

  • fix(ultralytics): fix windows file permission in do_fastsam (#791)

  • fix:windows file permission

  • Changes as per the comments on last commit

  • add max_retries and retry_delay_seconds in args

  • add comments for segmented_image.load()

  • order imports in ultralytics.py

  • build fix

  • remove unnecessary formatting changes


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

v0.35.0

22 Jun 23:36
Compare
Choose a tag to compare

v0.35.0 (2024-06-22)

Feature

  • feat(SegmentReplayStrategy, drivers): add strategies.replay; refactor adapters -> drivers + adapters (#714)

  • implemented

  • add get_active_window_data parameter include_window_data; fix ActionEvent.from_dict to handle multiple separators; add test_models.py

  • update get_default_prompt_adapter

  • add TODO

  • tests.openadapt.adapters -> drivers

  • utils.get_marked_image, .extract_code_block; .strip_backticks

  • working segment.py (misses final click in calculator task)

  • include_replay_instructions; dev_mode=False

  • fix test_openai.py: ValueError -> Exception

  • replay.py --record -> --capture

  • black/flake8

  • remove import

  • INCLUDE_CURRENT_SCREENSHOT; handle mouse events without x/y

  • add models.Replay; print_config in replay.py (7ef115a)

v0.34.0

20 Jun 14:36
Compare
Choose a tag to compare

v0.34.0 (2024-06-20)

Feature

  • feat(onboarding): Add onboarding for new users (#746)

  • feat: Add onboarding for new users

  • feat: Overhaul onboarding into a multistep process

  • docs: Update README.md with usage of the entrypoint module

  • refactor: Remove steppers and move all steps to a single page

  • feat: Move onboarding to a separate page and add bounty card

  • feat: Redirect to onboarding on launch, and move around content


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

v0.33.6

20 Jun 13:23
Compare
Choose a tag to compare

v0.33.6 (2024-06-20)

Fix

  • fix(tray): Fix incorrect argument when visualizing from tary (#780)

Changed order in tray.py

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

v0.33.5

19 Jun 15:29
Compare
Choose a tag to compare

v0.33.5 (2024-06-19)

Fix

  • fix(analytics): Posthog event logging updates (#772)

  • feat: Add openadapt version to posthog events

  • feat: Update tracking text of replay, visualize and delete submenus

  • fix: Fix code in plotting.py not using correct arguments

  • fix: Update broken tests (59c2714)

v0.33.4

18 Jun 17:44
Compare
Choose a tag to compare

v0.33.4 (2024-06-18)

Fix

  • fix(visualize): Handle no screenshots (#763)

  • handle no screenshot in visualize.py / plotting.py

  • black/flake8 (92b74f0)

Test

  • test: Add CI scripts to run the app after build (#709)

  • feat: Add scripts to run the app after build

  • feat: Log error in a file

  • chore: Add TODO for future additions of logging


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

v0.33.3

18 Jun 15:17
Compare
Choose a tag to compare

v0.33.3 (2024-06-18)

Fix

  • fix(record): fix performance plotting regression (#774)

  • Fixes regressions introduced in Database access refactor #676 affecting plotting of performance plots.

  • Re-uses record.write_event for video events.

  • Modifies plot_performance to use color-blind-friendly markers

  • black/flake8 (44371e9)

v0.33.2

15 Jun 16:01
Compare
Choose a tag to compare

v0.33.2 (2024-06-15)

Fix

  • fix(VisualReplayStrategy): increase default NMS thresh/conf (#758)

  • repair VisualReplayStrategy

  • black/flake8 (dd9e8fa)

v0.33.1

14 Jun 13:53
Compare
Choose a tag to compare

v0.33.1 (2024-06-14)

Fix

  • fix(posthog): fix broken posthog api (#753)

  • fix: Fix broken posthog api

  • fix types


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

v0.33.0

13 Jun 18:35
Compare
Choose a tag to compare

v0.33.0 (2024-06-13)

Feature

  • feat(scripts.downloads): add scripts/downloads.py (#735)

  • add scripts/downloads.py

  • add total cumulative downloads to title

  • add module docstring

  • pagination

  • add datetime

  • accumulate by release_date

  • black/flake8 (3c20298)