Skip to content

Releases: OpenAdaptAI/OpenAdapt

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 <[email protected]> (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 <[email protected]> (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)

v0.32.0

13 Jun 03:41
Compare
Choose a tag to compare

v0.32.0 (2024-06-13)

Feature

  • feat(tray): Add posthog analytics to tray actions (#737)

Co-authored-by: Richard Abrich <[email protected]> (dc0b7ea)

v0.31.0

12 Jun 14:45
Compare
Choose a tag to compare

v0.31.0 (2024-06-12)

Feature

  • feat(contrib.som, postinstall): add contrib.som; postinstall.py; other fixes (#679)

  • add vision.get_similar_image_idxs and test_vision.py

  • refactor fixtures

  • add get_size_similarity and tests; update default params in adapters.ultralytics

  • get_image_similarity rgb

  • add caching; win_size

  • short_circuit_ssim; plot_similar_image_groups

  • refactor: adding plotting.py

  • fix test; typo

  • bug fixes; title_params

  • add tests/openadapt/adapters

  • bugfix: imports

  • modify prompt adapter API to accept images instead of base64 images

  • add experiments/handle_similar_segments.py

  • add highlight_masks; increase_contrast

  • add experiments/gpt4o_seg.py; normalize_positions; clean_data; filter_keys; modify get_scale_ratios to accept no arguments; modify crop_active_window to accept window event; fix bugs

  • ultralytics sam

  • add experiments/nms.py

  • add fastsamsom.py, visualizer.py

  • working fastsamsom.py

  • cleanup

  • black; flake8; postinstall.py; test_vision.py

  • restore utils.get_performance_plot_file_path/get_performance_plot_file_path

  • fix ActionEvent.from_dict

  • handle HTTPError in test_openai

  • utils.split_by_separators

  • other fixes

  • remove list python files step

  • consolidate install-dashboard and postinstall

  • install_dashboard from dashboard_dir

  • postinstall error logging (588494c)

Fix

  • fix(build): pip install wheel (#738) (3640f41)

  • fix(tests, utils): fix regressions (#736)

  • recording.monitor_hefith -> recording.monitor_height

  • add test_utils.py

  • release-and-publish.yml: poetry run postinstall

  • black (d28a886)

v0.30.4

11 Jun 03:36
Compare
Choose a tag to compare

v0.30.4 (2024-06-11)

Fix

  • fix(RecordingsAPI): catch AttributeError if audio_info is None (#729) (81b4089)

v0.30.3

10 Jun 15:39
Compare
Choose a tag to compare

v0.30.3 (2024-06-10)

Fix

  • fix(scrubbing): Catch exceptions when download required spacy model (#733) (b3f73d8)

  • fix(video): add num_copies to write_video_event (#732) (ca04b6d)