Releases: OpenAdaptAI/OpenAdapt
v0.18.1
v0.18.0
v0.18.0 (2024-04-16)
Feature
-
feat(VisualReplayStrategy): adapters: ultralytics, som, anthropic, google; remove_move_before_click; vision.py
-
add prompts/, adapters/openai.py, strategies/visual.py (wip)
-
adapters.anthropic
-
add anthropic.py
-
prompt with active segment descriptions
-
Set-of-Mark Prompting Adapter (#612)
-
Update openadapt/config.py
-
remove_move_before_click
-
started_counter; adapters.ultralytics
-
add vision.py
-
add openadapt/adapters/google.py
-
filter_masks_by_size
-
documentation
-
update README
-
add ultralytics
-
exclude alembic in black/flake8
-
exclude .venv in black/flake8
-
disable som adapter; remove logging
-
add adapters.google
Co-authored-by: Cody DeVilliers <[email protected]> (250943f
)
v0.17.1
v0.17.0
v0.17.0 (2024-04-11)
Documentation
- docs(README): System Overview -> Alpha Architecture
System Overview -> Alpha Architecture (dd1c29e
)
- docs(README): update System Overview diagram
Update system overview diagram (c08caf7
)
- docs(README): update System Overview diagram
Update system overview diagram (3b2dfbc
)
- docs(README): update System Overview diagram
Update system overview diagram (de9fad2
)
- docs(README): update System Overview diagram
Update system overview diagram (13a9f23
)
- docs(README): update System Overview diagram
Update system overview diagram (ff1e4d9
)
- docs(README): update System Overview diagram
Update system overview image (086e42f
)
-
docs(README): update System Overview diagram (
ca5f093
) -
docs(README): update System Overview diagram (
7ca2086
) -
docs(README): update System Overview diagram
Update System Overview diagram (aee1078
)
Feature
-
feat(dashboard): add web dashboard
-
feat: Complete initial setup of web dashboard
-
feat(recordings): Add simple view to start, stop and list recordings
-
fix: Fix sqlite thread issue and a few dashbaord ui improvements
-
feat: Add script to download npm dependencies and update installer script
-
chore: Code cleanup and workflow fix (
0050cea
)
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
)