diff --git a/CHANGELOG.md b/CHANGELOG.md index d74f16957..b6d371c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Development] +## [0.34.2 - 2024-07-22] + ### Fixed * Graceful CPU fallbacks: When lazy GPU dependency imports throw `ImportError`, commonly seen due to broken CUDA environments or having CUDA libraries but no GPU, warn and fall back to CPU. @@ -20,7 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * Centralize lazy imports into `graphistry.utils.lazy_import` * Lazy imports distinguish `ModuleNotFound` (=> `False`) from `ImportError` (warn + `False`) -## [0.34.0 - 2024-07-17] +## [0.34.1 - 2024-07-17] ### Infra