-
Notifications
You must be signed in to change notification settings - Fork 5
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
AGVis Update 4.0 #72
AGVis Update 4.0 #72
Conversation
Sync develop with master
Js file commenting
Fixed Docker issue.
Unittesting
Custom Flask Configurations for AGVis
Update citation info
Updated max zoom
There are some valid security issues that codacy brought up, however, these are not being introduced in develop as they were in place before I started working on the project. These concerns should not affect the demo version of agvis, so this merge should be good to go. |
Hello Zack, Great work! I might be able to find some time this week to go through this. Regards, |
.github/workflows/test.yml
Outdated
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.
Two things can be improved.
- Is it okay to name this file as "pythonapp.yml"? It would be consistent across ANDES, AMS, and AGVis then.
- Maybe package publishing can be included here? This is what I do in AMS, every tagged version will trigger PyPI package publishing. https://github.com/CURENT/ams/blob/master/.github/workflows/pythonapp.yml
Let me know if you are interested in the package publishing process, otherwise I can take care of the second one.
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.
Yes I think it would be good to learn how package with github. I can rename the file as well.
Conform with rest of LTB.
Fixed broken tests. Added agvis selftest functionality
Cleaning up code for codacy
I believe there are enough changes for a 4.0 update here. I will update the master branch to 4.0.0 and update documentation after merge.