Releases: pyswmm/swmmio
Releases · pyswmm/swmmio
v0.6.0
What's Changed
- add macos-latest to os matrix by @aerispaha in #168
- Add profile plotter and pyswmm integration by @bemcdonnell in #165
- Add INP sections to model.inp properties by @aerispaha in #170
Full Changelog: v0.5.3...v0.6.0
v0.4.8
Version 0.3.7 (2019/10/25)
Version 0.3.6
Issues Closed
Completed
- Issue 24 - Assumed column data-type of elements with all numeric values causes conflicts (PR 56)
- Issue 16 - problem with ImageFont.py (PR 54)
- Issue 9 - options in swmmio.graphics (PR 54)
- Issue 8 - version_control module fails in directories with spaces in the path (PR 56)
Enhancements
- Issue 53 - include test models in package distribution
- Issue 47 - Set and reproject a model's coordinate reference system (PR 48)
- Issue 44 - Alleviate Pandas .ix indexing depreciation warning (PR 48)
- Issue 12 - Standardize the organization of the main and submodules (PR 48)
- Issue 9 - options in swmmio.graphics (PR 54)
Bugs fixed
- Issue 51 - invalid import in swmmio.utils.modify_model
- Issue 49 - Some coordinates are being rounded
- Issue 24 - Assumed column data-type of elements with all numeric values causes conflicts (PR 56)
- Issue 16 - problem with ImageFont.py (PR 54)
- Issue 8 - version_control module fails in directories with spaces in the path (PR 56)
In this release 14 issues were closed.
Pull Requests Merged
- PR 56 - Refactoring graphics, build instructions tests and bug fix (9, 8, 24, 16)
- PR 54 - Refactoring swmmio graphics (9, 16)
- PR 48 - Improved import pattern, coordinate ref system support (47, 45, 45, 44, 12)
In this release 3 pull requests were closed.
Python 3.6 Compatibility
Provides compatibility with Python 3.6 (and 2.7) and continuous integration with Appveyor and Travis CI