Releases: aoki-h-jp/funding-rate-arbitrage
Releases · aoki-h-jp/funding-rate-arbitrage
v1.2.1
What's Changed
- Release/1.0.0 by @aoki-h-jp in #4
- Release/1.1.0 by @aoki-h-jp in #7
- Release/1.2.0 by @aoki-h-jp in #10
- Feature/1.2.1/fixsetup by @aoki-h-jp in #13
Notice
There are changes to the way imports are done, along with fixes for import errors.
Before
from frarb import FundingRateArbitrage
After
from funding_rate_arbitrage.frarb import FundingRateArbitrage
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
- Display output by rich package by @aoki-h-jp in #8
- Figure funding rate history by @aoki-h-jp in #9
Full Changelog: 1.1.0...1.2.0
v1.1.0
What's Changed
- Display large FR divergence on single CEX by @aoki-h-jp in #5
- Display large FR divergence between CEX by @aoki-h-jp in #6
Full Changelog: 1.0.0...1.1.0
v1.0.0
What's Changed
- Initial setup of the package. by @aoki-h-jp in #1
- Getting funding rate on CEXs. by @aoki-h-jp in #2
- Getting commission rate on CEXs. by @aoki-h-jp in #3
Full Changelog: https://github.com/aoki-h-jp/funding-rate-arbitrage/commits/1.0.0