Releases: philiporlando/fgdb_to_gpkg
v0.3.2
v0.3.1
- Updates pyproject.toml to fix bug with github links.
- Adds Python 3.13 coverage within pytest gha.
v0.3.0
This release includes the following changes:
- adds support for CLI, pipx #26
- fixes bug related to non-spatial attribute layers #30
- adds github link to package metadata
- adds @brandones to the authors lists
v0.2.2
Update pyproject.toml to align fiona versions.
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.