Skip to content

Commit

Permalink
This is 1.10a2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Apr 3, 2024
1 parent 6581da6 commit eb520dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Changes

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

1.10a2 (TBD)
------------
1.10a2 (2024-04-03)
-------------------

Deprecations:

- The FIELD_TYPES, FIELD_TYPES_MAP, and FIELD_TYPES_MAP_REV attributes
of fiona.schema are no longer used by the project and will be removed
in version 2.0 (#1366).
- The FIELD_TYPES, FIELD_TYPES_MAP, and FIELD_TYPES_MAP_REV attributes of
fiona.schema are no longer used by the project and will be removed in version
2.0 (#1366).
- The Python style of rio-filter expressions introduced in version 1.0 are
deprecated. Only the parenthesized list type of expression will be supported
by version 2.0.
Expand All @@ -19,8 +19,7 @@ New features:

- All supported Fiona field types are now represented by classes in
fiona.schema. These classes are mapped in FIELD_TYPES_MAP2 and
FIELD_TYPES_MAP2_REV to OGR field type and field subtype pairs
(#1366).
FIELD_TYPES_MAP2_REV to OGR field type and field subtype pairs (#1366).
- The filter, map, and reduce CLI commands from the public domain version 1.1.0
of fio-planet have been incorporated into Fiona's core set of commands
(#1362). These commands are only available if pyparsing and shapely (each of
Expand All @@ -42,16 +41,15 @@ Bug fixes:

Other changes:

- Feature builder and field getter/setter instances are reused when
reading and writing features (#1366).
- Feature builder and field getter/setter instances are reused when reading and
writing features (#1366).

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

Python version:

Fiona 1.10 will be compatible with Numpy versions 1 and 2 and will require
Python version 3.9 or higher.
Fiona 1.10 will require Python version 3.9 or higher.

Deprecations:

Expand Down
2 changes: 1 addition & 1 deletion fiona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"remove",
]

__version__ = "1.10a2.dev0"
__version__ = "1.10a2"
__gdal_version__ = get_gdal_release_name()

gdal_version = get_gdal_version_tuple()
Expand Down

0 comments on commit eb520dd

Please # to comment.