See
https://gretl.sourceforge.net/index.html
Here's the change log:
2024-10-21 version 2024c
- Random number generation: add Dirichlet and generic discrete
distributions
- "summary" command with --by option: provide a $result matrix
if the list argument contains a single series, and improve
the format of the printout
- "corr" command: be more explicit about the sample(s) used
- "rename" command: add a --case option to support case
conversion of all series names in the dataset
- "reset" command: add a --robust option and scale the squares
and cubes of the fitted values to avoid numerical instability
- flatten() function: add an extra (vec-wise) mode for matrices
- matrix "left division" operator: improve efficiency when the
left-hand operand is triangular
- Fix bug: append via console not updating series list in the
main gretl window
- Fix bug: console command-line broken following use of "printf"
with no newline in the format
- Fix bug in "corrgm" command: spurious significance stars shown
for the PACF when the --bartlett option is given
- Fix bug in "adf" command (without the --gls option): error if
all of --c, --nc, --ct and --ctt were given
- Fix a lacuna in type-checking of hansl statements
- Fix: ensure that attempted use of the "smpl" command produces
an error if there's no dataset in place
- GUI: support the fixed-sample option when appending data
- GUI: random effects panel model: fix breakage in selecting
the --nerlove option
- GUI: support the --by option for the "summary" command, when
called via the main-window "View" menu
- GUI: fix the "Numerical summary" option in a window showing
a factorized boxplot (was broken for a string-valued factor)
- GUI: ensure that the "Compact data" and "Expand data" menu
items are disabled when the dataset is cross-sectional
- GUI: support Ctrl+L to clear the console
- GUI specification dialogs for calling packaged functions:
avoid mixture of languages so far as possible
- Fix bad behavior from "set force_decpoint off" for users in
a locale that normally uses decimal comma but who choose not
to use it
- Fix incorrect handling of ctrl-r (carriage return) in some
cases of script output
- Fix GUI language selection on recent macOS
- Fix relatively slow matrix inversion on Windows; speed-up
should be apparent for symmetric positive definite matrices
in particular
- Windows 64-bit build: link against MS UCRT; use GTK3; update
dependency DLLs and cross-compiler; make Consolas the default
monospace font
- SVAR addon: computational and graphical enhancements for
sign-restricted models; add more user-friendly methods for
specifying restrictions;
- Update translations: Galician, German, Italian and Polish
Allin Cottrell