File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.6.0 (2022/12/29)
2+
3+ ### Issues Closed
4+
5+ * [ Issue 75] ( https://github.com/aerispaha/swmmio/issues/75 ) - Update and unit test the run_models module
6+ * [ Issue 153] ( https://github.com/aerispaha/swmmio/issues/153 ) - Add Profile Plotter
7+ * [ PR 165] ( https://github.com/aerispaha/swmmio/pull/165 ) - Add profile plotter and pyswmm integration
8+ * [ PR 170] ( https://github.com/aerispaha/swmmio/pull/170 ) - Add INP sections to model.inp properties
9+ * raingages
10+ * evaporation
11+ * pollutants
12+ * rdii
13+ * hydrographs
14+ * buildup
15+ * washoff
16+ * coverages
17+ * loadings
18+ * landuses
19+
20+ In this release 2 issues were closed, 2 PRs were merged, and a lot of progress was
21+ made on [ Issue 57] ( https://github.com/aerispaha/swmmio/issues/57 ) .
22+
23+
124## Version 0.5.3 (2022/12/21)
225
326### Issues Closed
Original file line number Diff line number Diff line change 11# swmmio
2- * v0.5.3 (2022/12/21 )*
2+ * v0.6.0 (2022/12/29 )*
33
44[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/qywujm5w2wm0y2tv/branch/master?svg=true )] ( https://ci.appveyor.com/project/aerispaha/swmmio/branch/master )
55![ example workflow] ( https://github.com/aerispaha/swmmio/actions/workflows/python-app.yml/badge.svg )
Original file line number Diff line number Diff line change 1111'''Python SWMM Input/Output Tools'''
1212
1313
14- VERSION_INFO = (0 , 5 , 4 , 'dev0' )
14+ VERSION_INFO = (0 , 6 , 0 )
1515__version__ = '.' .join (map (str , VERSION_INFO ))
1616__author__ = 'Adam Erispaha'
1717__copyright__ = 'Copyright (c) 2022'
You can’t perform that action at this time.
0 commit comments