Dear Gretl users,
I want to announce the release of version 0.2 of the "season_plot" 
package for gretl! This update brings some internal enhancements and 
changes.
Key Changes in Version 0.2
- Integration with gretl's Built-in gridplot apparatus: We have 
transitioned from using the "multiplot" package to gretl's built-in 
gridplot apparatus, enhancing the plotting capabilities. This is just an 
internal improvement.
- Function Renaming: The function `plot_season_plot()` has been renamed 
to `do_season_plot()`. Please note that this change is **backward 
incompatible**.
- Parameter Renaming: The following parameters have been renamed for 
consistency:
   - `PLOT_WIDTH` to `plot_width`
   - `PLOT_HEIGHT` to `plot_height`
   - `FONT_SIZE` to `font_size`
   These changes are also **backward incompatible**.
- New Features:
   - A new option for the `type` parameter allows you to plot all 
frequencies at once (`type="all"`), which is useful for comparing the 
dynamics of all frequency components simultaneously.
   - A new `title` parameter has been added to control the title of the 
plot.
   - You can now specify the number of columns (`cols`) and rows 
(`rows`) in the gridplot, applicable only when `type=all` is selected.
- Minimum gretl Version Requirement: The minimum required version of 
gretl has been raised to **2024b** due to the use of the new gridplot 
apparatus and the `--title` option.
For more detailed information about the package, its functionalities, 
and a sample script, please visit the official documentation here:
https://gretl.sourceforge.net/current_fnfiles/season_plot.gfn
We hope you find these updates beneficial for your statistical analyses. 
As always, we welcome your feedback and suggestions!
Best,
Artur