Fiona

Latest version: v1.9.6

Safety actively analyzes 631012 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 20

1.8.14

Not secure
-------------------

- When creating a new Collection in a MemoryFile with a default (random) name
Fiona will attempt to use a format driver-supported file extension (934).
When initializing a MemoryFile with bytes of data formatted for a vector
driver that requires a certain file name or extension, the user should
continue to pass an appropriate filename and/or extension.
- Read support for FlatGeobuf has been enabled in the drvsupport module.
- The MemoryFile implementation has been improved so that it can support multi-part
S3 downloads (906). This is largely a port of code from rasterio.
- Axis ordering for results of fiona.transform was wrong when CRS were passed
in the "EPSG:dddd" form (919). This has been fixed by (926).
- Allow implicit access to the only dataset in a ZipMemoryFile. The path
argument of ZipMemoryFile.open() is now optional (928).
- Improve support for datetime types: support milliseconds (744), timezones (914)
and improve warnings if type is not supported by driver (572).
- Fix "Failed to commit transaction" TransactionError for FileGDB driver.
- Load GDAL DLL dependencies on Python 3.8+ / Windows with add_dll_directory() (851).
- Do not require optional properties (848).
- Ensure that slice does not overflow available data (884).
- Resolve issue when "ERROR 4: Unable to open EPSG support file gcs.csv." is raised on
importing fiona (897).
- Resolve issue resulting in possible mixed up fields names (affecting only DXF, GPX,
GPSTrackMacker and DGN driver) (916).
- Ensure crs_wkt is passed when writing to MemoryFile (907).

1.8.13.post1

Not secure
-------------------------

- This release is being made to improve binary wheel compatibility with shapely
1.7.0. There have been no changes to the fiona package code since 1.8.13.

1.8.13

Not secure
-------------------

- The Python version specs for argparse and ordereddict in 1.8.12 were wrong
and have been corrected (843).

1.8.12

Not secure
-------------------

- Specify Python versions for argparse, enum34, and ordereddict requirements
(842).

1.8.11

Not secure
-------------------

- Fix an access violation on Windows (826).

1.8.10

Not secure
-------------------

Deprecations:

- Use of vfs keyword argument with open or listlayers has been previously noted
as deprecated, but now triggers a deprecation warning.

Bug fixes:

- fiona.open() can now create new datasets using CRS URNs (823).
- listlayers() now accepts file and Path objects, like open() (825).
- Use new set_proj_search_path() function to set the PROJ data search path. For
GDAL versions before 3.0 this sets the PROJ_LIB environment variable. For
GDAL version 3.0 this calls OSRSetPROJSearchPaths(), which overrides
PROJ_LIB.
- Remove old and unused _drivers extension module.
- Check for header.dxf file instead of pcs.csv when looking for installed GDAL
data. The latter is gone with GDAL 3.0 but the former remains (818).

Page 5 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.