Skip to content

Releases: USEPA/IO-Model-Builder

v1.2.3

24 Feb 20:58
Compare
Choose a tag to compare

Addresses issue of dqi calculations with flow values are negative.

v1.2.2

24 Jan 19:23
Compare
Choose a tag to compare

Corrects version correspondence

v1.2.1

24 Jan 19:19
25a554e
Compare
Choose a tag to compare

Adds M and M_dqi matrices representing life cycle flows per dollar and their data quality

v1.2

20 Sep 19:26
Compare
Choose a tag to compare

-Updates to matio to expose model matrices for more intuitive
before was

export = matio.Export(some_io_model_object)
export.to_dir() #which only exported API versions

now is

matrices = matio.Matrices(some_io_model_object)
#with option to get matrix like
matrices.A
matrices.B
#and two export options
matrices.export_for_api()
matrices.export_to_csv()

v1.1.2

18 May 02:47
Compare
Choose a tag to compare

-Minor updates to formats.
-Bug fixes in tests and example
-Updates to conform to pandas API >v0.22

v1.1

11 Aug 14:55
Compare
Choose a tag to compare

This version includes the following major updates:

  1. Matio and webapi modules that together provides the user with the functionality to export models in a format that can be served via a RESTful API
  2. A new data structure, a DqiMatrix, that supports data quality aggregation calculations
  3. Support for inclusion of additional life cycle stages in models

Additional improvements have been made including more unit tests and model validation checks, aggregation of comment fields in satellite tables for use in model export into JSON-LD format, and improvements in numeric handling of make and use tables.

v1.0

18 Jan 11:16
Compare
Choose a tag to compare
set version 1.0