Skip to content

Commit

Permalink
CARBON VERSION v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sklbancor committed Apr 20, 2023
1 parent b9f3ff8 commit 1e0c649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Modules may have version numbers of their own. Those are mostly for use of the d
[semver]:https://semver.org/

# Change log
- **2.5** arbbot-related code [in tools; optimizer, cpc, univ3helper, arbgraphs]; benchmark
- **v2.4.1** added resources/routing area; cleaned up resources; SDK encode, decode; CarbonOrderUI yzABS; removed deprecated notebooks; CPC serialization, constructors and plots; benchmark bugfix
- **v2.4** README; CarbonOrderUI prettification; precision analysis; BaseRouter parameters as dict; benchmarks; SDK; HOURLY data set; SharedVar; ConstantProductCurve with reference NB063; additional parameters for CarbonOrderUI and as_cpc and reference book NB062; iseq; matching method test; CPCContainer
- **v2.3.2** CarbonPair display, decimals; strategy from_dct improvements; sim-related helpers including soltest, floatint; CarbonOrderUI yzABS
Expand Down
6 changes: 3 additions & 3 deletions carbon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
from .carbon_order_ui import CarbonOrderUI
from .simulators import CarbonSimulatorUI
from .simulators import sim_analytics as analytics
from .cpc import ConstantProductCurve, CPCContainer
#from .tools.cpc import ConstantProductCurve, CPCContainer

P = CarbonPair

__version__ = "2.4.1"
__date__ = "31/Mar/2023"
__version__ = "2.5"
__date__ = "20/Apr/2023"

0 comments on commit 1e0c649

Please sign in to comment.