File tree 3 files changed +25
-2
lines changed
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
+
1
24
## Version 0.5.3 (2022/12/21)
2
25
3
26
### Issues Closed
Original file line number Diff line number Diff line change 1
1
# swmmio
2
- * v0.5.3 (2022/12/21 )*
2
+ * v0.6.0 (2022/12/29 )*
3
3
4
4
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/qywujm5w2wm0y2tv/branch/master?svg=true )] ( https://ci.appveyor.com/project/aerispaha/swmmio/branch/master )
5
5
![ example workflow] ( https://github.com/aerispaha/swmmio/actions/workflows/python-app.yml/badge.svg )
Original file line number Diff line number Diff line change 11
11
'''Python SWMM Input/Output Tools'''
12
12
13
13
14
- VERSION_INFO = (0 , 5 , 4 , 'dev0' )
14
+ VERSION_INFO = (0 , 6 , 0 )
15
15
__version__ = '.' .join (map (str , VERSION_INFO ))
16
16
__author__ = 'Adam Erispaha'
17
17
__copyright__ = 'Copyright (c) 2022'
You can’t perform that action at this time.
0 commit comments