Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smithna authored Jan 28, 2025
1 parent 9cbba43 commit 20f8b24
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@

### Added

* Methods to generate synthetic data that maps to each ingest method in the package
* Main method to iterate through parameters and collect benchmarking information for each ingest method in the package
* Visualizations to easily analyze results
* Method to partition results by package version automatically
* Methods to retrieve and format real data for benchmarking scenarios
## 0.4.0

### Changed

* For monopartite batching assign self loop relationships for two node groups to the same relationship group. Allows for improved efficiency for most real-world monopartite graphs.

### Added

* Benchmarking module including:
* Methods to generate synthetic data that maps to each ingest method in the package
* Generate_benchmarks method to iterate through parameters and collect benchmarking information for each ingest method in the package
* Visualizations to easily analyze results
* Method to partition results by package version automatically
* Methods to retrieve and format real data for benchmarking scenarios

## 0.3.1

Expand Down

0 comments on commit 20f8b24

Please sign in to comment.