forked from curveresearch/curvesim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request curveresearch#60 from curveresearch/release-changelog
Changelog for Package Release
- Loading branch information
Showing
4 changed files
with
27 additions
and
25 deletions.
There are no files selected for viewing
28 changes: 27 additions & 1 deletion
28
...d/20220906_115544_chanhosuh_changelog.rst → CHANGELOG.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,43 @@ | ||
|
||
.. _changelog-0.2.0: | ||
|
||
0.2.0 — 2022-11-08 | ||
================== | ||
|
||
Removed | ||
------- | ||
|
||
-pool/data.py | ||
|
||
Added | ||
----- | ||
|
||
- Single cpu-mode (`ncpu=1`) will run in a single process without the `multiprocessing` | ||
library. This makes it easier to profile using tools like `cProfile`. | ||
- `hello_world.py` test script so users can check everything is setup properly. | ||
|
||
- Support use of environment variable (and loading from `.env` file) for | ||
`NOMICS_API_KEY`. | ||
- Create versioning structure to bump versions which will reflect in the | ||
changelog and future package releases. | ||
|
||
-multi-chain pool data support | ||
-pool_data submodule | ||
-network submodule | ||
|
||
Changed | ||
------- | ||
|
||
- Frequently used calculations such as `D`, `y`, and `dydxfee` use the GNU Multiple | ||
Precision Arithmetic Library (GMP) to speed up big integer arithmetic. | ||
- For regular pools, the `dydxfee` function uses a pricing derivation from calculus | ||
instead of bumping a pool balance and recalculating. | ||
|
||
- Fixed bug in vol_mode=2 for non-meta-pools | ||
|
||
- Transitioned repo organization to reflect standard packaging style. | ||
|
||
Fixed | ||
----- | ||
- Subgraph volume query was updated due to a recent update. | ||
|
||
- Subgraph volume query was updated due to a recent update. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.