Releases: InseeFrLab/pynsee
Releases · InseeFrLab/pynsee
v0.2.3
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
- add
openpyxlin requirements by @tfardet in #274 - add 400 retry by @tgrandje in #266
- ValueError on non-aRGB-hex-values in excel files by @tgrandje in #272
Improvements
v0.2.2
v0.2.1
v0.2.0
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_keyargument ininit_conn get_included_areawas removed
Deprecations
GeoFrDataFrame.translateis deprecated in favor ofGeoFrDataFrame.transform_overseasGeoFrDataFrame.get_geomis deprecated in favor ofGeoFrDataFrame.geometry.union_all
New features
GeoFrDataFrameinherits fromgeopandas.GeoDataFrameso 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
new pkg version + news
v0.1.7
Merge branch 'master' into doc
v0.1.6
new pkg release
v0.1.5
geopandas doc requirement
v0.1.4
Merge branch 'ignfix'
v0.1.3
identation in yml release file fix