Skip to content

Commit

Permalink
CARBON VERSION v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sklbancor committed Jan 21, 2023
1 parent 5191fb8 commit 5aca4ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ Modules may have version numbers of their own. Those are mostly for use of the d

# Change log

- **v2.2** - benchmarks, alpha optimizer, fls, fast router, ob test, partial fill, limit amounts, CarbonOrderUI v1.6, notes folder; NBTest 46-51; Demo 3-8, 4-2, 4-3, 5-8, 7-1, 7-2
- **v2.1** - new order book methodology, improved NBTest, added functionality to CarbonOrderUY, added CarbonCurves notebook, updated demo 3-2 to the new order book code
- **v2.0** - slash notation for pair (breaking); disabled curves; remove aliases; order book functions and marginal price routing in CarbonOrderUI
- **v1.5** - match constants, exclude future, move demos
Expand Down
4 changes: 2 additions & 2 deletions carbon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

P = CarbonPair

__version__ = "2.1"
__date__ = "29/Dec/2022"
__version__ = "2.2"
__date__ = "21/Jan/2022"

0 comments on commit 5aca4ff

Please sign in to comment.