Skip to content

Releases: luanborelli/ipeadatapy

Ipeadatapy 0.1.9

15 Feb 13:55
d00e2f9
Compare
Choose a tag to compare

Ipeadatapy 0.1.9

This is an emergency patch.

Unfortunately, the API version previously used by the package started to be disabled by the Ipea servers in Brasilia and will eventually be completely discontinued. To keep the package working, I was forced to use the most up-to-date version of the API (http://www.ipeadata.gov.br/api/odata4/). Paradoxically, this newer version returns much less information than the old version. Because of this, some functionality previously existing in some functions of the package had to be sacrificed:

  1. The new version of the API does not allow the existence of the sources() function. The function has been kept in the package using the old version of the API, but it is subject to instabilities and can be completely broken at any time;
  2. The themes() function no longer returns the "MACRO", "REGIONAL" and "SOCIAL" indicator columns;
  3. The timeseries() function no longer has the "groupby" option.

As this is an emergency patch, the package may still be subject to bugs and instabilities. Feedbacks are welcome.

Full Changelog: https://github.com/luanborelli/ipeadatapy/commits/patch