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