Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2023-04-17)

### Bug Fixes

* Allow for views ([2476317](2476317))
* Minimisation needs to use negative profit ([470a72e](470a72e))

### Features

* Add opt_mode option to the config ([0b4534a](0b4534a))
* Add slower but more accurate "optimal" path ([1629de7](1629de7))
* Add warning for using optimal path ([0ced47f](0ced47f))
* Analytic optimisation backed by SemioticOpt ([33d049a](33d049a))
* Indexing reward computed for ixs ([7e651f2](7e651f2))
* Optimize call dispatches on opt_mode ([3a1b116](3a1b116))
  • Loading branch information
semantic-release-bot committed Apr 17, 2023
1 parent 470a72e commit 7b6ce01
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

# [2.1.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.0.1...v2.1.0) (2023-04-17)


### Bug Fixes

* Allow for views ([2476317](https://github.com/graphprotocol/allocation-optimizer/commit/2476317597c1de2073142c42c0b0a9915982a8f4))
* Minimisation needs to use negative profit ([470a72e](https://github.com/graphprotocol/allocation-optimizer/commit/470a72e64c4b0358eb264858d49081adf795349b))


### Features

* Add opt_mode option to the config ([0b4534a](https://github.com/graphprotocol/allocation-optimizer/commit/0b4534aae0f784a87eca1e162adfb0c3d1b01427))
* Add slower but more accurate "optimal" path ([1629de7](https://github.com/graphprotocol/allocation-optimizer/commit/1629de7f49cec83a117af853e626cbb8e77e942b))
* Add warning for using optimal path ([0ced47f](https://github.com/graphprotocol/allocation-optimizer/commit/0ced47f3b3a10741073d845924cf7727ab3f3f62))
* Analytic optimisation backed by SemioticOpt ([33d049a](https://github.com/graphprotocol/allocation-optimizer/commit/33d049a4864085ddf86b9b4b7c8d2c0f51de27db))
* Indexing reward computed for ixs ([7e651f2](https://github.com/graphprotocol/allocation-optimizer/commit/7e651f24b4f611a38823ba86d948204828f5621b))
* Optimize call dispatches on opt_mode ([3a1b116](https://github.com/graphprotocol/allocation-optimizer/commit/3a1b1164c03bd9e1c9165e33a8670087b31ff8bb))

## [2.0.1](https://github.com/graphprotocol/allocation-optimizer/compare/v2.0.0...v2.0.1) (2023-04-17)


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.0.1"
version = "2.1.0"

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

0 comments on commit 7b6ce01

Please sign in to comment.