- Add the functionality of obtaining groupIndex from binary feature names.
- Add the functionality of exporting the models as dictionaries. This allows users to save the models as JSON files and load them later.
- Fix the bug where the number of quantile points are not selected correctly.
- Add the functionality of printing more aesthetic risk score tables. Thanks to Muhang Tian for adding this feature!
- Add the functionality of training risk scoring systems with customized lower and upper bounds on the coefficients. This allows users to create monotonically increasing or decreasing risk scores. Thanks to Muhang Tian for adding this feature!
- Fix the bug where during rounding, two continuous solutions are rounded to the same solution (whose support is a strict subset of that of the continuous solutions). Thanks to Matt Oddo for finding this bug!