Release - v5.1.8
Release Notes
Linear Regression has gotten some attention. Previously, the default action was to display the LR equation and add the next forecasted value to the stack. This has been updated. Now, nothing has been added to the stack unless the add
parameter is given to lr
. Secondly, you can specify a numeric value and the y
value at the provided x
is displayed, or also added to the top of the stack line1
if add
is specified.
There is also a collection of smaller updated included in this release.
- Linear Regression reworked to include an optional
add
(a
also works) as well as anx
value. Bothadd
andx
are optional - Updated the unit tests to test this new capability
- Updated the User Guide with more details on the
lr
usage - Updated Maven plugins
- maven-compiler-plugin
- maven-surefire-plugin
- maven-shade-plugin
- exec-maven-plugin
- Updated the following dependencies:
- Fross library
- jLine-reader
- jLine-terminal-jansi
- Updated source code and LICENSE file with an updated copyright date of 2024
- Updated screenshots