Skip to content

Releases: aaliddell/s2cell

1.8.0

01 Mar 23:46
Compare
Choose a tag to compare
  • Exposed IJ to cell ID conversion functions as publicly available

1.7.3

12 Jan 18:51
Compare
Choose a tag to compare
  • Fixed doc links and sitemaps

1.7.2

24 Nov 16:42
Compare
Choose a tag to compare
  • Replaced pylint and flake8 with ruff
  • Further fixed type hinting to prevent unnecessary compatibility break with Python 3.8

1.7.1

22 Nov 21:05
Compare
Choose a tag to compare
  • Fixed type hinting to prevent unnecessary compatibility break with Python 3.8

1.7.0

15 Nov 19:56
Compare
Choose a tag to compare
  • Added support for finding neighbors of a cell ID
  • Updated useful S2 links in docs
  • Updated testing for Python 3.11 and 3.12
  • Dropped testing of Python versions 3.7 and 3.8. These versions will likely continue to function but are no longer explicitly supported

1.6.0

09 Mar 20:40
0234647
Compare
Choose a tag to compare
  • Dropped support for Python 3.6
  • Fixed token_is_valid() accepting some invalid tokens

1.5.0

08 Dec 21:40
0c42fad
Compare
Choose a tag to compare
  • Moved main source out of __init__.py
  • Moved docs hosting to Read the Docs
  • Updated docs to improve readability

1.4.0

05 Jan 23:01
Compare
Choose a tag to compare
  • Removed dependency on NumPy and improved performance

1.3.0

01 Jan 22:38
Compare
Choose a tag to compare
  • Added cell_id_to_parent_cell_id() and token_to_parent_token()
  • Added custom exception types for invalid cell IDs and tokens
  • Tidied docs generation

1.2.0

29 Dec 13:58
Compare
Choose a tag to compare
  • Added token and cell ID validation functions cell_id_is_valid() and token_is_valid()
  • Added token_to_canonical_token()
  • Added S2 Concepts page to docs