H3

Latest version: v4.2.2

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 9

3.0.3

Added
- CMake config installation to ease use of h3 from CMake projects.
- Add CMake toolchain file to set build options upfront.
- Add CMake `C_CLANG_TIDY` property to integrate clang-tidy checks during build.
- YouCompleteMe completion support.
Changed
- Improved resilience to out of range inputs.
- Minimum CMake version to 3.1.
- Set `CMAKE_C_STANDARD` to `11` instead of using compiler flag `-std=c1x`.
- Use `CMAKE_POSITION_INDEPENDENT_CODE` instead of using compiler flag `-fPIC`.
- Rename library target from `h3.1` to `h3` with `SONAME` property of 1.
Removed
- CMake `H3_COMPILER` option in favor of built-in `CMAKE_C_COMPILER`.
- CMake `BUILD_STATIC` option in favor of built-in `BUILD_SHARED_LIBS`.
- CMake `ENABLE_TESTS` option in favor of built-in `BUILD_TESTING`.
- File globbing in CMake in favor of listing source files.

3.0.2

Removed
- Removed the `H3IndexFat` internal structure.
Changed
- Simplified build process on Windows.
Fixed
- Fixed an issue where tests would fail on ARM systems.

3.0.1

Added
- Added a `make install` target.
Changed
- Improved compatability with building on Windows.
- Fixed various cases where the test suite could crash or not compile.

3.0.0

Added
- First public release.

Page 9 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.