-
Notifications
You must be signed in to change notification settings - Fork 9
Add accumulated changes to main #150
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
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ooipy into download_scripts
for more information, see https://pre-commit.ci
Dev environment setup
…ooipy into download_scripts
for more information, see https://pre-commit.ci
…ooipy into download_scripts
Add download scripts to ooipy
for more information, see https://pre-commit.ci
merging in pre-commit changes from master
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…into status_bar
1. develop OOIPY -> install OOIPY 2. init.py -> __init__.py 3. dev-requirements.txt installation added in.
added progress bar to get_acoustic_data
Changed development environment setup procedure
Hey @lsetiawan, this is a large accumulation of changes that we've made over that past couple of months. (as mentioned above, we're going to change our git workflow in the future to just do all of our PRs into main). I think we're ready to merge this, and wanted to see if there was anything else you think we should change before releasing the new version. |
Sounds good. I'll take a look real quick. Thanks for pinging me 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes to improve readability. Let me know what you think! Thanks
1. Python version 3.7 -> 3.9 and above 2. Python version 3.10 added for env creation.
Better documentation for function return values
Changed function code for readability
Thanks for your comments @lsetiawan, helps to have your perspective! I have incorporated these changes |
Incorporate changes from Don's review of PR#150
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All changes finalized and reviewed, good to merge
merging all of our recent updates into the master branch