Skip to content

Commit

Permalink
Merge pull request curveresearch#60 from curveresearch/release-changelog
Browse files Browse the repository at this point in the history
Changelog for Package Release
  • Loading branch information
nagakingg authored Nov 9, 2022
2 parents 1b4b32d + 3e8d78c commit 858c704
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
28 changes: 27 additions & 1 deletion ...d/20220906_115544_chanhosuh_changelog.rst → CHANGELOG.rst
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.
3 changes: 0 additions & 3 deletions changelog.d/20220907_194912_nagakingg.rst

This file was deleted.

12 changes: 0 additions & 12 deletions changelog.d/20220913_115438_chanhosuh.rst

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20220928_170312_nagakingg_multi_chain.rst

This file was deleted.

0 comments on commit 858c704

Please sign in to comment.