Skip to content

Commit

Permalink
Add TileDB to officially supported drivers and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Mar 4, 2024
1 parent e814d03 commit 801129d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changes

All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.

1.01a2 (TBD)
------------

Bug fixes:

- Python 3.8 has been added back to the list of supported versions and
a dependency on Numpy added in 1.10a1 has been removed.
- An implementation of the VSI flush callback has been added to _vsiopener.pyx.
- Openers are now registered only by urlpath. The mode is no longer considered
as OGR drivers may use a mix of modes.

1.10a1 (2024-03-01)
-------------------

Expand Down
1 change: 1 addition & 0 deletions fiona/drvsupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
# SUA SUA No Yes Yes
("SUA", "r"),
# SVG SVG No Yes No, needs libexpat
("TileDB", "raw"),
# TopoJSON TopoJSON No Yes Yes
("TopoJSON", "r"),
# UK .NTF UK. NTF No Yes Yes
Expand Down

0 comments on commit 801129d

Please sign in to comment.