You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Release v5.15.0
* update protobuf to v4.22.3
* Add threaded streamset calls
Using concurrent.futures.ThreadPoolExecutor
* Blacken code
* Update for failing tests
* Ignore flake8 as part of testing
pytest-flake8 seems to have issues with the later versions of flake8
tholo/pytest-flake8#92
* Update .gitignore
* Update proto definitions.
* Update endpoint to support arrow methods
* Support arrow endpoints
* Additional arrow updates
* Update transformers, add polars conversion
* Update .gitignore
* Update ignore and remove extra print.
* Remove idea folder (pycharm)
* Update requirements.txt
* Update btrdb/transformers.py
* Update the way to check for arrow-enabled btrdb
This has not been "turned on" yet though, since we dont know the version number this will be enabled for. The method is currently commented out, but can be re-enabled pretty easily.
* Use IPC streams to send the arrow bytes for insert
Instead of writing out feather files to an `io.BytesIO` stream and then sending the feather files over the wire, this creates a buffered outputstream and then sends that data back as bytes to btrdb.
* Create arrow specific stream methods.
* Update test conn object to support minor version
* Update tests and migrate arrow code.
* Arrow and standard streamset insert
* Create basic arrow to dataframe transformer
* Support multirawvalues, arrow transformers
* Multivalue arrow queries, in progress
* Update stream filter to properly filter for sampling frequency
* Update arrow values queries for multivalues
* Update param passing for sampling frequency
* Update index passing, and ignore depth
* benchmark raw values queries for arrow and current api
* Add aligned windows and run func
* Streamset read benchmarks (WIP)
In addition:
* update streamset.count to support the `precise` boolean flag.
* Update mock return value for versionMajor
* In progress validation of stream benchs
---------
Co-authored-by: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com>
Co-authored-by: Jeff Lin <42981468+jleifnf@users.noreply.github.com>
0 commit comments