Releases: OpenAdaptAI/OpenAdapt
v0.33.5
v0.33.4
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
v0.33.3 (2024-06-18)
Fix
v0.33.2
v0.33.1
v0.33.0
v0.32.0
v0.31.0
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
)