Skip to content

Releases: dxFeed/dxfeed-python-api

dxfeed-0.5.3

03 Sep 22:42
54b6324
Compare
Choose a tag to compare
  • Added support for Python 3.9. Corresponding issue
  • Updated python dependencies. Corresponding issue
  • Migrated to the newer version of underlying C-API.
  • Removed git-submodule dependency. So if you previously built dxfeed package from sources, please fully remove submodule dependencies from your .git + remove old build directory.

dxfeed-0.5.2

08 Oct 10:25
affd639
Compare
Choose a tag to compare

Fix readthedocs documentation build
PEP517 support
Now you can install the package from git in docker with

FROM python:3.8
RUN pip install git+https://github.com/dxFeed/dxfeed-python-api.git

dxfeed-0.5.1

07 Oct 20:08
42bae43
Compare
Choose a tag to compare

Fixed 'Order' issue.
Fixed crashes during installation due to lack of setuptools package.
Corrected values in 'ExchangeCode' column.

dxfeed-0.5.0

05 Aug 18:08
a12bd07
Compare
Choose a tag to compare

Named fields for events added
Batch processing for events added
Event fields in default listener extended
version added

dxfeed-0.4.0

19 Jun 17:38
7ebe79d
Compare
Choose a tag to compare

The new way of event processing
Documentation updated
New examples added

dxfeed-0.3.0

04 Jun 17:47
56a1a72
Compare
Choose a tag to compare

dxfeed-0.2.1

21 May 10:04
7e04f57
Compare
Choose a tag to compare

exchange_code bug fixed
readthedocs support added
Better connection-subscription tracking implemented
Continious Delivery to PyPI added

dxfeed-0.2.0

30 Apr 16:32
6bdc3c2
Compare
Choose a tag to compare

MacOS support added
Bug with closing connection fixed

dxfeed-0.1.1

22 Apr 14:19
69a418b
Compare
Choose a tag to compare

Documentation corrected

dxfeed-0.1.0

21 Apr 08:37
114c1b7
Compare
Choose a tag to compare

Initial fully tested release of dxfeed library. Basic functions of underlying C API library are implemented.