Skip to content

Releases: Corfucinas/crypto-candlesticks

v0.2.1

06 May 05:53
33283d4
Compare
Choose a tag to compare

What's Changed

Feat

  • src: fix readthedocs, move various deps to dev, add metadata, python3.8 as the min version

Fix

  • src: python 3.8 as min ver, fix readthedos
  • src: allow python3.7 for readthedocs CI
  • src: update deps to fix readthedocs

Perf

  • src: lint using perflint
  • pre-commit: update revs

Refactor

  • refactor the project modules
  • init: add encoding to file
  • noxfile: fix mypy tests
  • noxfile: update lint session
  • noxfile: update noxfile with new pyproject.toml format
  • pre-commit-config: make easier to read
  • setup.cfg: remove file in favor of pyproject.toml configuration
  • README: add pre-commit enabled badge
  • README: add python version badge
  • improve pre-commit-hooks and add badge to README
  • Remove encoding declaration
  • conf: remove encoding pragma
  • get_data.py: rename function to fix flake8 warning

👷 Continuous Integration

  • ci: bump release-drafter/release-drafter from 5.17.6 to 5.18.1 (#266) @dependabot

📚 Documentation

🤖 Dependency Updates

v0.2.0

17 Dec 05:32
Compare
Choose a tag to compare

What's new

  • increase rate_limit to avoid timeouts
  • bump deps

v0.1.7

24 Aug 05:59
Compare
Choose a tag to compare

What's new

  • bump dependencies
  • refactor various functions
  • change license from MIT to GPLv3

v0.1.6

13 Mar 03:55
Compare
Choose a tag to compare

What's new

fix USDT base pair (Bitfinex's API works with UST)

v0.1.5

03 Mar 06:43
Compare
Choose a tag to compare

What's new

Fix jinja2 vulnerability ID 39525d103864
Replace "Writting" with "writing" (#90) @juandes

Bumps:

v0.1.4

12 Jan 08:37
Compare
Choose a tag to compare

What's new

Dependencies updated and simplified, rate limit dropped (downloads are faster), you can now see the data being downloaded.

v0.1.3

07 Jul 07:44
Compare
Choose a tag to compare

What's new

📚 Documentation

🐞 Bug

  • Fix multibyte encoding on wheel

v0.1.2

07 Jul 07:02
Compare
Choose a tag to compare

What's new

📚 Documentation

🚀 Features

Expand build to Python 3.7

07 Jul 06:09
Compare
Choose a tag to compare

Fast & Simple way to download OHLCV data in order to perform analysis or optimize your trading strategy.

initial release

06 Jul 16:55
Compare
Choose a tag to compare

Initial release of cryptocurrency-candlesticks.

Fast & Simple way to download OHLCV data in order to perform analysis or optimize your trading strategy