Skip to content

Commit 27238e1

Browse files
committed
Update development.md
1 parent 02f2dcd commit 27238e1

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/source/development.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@ This section summarizes the past, present, and future development of STREAMLINE.
44
***
55
## Release History
66

7-
### Current Release - Beta 0.3.1 (August 25, 2023)
8-
The current version of STREAMLINE is minor update on our previous STREAMLINE project release Beta 0.3.0,
9-
minor changes have been added to the replication phase to account for a corner cases, and changes in legend ordering in a few plots.
7+
### Current Release - Beta 0.3.2 (September 13, 2023)
8+
#### Minor Updates
9+
* Fixed command line argument passage for legacy run mode of STREAMLINE
10+
* Updated legacy run mode of STREAMLINE to submit jobs then end the script instead of waiting for those jobs to complete.
11+
* Updated STREAMLINE schematic
12+
* Updated naming of PDF summary file
13+
* Added description of 'checking job status' in documentation.
1014

15+
### Beta 0.3.1 (August 25, 2023)
1116
#### Minor Updates
1217
* Updated the replication phase to handle a special case where no missing value data imputation was conducted for a feature in the training data, but one or more missing values were present for that feature in the replication dataset. Now, when this occurs, a relevant simple imputation strategy is applied to estimate the replication data missing values. Mean imputation is used for quantitative features, and mode imputation is used for categorical features. Imputation operations are using the pandas `mean()` and `median()` function within `model_replicate.py`.
1318
* The legends in all the plots including the Composite Feature Importance plots are now ordered alphabetically based on the full name of the models.
1419

1520

1621
### Beta 0.3.0 (August 2023)
17-
1822
#### Major Updates
1923
* Extended to be able to run in parallel on 7 different types of HPC clusters using `dask_jobqueue` as documented [here](https://jobqueue.dask.org/en/latest/api.html)
2024
* Extended Phase 1 (previously EDA), to included numerical data encoding, automated data cleaning, feature engineering, and a second round of EDA:

0 commit comments

Comments
 (0)