v0.0.7
What's Changed
Some important changes in the parm train task:
- Add the column name of the measurement data as an argument: now, the user needs to specify which input data column should be used for training.
- Make the model weight file be named as the cell type: before, the output model was always called
model.parm. Now, it is automatically set to the name of the cell type set by the user.
Small changes:
- Apply attribution_range also to importance track, not only for the matrix
- improve log messages and hide the progress bar for stdout
Full Changelog: v0.0.6...v0.0.7