Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 1.8 KB

1.0.4

  • Change exception class of raised Exceptions to more specific KeyError exception.

1.0.3

  • Removed unused code paths (simulate_year)
  • Updated documentation
  • Update correct D Soil type values for BMPs
  • Update barren_land curve numbers to align with published model description

1.0.1-1.0.2

  • Same as 1.0.0, but with a valid setup.py version.

1.0.0

  • Input format was changed. Strings used to run a model now align to NLCD types. A full list is provided in the readme. Other land types that were similar to NLCD types (and used these types to do calculations) were removed.
  • Output strings were changed to match NLCD types.

0.2.2

  • Same as 0.2.1, but with a valid setup.py version.

0.2.1

0.2.0

  • The output format was changed. Previously, only the overall result of the calculation was given, after this change the overall result plus the sub-results for each (nlcd,soil) pair are given. (WikiWatershed#30)
  • Some code was added to generate and compare mini-app ables. (WikiWatershed#31, WikiWatershed#38)
  • Attempt to plug in the correct NLCD codes. Previously there were some "names" in the mini-app that did not have an associated NLCD code in the TR-55. (WikiWatershed#32)
  • Changed the the format of the input expected by the code. It allows for areas that are covered by both reclassifications and BMPs. (WikiWatershed#35)
  • Made it easier to do Pre-Columbian calculations. (WikiWatershed#37)

0.1.0

  • Added simple STEP-L based water quality routines.

0.1.0.dev2

  • Initial development release.