Skip to content

Releases: pyswmm/swmmio

v0.6.0

04 Jan 21:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.4.8

05 May 20:31
Compare
Choose a tag to compare

Version 0.4.8 (2021/05/05)

Issues Closed

Bugs fixed

  • Issue 121 - Errors when overwrite the [OPTIONS] Sections

In this release 1 issue was closed.

Version 0.3.7 (2019/10/25)

25 Oct 21:29
Compare
Choose a tag to compare

Issues Closed

Bugs fixed

In this release 3 issues were closed.

Pull Requests Merged

  • PR 73 - Update networkx, autorelease to PyPi (74, 72, 71)

In this release 1 pull request was closed.

Version 0.3.6

19 Jun 04:37
Compare
Choose a tag to compare

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

25 Oct 20:53
28756e9
Compare
Choose a tag to compare

Provides compatibility with Python 3.6 (and 2.7) and continuous integration with Appveyor and Travis CI