Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.1] - 2020-09-12

Changed

  • dropped python2.x support as the newest pandas doesn't support it

[3.0.0] - 2020-09-12

Added

  • --ext option support in ./scripts/finam-download.py to enable configuration of the resulting files

Changed

  • date/time export format changed to separate columns and instead of a datetime in a single field to make it compatible with tslab and other software
  • switched logging mode to .INFO to get rid of annoying debug lines
  • unpinned urltools dependency as the previous version doesn't exist
  • upgraded dependencies to modern versions

[2.0.0] - 2020-05-10

Added

  • new market CURRENCIES_WORLD=5 (ffeast#9)

Changed

  • finam-downloader.py would take into account market code even if contracts are specified

[1.0.1] - 2019-04-27

Changed

[1.0.0] - 2019-04-27

Added

  • scripts/finam-download.py now supports both --contracts and --market keys at the same time
  • scripts/finam-lookup.py to quickly lookup contracts available on finam.ru

Changed

  • switched to pandas==0.24.2
  • renamed scripts/download.py to scripts/finam-download.py for easier distribution
  • all scripts made executable (chmod +x)

Fixed

  • ffeast#3: finam metadata cache file is discovered dynamically on the export page

Older versions

Changelog was not used, see the commits history - I do my best to write meaningful commit messages https://github.com/ffeast/finam-export/commits/master