Releases: dxFeed/dxfeed-python-api
dxfeed-0.5.3
- 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
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
Fixed 'Order' issue.
Fixed crashes during installation due to lack of setuptools package.
Corrected values in 'ExchangeCode' column.
dxfeed-0.5.0
Named fields for events added
Batch processing for events added
Event fields in default listener extended
version added
dxfeed-0.4.0
The new way of event processing
Documentation updated
New examples added
dxfeed-0.3.0
OOP level added (for details look https://dxfeed.readthedocs.io/en/0.3.0/basic_usage.html )
dxfeed-0.2.1
exchange_code bug fixed
readthedocs support added
Better connection-subscription tracking implemented
Continious Delivery to PyPI added
dxfeed-0.2.0
MacOS support added
Bug with closing connection fixed
dxfeed-0.1.1
Documentation corrected
dxfeed-0.1.0
Initial fully tested release of dxfeed library. Basic functions of underlying C API library are implemented.