forked from OpenAdaptAI/OpenAdapt
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge lates main to analyze/scrub_emr #11
Merged
KrishPatel13
merged 23 commits into
KrishPatel13:analyze/scrub_emr
from
OpenAdaptAI:main
Jul 18, 2023
Merged
Merge lates main to analyze/scrub_emr #11
KrishPatel13
merged 23 commits into
KrishPatel13:analyze/scrub_emr
from
OpenAdaptAI:main
Jul 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add messages * add download python line * created cleanup func * helper functions created * partially down python downloading * python installation script complete * added git (and brew) * added git (and brew) * add tesseract and refactor * works on current macbook * install python with brew * install python with brew * check if pyenv is needed * merge2 * merge2 * simplify brew call * finished testing * Less output * split line * Revert adding svg file This reverts commit 5601407. * remove unnecessary things * remove ps1 edit * remove ps1 edits * make the ps1 the same * Remove space * add poetry and aesthetic changes * small changes * add brew to path if needed * switch to pip3 * switch to pip3.10
Automatically generated by python-semantic-release
* run `poetry lock --no-update` * add alive-progress via poetry and in code * add progress bar in visualization * add a check for MAX_EVENT = None * update the title for the Progress bAr (better for USer pov) * update the requirement.txt * ran ` black --line-length 80 <file>` on record.py and visualize.py * remove all progress bar from record * add tqdm progress bar in recrod.py * add tqdm for visualiztion * remove alive-progress * consistent tqdm api --add dynamic_cols: to enable adjustments when window is resized Order: --total -description --unit --Optional[bar_format] --colour --dynamic_ncols * Update requirements.txt Co-authored-by: Aaron <[email protected]> * Address comemnt: #318 (comment) * remove incorrect indent * remove rows * try to fix distorted table in html * add custom queue class * lint --line-length 80 * fix `NotImplementedError` for MacOs -- using custom MyQueue class * rename custom -> thirdparty_customization * rename to something useful * address comments * rename dir to customized_imports * rename to extensions #318 (comment) --------- Co-authored-by: Aaron <[email protected]>
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
* run `poetry lock --no-update` * fix: update CONTRIBUTING.md fix typo in 3 words and make pytest code word * fix: add required dependencies * add seup.md * add setup.md * remove typo * rename temporarily * rename to SETUP.md * update README to include more documentation on -- when someone should use the install script vs. follow the steps here? * remove requirements.txt * add link to installation * rename typo: prerequisite * link to start: https://openadapt.ai/#start * reomve .venv as requirements.txt is no longer used * update installation instructions * update the Windows Installtion command (in favour of): 1. https://github.com/OpenAdaptAI/OpenAdaptWeb/pull/30/files#r1252126510 2. https://github.com/OpenAdaptAI/OpenAdaptWeb/pull/30/files#r1252128457 * addressing comment: #344 (comment) * address the comment: #344 (comment) * address the comment: https://github.com/OpenAdaptAI/OpenAdapt/pull/344/files#r1252175602 * add .venv to address the comment: https://github.com/OpenAdaptAI/OpenAdapt/pull/344/files#r1252172932 and https://github.com/OpenAdaptAI/OpenAdapt/pull/289/files#r1252150636
* initial draft * new line issue * update link * address comment * add numbers
* Add precommit hooks for isort, check-yaml, end-of-file-fixer, trailing-whitespaces * Updated README on setting up precommit hooks * Add updated poetry.lock * Fix step numbering of pre-commit section in README.md
* return top_window of the active app * remove runtime exception * handle runtime error * handle COMerror * add logger.warning * add logger.warning * add get_properties * remove unnecessary imports * remove -> Desktop * monkey patching * fix get_properties * monkey patch __class__ * fix monkey patching * format with black
* Update _macos.py * Update _macos.py * Update _macos.py * add bug report option * Update _macos.py * undo formatting * refactor * split * remove debug line * Update _macos.py * Update _macos.py * Update _macos.py * Update _macos.py * reorganize * Update _macos.py * Update _macos.py * nonetype * Update _macos.py
* fix: add test fixtures * revert test_summary.py
* fix(utils): prevent duplicate log messages (#339) Acquire a lock in utils.configure_logging. Otherwise this function has a race where two threads can both call logger.remove(), and then both call logger.add(), creating two identical sinks. * refactor(record): remove redundant configure_logging calls configure_logging is already called at the module level so there's no need to call it with identical arguments in various functions. * fixup! fix(utils): prevent duplicate log messages (#339)
* raise ValueError * improve exception handling * Update crud.py * use assert * reorganize catch * Update openadapt/replay.py * Update openadapt/visualize.py * Update openadapt/events.py * Update openadapt/crud.py --------- Co-authored-by: Richard Abrich <[email protected]>
#384) * chore: configure isort with black profile and add black precommit hook * update black version * add advanced isort settings to match CONTRIBUTING.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Summary
Checklist
How can your code be run and tested?
Other information