Skip to content

Releases: impredicative/reticker

v3.1.6

20 Dec 13:57
Compare
Choose a tag to compare

Updated to use Python 3.11 for release.

v3.1.5

20 Dec 13:48
Compare
Choose a tag to compare

Updated the readme.

v3.1.4

20 Dec 13:43
Compare
Choose a tag to compare
  • Added various symbols to blacklist.
  • Also automatically match unprefixed single-letter symbols, e.g. A, V. Previously, such symbols were not matched. As an exception, I is intentionally blacklisted and so it is not automatically matched.

v3.1.3

08 May 18:10
Compare
Choose a tag to compare
  • Updated the package description in setup.py.

v3.1.2

08 May 17:41
Compare
Choose a tag to compare
  • Updated the readme.

v3.1.1

08 May 16:55
Compare
Choose a tag to compare
  • Updated readme.

v3.1.0

07 May 04:12
Compare
Choose a tag to compare
  • Allow mapping a ticker to multiple tickers (and not merely to only a single ticker as before). Refer to the example in the readme.

v3.0.1

06 May 04:39
Compare
Choose a tag to compare
  • Change an example in the readme.

v3.0.0

17 Apr 16:24
Compare
Choose a tag to compare
  • Support a configurable mapping via reticker.config.MAPPING of one ticker to another, e.g. BTC to BTC-USD. Refer to the readme for usage.
  • [breaking] reticker.BLACKLIST is no longer available. It is now available only as reticker.config.BLACKLIST. Refer to the readme for usage.

v2.0.1

05 Apr 04:50
Compare
Choose a tag to compare
  • Improve readme.