Releases: OpenAdaptAI/OpenAdapt
v0.16.2
v0.16.2 (2024-03-08)
Documentation
-
docs(README): add image of system tray icon and client GUI app (
985cc6e
) -
docs(README): update System Overview diagram (
edf2241
) -
docs(README): update System Overview diagram (
1b12ffb
) -
docs(README): update System Overview diagram
-
Update README.md
Update system overview diagram (15f2818
)
-
docs(README): add notable works-in-progress under contributing (
e44aa1f
) -
docs(README): update system overview image (#587)
-
Update README.md
Update system overview image
-
Update README.md (
91c3eab
) -
docs(README): document root directory requirement (
a021c2b
) -
docs(README): poetry shell (
dd9dc9f
)
Fix
- fix(app): use default logo for tray icon (
21f229b
)
Refactor
-
refactor(visualize): /visualize.py to /app; move deprecated/visualize.py to /
-
mv visualize.py -> app.py; restore deprecated/visualize.py
-
remove deprecated
-
swallow AssertionError regarding timestamps
-
fix logo path
Co-authored-by: Aaron <[email protected]> (9ed9ac3
)
v0.16.1
v0.16.0
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
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
Co-authored-by: Richard Abrich <[email protected]> (b79f3b5
)
- Update openadapt/config.py
Co-authored-by: Richard Abrich <[email protected]> (39b334e
)
-
Merge branch 'main' into share-magic-wormhole (
bf9e8bf
) -
docs(README) (
ec58755
) -
Merge branch 'share-magic-wormhole' of https://github.com/Mustaballer/puterbot into share-magic-wormhole (
117694b
) -
Restore
export_recording
import with lint ignore comment (6651f2c
) -
Merge branch 'main' into share-magic-wormhole (
9682209
) -
change logging.py name to resolve naming conflict with logger library (
54a954f
) -
remove custom visualize function (
1367cb9
) -
add spacy-curated-transformers (
0edcd88
) -
poetry lock (
21340b2
) -
Merge branch 'main' into share-magic-wormhole (
00c79cf
) -
fix failing tests (
22b5f0c
) -
poetry lock (
61553f0
)
v0.15.0
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
toredacted_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
v0.13.2
v0.13.1
v0.13.0
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
)