Skip to content

Commit

Permalink
news update + pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrilec committed Mar 2, 2024
1 parent 367cc45 commit 6a16eb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

# pynsee 0.1.6

* fix to cope with the double zipping of macroeconomic metadata file containing time series identifiers
* changes in geodata module to switch to the new IGN geoplatform
* tests performed on python 3.8-3.11
* new example in doc gallery on mobility in Paris region + example fixes
* package catches error 429 (request limit on api.insee.fr) and then sleeps

# pynsee 0.1.5

* shapely>= 1.8.0 defined in both setup.py and requirements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pynsee",
version="0.1.5",
version="0.1.6",
author="Hadrien Leclerc, Lino Galiana",
author_email="[email protected]",
description="Tools to Easily Search and Download French Data From INSEE and IGN APIs",
Expand Down

0 comments on commit 6a16eb7

Please sign in to comment.