Skip to content

Commit

Permalink
Merge pull request #579 from graphistry/dev/release-rings
Browse files Browse the repository at this point in the history
Dev/release rings
  • Loading branch information
lmeyerov authored Jul 22, 2024
2 parents c8eb9c2 + d96227f commit a9945bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit a9945bf

Please sign in to comment.