Hello all,
We are pleased to announce that version 0.34.2 of LArray is now available. For the astute reader, version 0.34.1 was released a few weeks ago but unannounced because it introduced an issue of its own.
The complete description of changes of both releases can be found at: http://larray.readthedocs.io/en/stable/changes.html#version-0-34-2
We encourage all users to update their version by using the “Update LArray” link in the “LArray” Windows menu.
The two releases contain mostly bug fixes (some of them important!), but also include better support for expressions using X.axis_name, like in:
>>> arr = ndtest("age=0..3")
>>> arr
age 0 1 2 3
0 1 2 3
>>> where(X.age == 2, 42, arr)
age 0 1 2 3
Concerning the larray_eurostat module:
During this month (any time soon), Eurostat will phase out the way the module used to fetch data (see the image below).
Thanks to Yannick, the just released version of larray_eurostat uses the new Eurostat API and modifies the data so that it looks exactly as before.
If you want to continue working with larray_eurostat, you MUST UPDATE your version of larray (which will bring the new larray_eurostat version with it).
As always, *any* feedback is very welcome, preferably on the larray-users
mailing list: larray...@googlegroups.com (you need to register to be able to post).