Skip to content

Commit

Permalink
CARBON VERSION v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sklbancor committed Jan 29, 2023
1 parent 1f15e17 commit 31f237d
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 @@ -174,6 +174,7 @@ Modules may have version numbers of their own. Those are mostly for use of the d

# Change log

- **v2.3** consolidation and benchmark release with minor fixes (including for uni v3 style strategies) to the features introduced since v2.2
- **v2.2.5, 2.2.6** pdcompare allows inversion; dealing with numeric issues; params improvements; path interpolation; removed yaml; print_version, plt_style; numeric bugfix
- **v2.2.4** marginal price at init; also yint, but still issues; added HODL and better legend to sim; strategy object; SharedVar; NBTest bugfix; adding PathGenerator to helpers; adding StartConditions to simulation; adding uniswap constructor to strategy; adding CryptoCompare to data and helpers; updated various helpers for market data, including scaling
- **v2.2.1, 2.2.2, 2.2.3** - created Demo 7-3 (key sim); created carbon.helpers module; widgets (for Demo 7-4 which is 7-3 with widgets); Binder optimizations
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.2.6"
__date__ = "28/Jan/2022"
__version__ = "2.3"
__date__ = "29/Jan/2022"

0 comments on commit 31f237d

Please sign in to comment.