Releases: tarb/betfair_data
v0.3.4-alpha
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
Treat no extension paths as plain text in Files.
Add streaming_unique_id
to bflw/MarketBook
v0.3.2-alpha
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
Fixed missing and incorrectly labeled bflw types on the market definition and book
v0.3.0-alpha
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
Fixed issue in mutable parsing that incorrectly handled the image field.
v0.2.0-alpha
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
Fixed incorrect timestamp bug
v0.1.8-alpha
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
Added custom allocator (mimalloc) for windows/mac.
Added simd utf8 parsing lib, and moved parsing into the workers
~+15% increase in throughput performance