Skip to content

Version 0.10.1

Compare
Choose a tag to compare
@rnelsonchem rnelsonchem released this 04 May 15:33
· 9 commits to master since this release

An upgrade release for version 0.10. This new version adds the following features:

  • Added support for multiple compounds of the same name in the same reaction. In other words, it is now possible to break up solvent usage based on inputs from a batch sheet/experimental section, such as multiple washes. This can be helpful if different usages of the same compound need to be separated for accounting reasons. Note: There are some caveats when using the value_mod method for setting values. See the value_mod doc string.
  • There is a new filter_vals flag that can be used when creating a CoreCost or subclass instance. This flag turns on/off the filtering of certain values from the output costing table. By default, the values will be filtered (which was the previous behavior). The unfiltered data can be useful for additional processing, but keep in mind that some of data in the output table will no longer be valid for the route, such as the PMI.
  • Some minor bug fixes have been added.