Releases: philiporlando/fgdb_to_gpkg
v0.2.2
v0.2.1
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
Patched a security vulnerability related to the tqdm
dependency.
v0.1.13
Add more test coverage, refactor into smaller functions, fix overwrite logic.
v0.1.12
- 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
Creating new release after applying security patches.
v0.1.10
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
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
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
Bump certifi from 2022.12.7 to 2023.7.22.