Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 798 Bytes

HISTORY.rst

File metadata and controls

41 lines (29 loc) · 798 Bytes

History

1.4 (2019-03-31)

  • Update documentation
  • Dump as JSON
  • Refactor cache.py to cacher.py

1.3 (2019-03-22)

  • Refactor snapshot.py to cache.py
  • Migrate from snapshot logic to single caching
  • Update documentation
  • Update parsing for coinmarketcap's html template change
  • Add test case

1.2 (2019-01-28)

  • Update snapshot.py
    • Align with documentation by refactoring take_snapshot to take
    • Add docstrings to take
  • Handle first snapshot by giving warnings

1.1 (2019-01-27)

  • Major update to data manager
    • Refactor main.py to request.py
    • Add snapshot.py and parser.py
    • Update documentation

1.0 (????-??-??)

  • First release