Skip to content

Releases: OpenAdaptAI/OpenAdapt

v0.16.0

29 Feb 01:23
Compare
Choose a tag to compare

v0.16.0 (2024-02-29)

Documentation

  • docs(README): document AudioInfo.words_with_timestamps (7759996)

  • docs(README): add System Overview image (8b56a83)

  • docs(README): early loom demo (729e0be)

Feature

  • feat: video

  • replace multiprocessing with pyav

  • add config.RECORD_WINDOW_DATA

  • video_write_q

  • fix get_timestamp; extract_frames_to_pil_images with pyav

  • add video.py; ActionEvent.original_timestamp

  • use global SCT in get_monitor_dims

  • fix tests

  • fix window._windows.get_active_window_state (missing type)

  • add tests/openadapt/test_video.py

  • flake8

  • black

  • poetry lock (20e08b8)

Unknown

Add links to Architecture and RFC

  • Update README.md

  • Update README.md (ad6de5b)

  • docs(README)

  • Update README.md

Add contract positions

  • Update README.md

Improve contracts section (275db79)

v0.15.1

12 Dec 21:49
Compare
Choose a tag to compare

v0.15.1 (2023-12-12)

Documentation

  • docs(README): Transformers -> LLMs

Transformers -> LMMs (ef4c901)

  • docs: README (aca53f5)

  • docs: features

  • Update README.md

  • Update README.md

  • Update README.md (aaf7727)

  • docs: README (c8bb1a7)

Unknown

  • Merge pull request #223 from Mustaballer/share-magic-wormhole (cf81f1a)

  • Update openadapt/config.py

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

  • Update openadapt/config.py

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

v0.15.0

11 Nov 17:30
Compare
Choose a tag to compare

v0.15.0 (2023-11-11)

Feature

  • feat(openadapt.privacy.providers): add private_ai as a scrubbing provider (#486)

  • ran black

  • add blank file for priavte ai

  • add class PrivateAIScrubbingProvider

  • add pvt_ai api key in config

  • ran pre-commit run --all

  • add scrub_text function

  • progress for image redaction

  • format

  • complete scrub_image

  • start scrub_pdf

  • add pdf redaction code

  • add more wrapper for invalid reponse from priavate ai

  • try to fix pytest

  • try to fix pytest

  • remove lst

  • remove uncessary methods

  • text scrubbing test all passses

  • pdf_redaction test works

  • add test_image_redaction test in pyetst

  • add easy ocr to poetry

  • pytest is fixed

  • remove versino files

  • remove un-neccasry files

  • add code to remove uncessary files after pytest

  • addressed #486 (comment)

  • address comment #486 (comment)

  • reduce line chars

  • addressed comment: #486 (comment)

  • fix flake8

  • use f strings

  • address comment: #486 (comment)

  • address comment: #486 (comment)

  • change to value error

  • remove .keys()

  • add constants

  • fix flake8 erros

  • use BytesIO

  • address comment #486 (comment)

  • rna black

  • final commit

  • remove unused code

  • refactor typo

  • rename redact_file_path to redacted_file_path

  • use BytesIO wherever possible

  • fix flake8

  • add documentation links

  • Apply suggestions from code review

  • Update tests/openadapt/privacy/providers/test_private_ai_scrub.py

  • fix poetry.lock

  • poetry.lock


Co-authored-by: Krish Patel <[email protected]>
Co-authored-by: Richard Abrich <[email protected]>
Co-authored-by: Richard Abrich <[email protected]> (396bbb5)

Fix

  • fix(install): add vs redistributable installation in powershell script (#490)

  • VS C++ redist installation

  • add VS C++ redist installtion


Co-authored-by: Krish Patel <[email protected]>
Co-authored-by: Richard Abrich <[email protected]> (086a5ca)

v0.14.0

10 Nov 19:33
Compare
Choose a tag to compare

v0.14.0 (2023-11-10)

Feature

  • feat(openadapt.record): implemented notifications on record (#510)

  • implemented notifications on record

fixed deprecated/visualize

Unknown

v0.13.2

16 Oct 11:29
Compare
Choose a tag to compare

v0.13.2 (2023-10-16)

Fix

  • fix: resolve repository not found error in mac install.sh script (#502)

  • Update install_openadapt.sh

  • Update install_openadapt.sh (eb3c8c3)

Unknown

  • Update README.md (#493)

  • Update README.md

replace slack with discord (5a6530a)

v0.13.1

30 Aug 18:59
Compare
Choose a tag to compare

v0.13.1 (2023-08-30)

Fix

  • fix(tests.openadapt.privacy.providers): failing test_comprehend_scrub.py (#488)

  • skip all the tests if ther is an issue wiht aws config files, either they are not htere or incorrect values are porided

  • format (cec2a53)

Unknown

  • Merge pull request #483 from OpenAdaptAI/modify-install-script (5fa12eb)

  • Merge branch 'main' into modify-install-script (73bfad4)

v0.13.0

29 Aug 22:55
Compare
Choose a tag to compare

v0.13.0 (2023-08-29)

Feature

  • feat(privacy.providers): add aws_comprehend as scrubbing provider (#476)

  • add aws_comprehend provider module

  • fix typo

  • add boto3 and botocore to poetry

  • ran poetry update

  • add the AWS Comprehend Class

  • update the script

  • create test module to test comprhend

  • refactor name

  • add full fleged test module

  • try to fix failing tests

  • try to fix failing tests

  • fixed pytest

  • format test file

  • fix all flake 8 formattings

  • add naming meaning for NER

  • remove repeated code and make a TextMixin

  • format

  • change scrub enabled to false
    after testing visualization

  • remove redundant rmethods

  • add enum style provider names

addressing: #476 (comment)

  • fix all flak8 errors

  • add files for private_ai scrubbing provider

  • change name

  • add scrub text function in
    PrivateAIScrubbingProvider

  • try to skip tests if api key is incorrect or missing or the syntax used in code is incorrect

  • pytest passes for test_private_ai

  • add temp code for pdfs redaction

  • remove the PRIVATE_AI provider code as it will be added in seprate pr

  • remove omre prvt_ai files

  • ran black


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

v0.12.0

29 Aug 22:27
Compare
Choose a tag to compare

v0.12.0 (2023-08-29)

Feature

  • feat: manage recording database (#451)

  • implemented db module

  • use click + loguru (5b25b90)

v0.11.0

29 Aug 07:27
Compare
Choose a tag to compare

v0.11.0 (2023-08-29)

Feature

  • feat: add capture.py - also fixes audio recording (#362)

  • merge

  • Create capture.py

  • Update capture.py

  • Update capture.py

  • it's finally fixed

  • add dependencies

  • comment

  • move code + use config.CAPTURE_DIR_PATH

  • remove debug lines

  • Update capture.py

  • OpenAdaptCapture -> Capture

  • add camera

  • Let's have this off by default.

  • hotfix

  • fix

  • linting

  • Create capture.py

  • windows

  • cleanup + lint

  • Update _windows.py

  • add audio + new windows recording

  • screen_recorder.free_resources()

  • Update _windows.py

  • isort

  • add playback recording

  • Update replay.py

  • Update replay.py

  • Update README.md

  • Revert "Update README.md"

This reverts commit 7064103.

  • Update README.md

  • Revert "Revert "Update README.md""

This reverts commit 0fe8156.

  • Update README.md

  • run pre-commit

  • Update pyproject.toml

  • Update openadapt/replay.py

  • Update openadapt/replay.py

  • Update openadapt/replay.py

  • Update replay.py

  • update poetry.lock


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

v0.10.0

29 Aug 07:19
Compare
Choose a tag to compare

v0.10.0 (2023-08-29)

Feature

  • feat: use sentry.io (#386)

  • sentry

  • check for main branch

  • Update openadapt/config.py

  • Update openadapt/config.py

  • ERROR_REPORTING_ENABLED

  • Update config.py

  • update poetry.lock

  • Update openadapt/config.py


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