Skip to content

Releases: philiporlando/fgdb_to_gpkg

v0.2.2

23 Jul 21:49
7a55a09
Compare
Choose a tag to compare

Update pyproject.toml to align fiona versions.

v0.2.1

23 Jul 21:41
dc015d7
Compare
Choose a tag to compare

Upgrades fiona to patch CVE-2023-45853, upgrades geopandas to 1.0 to work with pre-release version of fiona. Includes the new geodatasets package since built in datasets were deprecated in geopandas. Refactors the gdf.to_file() util to use mode = 'a' instead of if_exists="append" param.

v0.1.14

25 Jun 23:35
9458b8f
Compare
Choose a tag to compare

Patched a security vulnerability related to the tqdm dependency.

v0.1.13

01 Jan 07:30
e290698
Compare
Choose a tag to compare

Add more test coverage, refactor into smaller functions, fix overwrite logic.

v0.1.12

31 Dec 01:12
964cb39
Compare
Choose a tag to compare
  • Fixes bug with fgdb_to_gpkg() when overwrite is set to false.
  • Adds unit tests to cover the overwrite param.
  • Adds pytest fixtures to prevent code duplication across tests.

v0.1.11

29 Oct 03:09
304bd74
Compare
Choose a tag to compare

Creating new release after applying security patches.

v0.1.10

17 Aug 15:39
Compare
Choose a tag to compare

This release mirrors the changes within v0.1.9 but I remembered to increment BOTH package version lines within the pyproject.toml file... I forgot to update one of these lines within v0.1.9.

v0.1.9

17 Aug 15:33
Compare
Choose a tag to compare

This release includes the same changes made within v0.1.8, but this time I remembered to increment the package version number within the pyproject.toml file. This release should automatically publish to PyPI without any errors.

v0.1.8

17 Aug 05:09
20a95b4
Compare
Choose a tag to compare

Bump certifi from 2022.12.7 to 2023.7.22 to address CVE-2023-37920.

Forgot to increment package version in pyproject toml. Will publish updated v0.1.9 version to PyPI instead.

Bump certifi from 2022.12.7 to 2023.7.22

17 Aug 05:07
20a95b4
Compare
Choose a tag to compare

Bump certifi from 2022.12.7 to 2023.7.22.