-
Notifications
You must be signed in to change notification settings - Fork 137
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
PySWMM v1.0 #262
PySWMM v1.0 #262
Conversation
Correcting minor typo in the tutorial document
…statistics function to be compatible with swmm-toolkit
@@ -17,7 +17,8 @@ | |||
from pyswmm.system import SystemStats | |||
from pyswmm.raingages import RainGages, RainGage | |||
|
|||
VERSION_INFO = (0, 6, 3, 'dev0') | |||
VERSION_INFO = (1, 0, 0, 'dev0') |
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.
@jennwuu can you confirm the versions here?
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.
@bemcdonnell the SWMM version?
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.
@bemcdonnell @michaeltryby This version information should removed since swmm is from swmm-toolkit package
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.
@bemcdonnell poke
Please make sure to clearly note the deprecation of the DLL picker feature in the release notes |
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.
I approve these changes.
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.
Looks great!
…gs in swmm-toolkit package
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.
Nice work!
🎈🥳🎉 |
💃🕺💃🕺💃🕺💃🕺💃💃 |
This pull request refactors pyswmm swmm5 module to use swmm-toolkit package to interact with model data from SWMM API. Moving forward, PySWMM is only compatible with Python 3+ 64bit.
Setup Github Action
Closes #263 The ability to use different SWMM .dll is also removed.
Closes #264 swmm5 module refactor
Closes #265 Repository cleanup