- Second fix for DAG.run ValueError('generator already running') - managed result type. (160a)
0.6.1
===================================
Feature -------
- DAG progress bar now optional.
Bugfix ------
- Attempted fix for DAG.run ValueError('generator already running') (160)
0.6.0
===================================
Feature -------
- Added support for splitting with function and sklearn estimator. - BREAKING CHANGE: renamed apply_partition to split_by_partition for method name consistency. (147)
0.5.2
===================================
Bugfix ------
- Fixed error when setting n_jobs > 1 in DAG. (151)
Feature -------
- Added progressbar to DAG. (151)
0.5.1
===================================
Bugfix ------
- DAG now seems robust, bug fixed. Streams used in Flowsheet. (150) - Fix for the badges on the Sphinx documentation.
0.5.0
===================================
Feature -------
- Renamed MCNetwork to Flowsheet for improved context. (154)