Skip to content

Commit

Permalink
chore: release v2.4.0
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.1...v2.4.0) (2023-05-11)

### Bug Fixes

* PGO computes optimal value for each sparsity ([2121343](2121343))

### Features

* PGO stops when it finds the same value twice ([d96592d](d96592d))

### Performance Improvements

* Disable bounds checking on opt loops ([8b0ae3c](8b0ae3c))
  • Loading branch information
semantic-release-bot committed May 11, 2023
1 parent 1856303 commit 19029ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

# [2.4.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.3.1...v2.4.0) (2023-05-11)


### Bug Fixes

* PGO computes optimal value for each sparsity ([2121343](https://github.com/graphprotocol/allocation-optimizer/commit/212134307b652f6b83bbd9096cd152e4ac2b55b2))


### Features

* PGO stops when it finds the same value twice ([d96592d](https://github.com/graphprotocol/allocation-optimizer/commit/d96592d2ce1658e6aeedd4cc6c0f010ce234c5d2))


### Performance Improvements

* Disable bounds checking on opt loops ([8b0ae3c](https://github.com/graphprotocol/allocation-optimizer/commit/8b0ae3c461c31fe3fd75a0a0311fce877f381182))

## [2.3.1](https://github.com/graphprotocol/allocation-optimizer/compare/v2.3.0...v2.3.1) (2023-05-03)


Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AllocationOpt"
uuid = "e2472b13-1eb9-46f1-ac4b-64ea04136a8a"
authors = ["The Graph Foundation"]
version = "2.3.1"
version = "2.4.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit 19029ac

Please sign in to comment.