Skip to content

Releases: philiporlando/fgdb_to_gpkg

v0.3.2

23 Nov 07:24
7c44a30
Compare
Choose a tag to compare
Merge pull request #39 from philiporlando/fix-project-urls-again

Try different url labels within `pyproject.toml`

v0.3.1

23 Nov 07:12
8b5ad55
Compare
Choose a tag to compare
  • Updates pyproject.toml to fix bug with github links.
  • Adds Python 3.13 coverage within pytest gha.

v0.3.0

23 Nov 01:49
d51ed4d
Compare
Choose a tag to compare

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

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.