Skip to content

Commit

Permalink
prep for final v4.0 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed May 2, 2024
1 parent 26285ef commit 76b03ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ avoid adding features or APIs which do not map onto the

- None

## [4.0.0] - 2024-05-02

Full release including all chnanges in the beta releases below. Highlights:

- Function name changes: https://github.com/uber/h3/blob/master/dev-docs/RFCs/v4.0.0/names_for_concepts_types_functions.md
- Use `list` instead of `set` for unordered Python outputs (#339)
- New `h3.Polygon()`/GeoJSON interface (#301)
- New error system
- Expose the Cython API (#234)
+ Note: The Cython API is not yet stable, and should only be used for experimentation


## [4.0.0b4] - 2024-04-14

No changes, just testing: #360
Expand Down
2 changes: 1 addition & 1 deletion src/h3/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '4.0.0b4'
__version__ = '4.0.0'
__description__ = 'Hierarchical hexagonal geospatial indexing system'
__url__ = 'https://github.com/uber/h3-py'
__license__ = 'Apache 2.0 License'
Expand Down

0 comments on commit 76b03ea

Please sign in to comment.