Skip to content

Releases: tarb/betfair_data

v0.3.4-alpha

08 Apr 12:26
Compare
Choose a tag to compare
v0.3.4-alpha Pre-release
Pre-release

Files now supports pathnames that are in the format of a market id, or suffixed with a market id.
Eg:
data/1.123456789
data/Pro-1.123456789

v0.3.3-alpha

07 Apr 14:07
Compare
Choose a tag to compare
v0.3.3-alpha Pre-release
Pre-release

Treat no extension paths as plain text in Files.
Add streaming_unique_id to bflw/MarketBook

v0.3.2-alpha

06 Apr 17:29
a81ebb5
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release

Removed adapters from Files util, and added bflw package its own implementation of Files
Add bflw unique_streaming_id param
Re-exported bfd types in bflw stub file

v0.3.1-alpha

30 Mar 16:32
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

Fixed missing and incorrectly labeled bflw types on the market definition and book

v0.3.0-alpha

26 Mar 16:56
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Simplified file loading into just Files
now supports zip archives
Many minor bug fixes in weird edge cases in the data

v0.2.1-alpha

08 Mar 03:47
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

Fixed issue in mutable parsing that incorrectly handled the image field.

v0.2.0-alpha

24 Feb 10:41
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Betfairlightweight compatibility finalised
Committed py_src testing scripts
Fix deadlock in tar source when number of tars greater then thread pool size

v0.1.9-alpha

22 Feb 02:34
Compare
Choose a tag to compare
v0.1.9-alpha Pre-release
Pre-release

Fixed incorrect timestamp bug

v0.1.8-alpha

17 Feb 09:08
Compare
Choose a tag to compare
v0.1.8-alpha Pre-release
Pre-release

Added new recorded file's api

for m in betfair_data.Files(glob.glob("data/stream/*"), cumulative_runner_tv=False):
    pass

v0.1.7-alpha

14 Feb 15:42
Compare
Choose a tag to compare
v0.1.7-alpha Pre-release
Pre-release

Added custom allocator (mimalloc) for windows/mac.
Added simd utf8 parsing lib, and moved parsing into the workers

~+15% increase in throughput performance