Skip to content

Commit

Permalink
Merge pull request #600 from graphistry/dev/circle-layout
Browse files Browse the repository at this point in the history
feat(layout): fa2 with circles, incl for gib
  • Loading branch information
lmeyerov authored Oct 20, 2024
2 parents 55be7e4 + 8fdaf09 commit e8ca2a5
Show file tree
Hide file tree
Showing 24 changed files with 1,947 additions and 136 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Development]

## [0.34.17 - 2024-10-20]

### Added

* Layout: `circle_layout()` that moves points to one or more rings based on an ordinal field such as degree
* Layout: `fa2_layout()` that uses the ForceAtlas2 algorithm to lay out the graph, with some extensions.
* Layout: `group_in_a_box_layout()` is significantly faster in CPU and GPU mode
* Layout: `group_in_a_box_layout()` exposes attribute `_partition_offsets`
* Compute methods `g.to_pandas()` and `g.to_cudf()`

### Fix

* cugraph methods now handle numerically-typed node/edge index columns
* repeat calls to `fa2_layout` and `group_in_a_box_layout` now work as expected

### Docs

* Add group-in-a-box layout tutorial

### Infra

* Expose `scene_settings` in `Plottable`

## [0.34.16 - 2024-10-13]

### Docs
Expand Down
Loading

0 comments on commit e8ca2a5

Please sign in to comment.