Hi,
I’ve just released gretl4py 0.60, now available via PyPI and through the
Conda framework.
The most notable changes include:
1. gretl.Matrix — native access to gretl matrices, including row/column
names, indexing, etc., together with the super-fast `.numpy_view` attribute.
2. Initial plotting support via `matplotlib`.
3. Calling function packages — all types are now supported, including
numeric types.
4. Python lists of integers can now be used as lists of variables.
5. Hansl script execution — initial support for executing hansl code and
interacting with gretl user-defined variables.
6. And quite a few other improvements and additions.
Have fun!
Marcin