Skip to content

Releases: OpenAdaptAI/OpenAdapt

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)

v0.30.2

08 Jun 17:44
Compare
Choose a tag to compare

v0.30.2 (2024-06-08)

Fix

  • fix(video): fix video playback with force_key_frame (#726)

  • force_key_frame

  • fix embedded video playback

  • disable fix_moov

  • black; flake8

  • fix typo

  • yuv420p -> yuv444p (lossless) (1f67822)

v0.30.1

08 Jun 16:59
Compare
Choose a tag to compare

v0.30.1 (2024-06-08)

Chore

Fix

  • fix(get_audio_info, visualize): replace use of recording timestamp in functions with recording id (#717)

  • fix(audio): Replace use of recording timestamp in functions with recording id (#727)

Co-authored-by: Shohan Dutta Roy <[email protected]>

  • fix get_audio_info

  • black


Co-authored-by: Shohan Dutta Roy <[email protected]> (1b04fd4)

v0.30.0

05 Jun 16:17
Compare
Choose a tag to compare

v0.30.0 (2024-06-05)

Feature

  • feat(dashboard): Add feature to remove action events (#688)

  • feat: Add feature to remove action events

  • fix: Fix database revision (f33b36d)

v0.29.0

05 Jun 03:04
Compare
Choose a tag to compare

v0.29.0 (2024-06-05)

Documentation

  • docs(README): add dashboard visualization; improve description of VanillaReplayStrategy (6df4bb9)

Feature

  • feat(vanilla): Implement vanilla baseline (#702)

  • add vanilla.py; update README.md

  • update module docstring

  • add TODO; remove unused code

  • tabs -> spaces

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

  • fix typo

  • add ActionEvent/WindowEvent.to_prompt_dict

  • add prompts/describe_recording.j2; prompts/generate_action_event.j2

  • fixes; log action history

  • fixes; black; flake8

  • add tests/openadapt/adapters

  • add missing test assets

  • DATA_DIR_PATH -> PARENT_DIR_PATH

  • get_completion dev_mode

  • anthropic dev_mode

  • fix tests

  • black

  • flake8

  • ignore .cache in flake8

  • vanilla.INCLUDE_WINDOW_DATA; utils.clean_data/filter_keys

  • flake8 (81074c4)

v0.28.0

05 Jun 00:43
Compare
Choose a tag to compare

v0.28.0 (2024-06-05)

Feature

  • feat: Delete/transfer video (#696)

  • feat: Delete recording files when deleting recording

  • fix: Fix share recording feature

  • feat: Share related files when transferring recording

  • fix: Fix tests and lint code


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

  • feat(alerts): Alert user when any exception occurs, via sentry hooks (#685)

  • feat: Alert user when any exception occurs, via sentry hooks

  • chore: Turn ERROR_REPORTING_BRANCH to a static config variable


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

v0.27.0

04 Jun 23:41
Compare
Choose a tag to compare

v0.27.0 (2024-06-04)

Feature

  • feat: Audio narration (#673)

  • feat: Add audio narration feature while recording

  • feat: Remove implicit scrubbing in display_event function and recursively convert reqd properties to str

  • feat: Add transcribed text to dashboard visualisation

  • feat: Use recording id as foreign key, and add interrupt signal handler in audio recording process

  • feat: Check if the lock is stale when acquiring locks

  • refactor: Convert database lock path to a constant in config file


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