Skip to content

Releases: InseeFrLab/pynsee

v0.2.3

04 May 13:03
ca88ec1

Choose a tag to compare

Pynsee is a library to work with the French INSEE and IGN APIs to obtain statistical and geospatial data.

This supersedes v0.2.2 that was not pushed to PyPi.

Bugfixes

Improvements

  • faster macrodata get functions by @tgrandje in #268
  • better support for datasets and automatic discovery with "latest"

v0.2.2

04 May 12:41

Choose a tag to compare

Pynsee is a library to work with the French INSEE and IGN APIs to obtain statistical and geospatial data.

Bugfixes

Improvements

  • faster macrodata get functions by @tgrandje in #268
  • better support for datasets and automatic discovery with "latest"

v0.2.1

07 Mar 21:08
55dc603

Choose a tag to compare

Pynsee is a library to work with the French INSEE and IGN APIs to obtain statistical and geospatial data.

*Bugfixes

  • support parquet files in downloads (#257)
  • correct column handling in get_series_list (#259)
  • correct documentation about init_conn (#260)

v0.2.0

14 Feb 12:42
5ebc75b

Choose a tag to compare

Pynsee is a library to work with the French INSEE and IGN APIs to obtain statistical and geospatial data.

Breaking changes

The INSEE APIs were changed, including

  • new API portal: portail-api.insee.fr
  • no token generation is needed for all APIs except SIRENE
  • for SIRENE API, it is now provided via the sirene_key argument in init_conn
  • get_included_area was removed

Deprecations

  • GeoFrDataFrame.translate is deprecated in favor of GeoFrDataFrame.transform_overseas
  • GeoFrDataFrame.get_geom is deprecated in favor of GeoFrDataFrame.geometry.union_all

New features

  • GeoFrDataFrame inherits from geopandas.GeoDataFrame so you can use all the included methods directly on it (#246)
  • the tranlation and zoom of overseas department has be renamed transform_overseas
  • the configuration file is no longer stored in the middle of the home directory (#210)

Documentation

  • updated examples and user guides (#246 #250 #251)
  • internal links for functions and classes (#251)
  • link to pandas/geopandas/pyproj and request documentations (#251)

Under the hood

  • use data from Melodi api (#229)
  • backend function update in the utils module + sirene functions update
  • cleanup of temporary files handling (#206)
  • all cached data is now saved as parquet for faster read/write operations (#199 #208 #224)
  • switch to multithreading instead of multiprocessing (#216)
  • move to pyproject.toml only (#243)
  • fix tests and cleanup imports (many commits)
  • enforce black formatting (#234)

v0.1.8

28 Jul 13:32

Choose a tag to compare

new pkg version + news

v0.1.7

10 Mar 09:40

Choose a tag to compare

Merge branch 'master' into doc

v0.1.6

02 Mar 09:12

Choose a tag to compare

new pkg release

v0.1.5

14 Oct 11:54

Choose a tag to compare

geopandas doc requirement

v0.1.4

26 Apr 22:24

Choose a tag to compare

Merge branch 'ignfix'

v0.1.3

27 Feb 21:48

Choose a tag to compare

identation in yml release file fix