Skip to content

Conversation

@ajfriend
Copy link
Collaborator

@ajfriend ajfriend commented Nov 18, 2025

  • Update h3lib to v4.4.1. (Bump h3lib to v4.4.1 and add new functions/errors #470)
    • Add new error codes:
      • H3IndexInvalidError
      • H3BaseCellDomainError
      • H3DigitDomainError
      • H3DeletedDigitError
    • Add new functions:
      • is_valid_index
      • get_index_digit
      • construct_cell
      • deconstruct_cell (note that this function doesn't currently exist in C library)

@ajfriend ajfriend changed the title v4.4.0 Bump h3lib to v4.4.1 and add new functions/errors Nov 19, 2025
@dmitryzv
Copy link

Why add deconstruct_cell in this change. I think it introduces some confusion.

@ajfriend
Copy link
Collaborator Author

Why add deconstruct_cell in this change. I think it introduces some confusion.

It is a useful function that I often end up having to code by hand, so I think it's helpful to add. See, for example, how it's used in the tests.

Would you prefer it to be added in a separate PR? I can do that, but I'll have to rework the tests and I think they'll become less clear.

@ajfriend ajfriend merged commit f9c1a94 into master Nov 22, 2025
51 checks passed
@ajfriend ajfriend deleted the aj/constructCell branch November 22, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants