Skip to content

Commit 1dc5e51

Browse files
authored
drop v4 announcement from readme (#437)
* drop v4 announcement from readme * drop a todo that never got todone * codecov todo
1 parent 3d5b12a commit 1dc5e51

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

readme.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,14 @@
22

33
# **h3-py**: Uber's H3 Hexagonal Hierarchical Geospatial Indexing System in Python
44

5-
<!-- TODO: have a nice 3d image of hexagons up front -->
6-
75
[![PyPI version](https://badge.fury.io/py/h3.svg)](https://badge.fury.io/py/h3)
86
[![PyPI downloads](https://img.shields.io/pypi/dm/h3.svg)](https://pypistats.org/packages/h3)
97
[![conda](https://img.shields.io/conda/vn/conda-forge/h3-py.svg)](https://anaconda.org/conda-forge/h3-py)
108
[![version](https://img.shields.io/badge/h3-v4.1.0-blue.svg)](https://github.com/uber/h3/releases/tag/v4.1.0)
119
[![version](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/uber/h3-py/blob/master/LICENSE)
1210

1311
[![Tests](https://github.com/uber/h3-py/workflows/tests/badge.svg)](https://github.com/uber/h3-py/actions)
14-
[![codecov](https://codecov.io/gh/uber/h3-py/branch/master/graph/badge.svg)](https://codecov.io/gh/uber/h3-py)
15-
16-
17-
----
18-
## ANNOUNCEMENT: v4.1 final released on 2024-10-13!
19-
20-
Feedback is welcome via
21-
[Issues](https://github.com/uber/h3-py/issues/new),
22-
[Discussions](https://github.com/uber/h3/discussions),
23-
and
24-
[Slack](https://join.slack.com/t/h3-core/shared_invite/zt-g6u5r1hf-W_~uVJmfeiWtMQuBGc1NNg).
25-
26-
----
12+
[![codecov](https://codecov.io/gh/uber/h3-py/branch/master/graph/badge.svg)](https://codecov.io/gh/uber/h3-py) <!-- todo: drop codecov badge, since we no longer use it -->
2713

2814

2915
Python bindings for the [H3 core library](https://h3geo.org/).

0 commit comments

Comments
 (0)