Skip to content
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

Draft for OWA_v5.1.14 release #371

Closed
wants to merge 217 commits into from
Closed

Draft for OWA_v5.1.14 release #371

wants to merge 217 commits into from

Conversation

abhiramm7
Copy link
Collaborator

@abhiramm7 abhiramm7 commented Apr 19, 2022

This PR is for us to review the changes and additions since the previous release and prep the code for release.

michaeltryby and others added 30 commits March 4, 2020 08:48
Updates from v5.1.13 11/27/17 to v5.1.13 5/10/18
Updates compiler and linker settings to match results generated with VS2017_DLL project file distributed with swmm release
Reconciles differences
Moves def file to bindings folder
Adds build option for def file
Changes default abs tol from 0.0 to 1.E0-6
jennwuu and others added 24 commits February 6, 2022 12:28
toolkit pollutant setter and getter fixes
1. Fixed spacing for swmm_getNodePollut.
2. Added *length parameter to the SM_NODECIN and SM_NODEREACTORC cases in getNodePollut.
3. Added case for SM_LINKREACTORC in swmm_getLinkPollut.
Have not run tests yet but committing to save changes.
1. Added a check to confirm length is getting pulled/set correctly.
2. Added a test for link reactorQual.
1. Wrote setNodePollut like setLinkPollut in toolkit.c and toolkit.h. Before it did not take the SM_NodePollut type so I added it.
2. Modified the tests in test_pollut.cpp to include this new parameter. Passed the tests.
Moved length statement out of switch case  for both node and link getters to make the code more concise.
    - link libraries statically using BUILD_SHARED_LIBS=OFF
Checked object index but incorrectly called Nobjects[NODE] instead of Nobjects[LINK]
1. Fixed spacing for swmm_getNodePollut.
2. Added *length parameter to the SM_NODECIN and SM_NODEREACTORC cases in getNodePollut.
3. Added case for SM_LINKREACTORC in swmm_getLinkPollut.
Have not run tests yet but committing to save changes.
1. Added a check to confirm length is getting pulled/set correctly.
2. Added a test for link reactorQual.
1. Wrote setNodePollut like setLinkPollut in toolkit.c and toolkit.h. Before it did not take the SM_NodePollut type so I added it.
2. Modified the tests in test_pollut.cpp to include this new parameter. Passed the tests.
Moved length statement out of switch case  for both node and link getters to make the code more concise.
Checked object index but incorrectly called Nobjects[NODE] instead of Nobjects[LINK]
Updates for pollutant getter functionalities for links/nodes and relevant tests.
@abhiramm7 abhiramm7 changed the title Release Draft Draft for OWA_v5.1.14 release Apr 19, 2022
@abhiramm7
Copy link
Collaborator Author

Closing this PR. Was supposed to be release_version to master, not develop to master.

@abhiramm7 abhiramm7 closed this Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants