Skip to content

Commit

Permalink
Merge branch 'master' into dev/sso_login_ux
Browse files Browse the repository at this point in the history
  • Loading branch information
vaimdev committed Dec 3, 2024
2 parents c048ee2 + 52ea49a commit 6a46ca2
Show file tree
Hide file tree
Showing 4 changed files with 914 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Development]

### Docs

* New tutorial on GPU memory management and capacity planning in the GPU section

## [0.34.17 - 2024-10-20]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ df = pd.DataFrame({
g1 = graphistry.edges(df, 'src', 'dst')

# Override styling defaults
g1_styled = g1.encode_edge_color('friendship', as_continuous=True, ['blue', 'red'])
g1_styled = g1.encode_edge_color('friendship', ['blue', 'red'], as_continuous=True)

# Connect: Free GPU accounts and self-hosting @ graphistry.com/get-started
graphistry.register(api=3, username='your_username', password='your_password')
Expand Down
Loading

0 comments on commit 6a46ca2

Please sign in to comment.