Skip to content

Releases: InseeFrLab/pynsee

v0.2.1

07 Mar 21:08
55dc603
Compare
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
Compare
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
Compare
Choose a tag to compare
new pkg version + news

v0.1.7

10 Mar 09:40
Compare
Choose a tag to compare
Merge branch 'master' into doc

v0.1.6

02 Mar 09:12
Compare
Choose a tag to compare
new pkg release

v0.1.5

14 Oct 11:54
Compare
Choose a tag to compare
geopandas doc requirement

v0.1.4

26 Apr 22:24
Compare
Choose a tag to compare
Merge branch 'ignfix'

v0.1.3

27 Feb 21:48
Compare
Choose a tag to compare
identation in yml release file fix

v0.1.2

05 Dec 19:37
Compare
Choose a tag to compare
new version 0.1.2

v0.1.1

19 Nov 18:39
Compare
Choose a tag to compare
update yml for pypi publication