Skip to content

Commit

Permalink
Update Changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 13, 2025
1 parent 9a4ffa0 commit 003b2b1
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# cugraph-docs 25.02.00 (13 Feb 2025)

## 📖 Documentation

- fixed formulas and paths and corrected a typo ([#96](https://github.com/rapidsai/cugraph-docs/pull/96)) [@acostadon](https://github.com/acostadon)
- adding contributing doc so it can be removed from cugraph repo ([#90](https://github.com/rapidsai/cugraph-docs/pull/90)) [@acostadon](https://github.com/acostadon)
- Add `jaccard_coefficient` algorithm to nx-cugraph ([#87](https://github.com/rapidsai/cugraph-docs/pull/87)) [@eriknw](https://github.com/eriknw)
- Add `leiden_communities` to nx-cugraph supported algorithms ([#86](https://github.com/rapidsai/cugraph-docs/pull/86)) [@eriknw](https://github.com/eriknw)
- Add `lowest_common_ancestor` algorithm to nx-cugraph ([#85](https://github.com/rapidsai/cugraph-docs/pull/85)) [@eriknw](https://github.com/eriknw)
- fixed errors in math formula format ([#84](https://github.com/rapidsai/cugraph-docs/pull/84)) [@acostadon](https://github.com/acostadon)
- updating docs for latest cugraph changes ([#81](https://github.com/rapidsai/cugraph-docs/pull/81)) [@acostadon](https://github.com/acostadon)
- Adds legacy graph docs to API ([#79](https://github.com/rapidsai/cugraph-docs/pull/79)) [@acostadon](https://github.com/acostadon)
- more granularity in the cpp api and fixed some links ([#77](https://github.com/rapidsai/cugraph-docs/pull/77)) [@acostadon](https://github.com/acostadon)
- Add nxcg Benchmark Algo Table Page ([#75](https://github.com/rapidsai/cugraph-docs/pull/75)) [@nv-rliu](https://github.com/nv-rliu)
- Update Bug In Algo Table ([#74](https://github.com/rapidsai/cugraph-docs/pull/74)) [@nv-rliu](https://github.com/nv-rliu)
- removed algorithms from the path of the cpp links and added reorganization blurb ([#73](https://github.com/rapidsai/cugraph-docs/pull/73)) [@acostadon](https://github.com/acostadon)
- changed from to on to test if changes are being pushed to the cloud ([#68](https://github.com/rapidsai/cugraph-docs/pull/68)) [@acostadon](https://github.com/acostadon)
- remove "-docs" from html publish path ([#67](https://github.com/rapidsai/cugraph-docs/pull/67)) [@acostadon](https://github.com/acostadon)
- Fixes to previous update from cugraph to cugraph-docs and added back c++ docs ([#66](https://github.com/rapidsai/cugraph-docs/pull/66)) [@acostadon](https://github.com/acostadon)
- Adds the latest docs code from cugraph repo ([#65](https://github.com/rapidsai/cugraph-docs/pull/65)) [@acostadon](https://github.com/acostadon)

## 🛠️ Improvements

- Build with CUDA 12.8.0 ([#97](https://github.com/rapidsai/cugraph-docs/pull/97)) [@jameslamb](https://github.com/jameslamb)
- Add shellcheck to pre-commit and fix warnings ([#80](https://github.com/rapidsai/cugraph-docs/pull/80)) [@gforsyth](https://github.com/gforsyth)
- remove references to cugraph-ops ([#72](https://github.com/rapidsai/cugraph-docs/pull/72)) [@jameslamb](https://github.com/jameslamb)
- simplify building and testing configs ([#71](https://github.com/rapidsai/cugraph-docs/pull/71)) [@jameslamb](https://github.com/jameslamb)
- add docs-building CI ([#46](https://github.com/rapidsai/cugraph-docs/pull/46)) [@jameslamb](https://github.com/jameslamb)

# cugraph 24.08.00 (11 Jun 2024)

## 🚨 Breaking Changes

- Initial version to build projects that are already archiving to the cloud.
- Initial version to build projects that are already archiving to the cloud.

0 comments on commit 003b2b1

Please sign in to comment.