Skip to content

Releases: marsupialtail/quokka

v0.3.1 -- stable release with OrderedStream

29 Jun 06:52
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/marsupialtail/quokka

v0.2.9

09 May 19:19
Compare
Choose a tag to compare
  • Various bug fixes

0.2.3

20 Apr 18:04
Compare
Choose a tag to compare

Added dependency on ldbpy for faster kernels.

Added dockerized setup for Docker on Ray

Added fast covariance, approx quantile, approx median relying on ldbpy

v0.2.1

05 Apr 05:06
Compare
Choose a tag to compare

Fixed a few issues with previous release

  • better utils: create_new_cluster should work reliably, if not already
  • try to remove dependencies on botocore and fsspec by using Pyarrow readers for everything.

v0.2.0

30 Mar 15:15
c65d28f
Compare
Choose a tag to compare

API is now stable.

  • Expression syntax.
  • Join ordering.
  • Fixed numerous issues for better performance.
  • Revamped utils to be more stable and connect to existing Ray cluster.

v0.1.5

04 Feb 17:49
Compare
Choose a tag to compare
  • switched aggregations to DuckDB
  • switched evaluate in sql_utils to emit polars expression instead of lambda
  • added sorted semantics to data sources
  • added preliminary support for window functions
  • added tutorials
  • fixed polars update issue, mandate > 0.16 since changed groupby semantics
  • fixed numerous other bugs

0.1.4

30 Dec 18:53
Compare
Choose a tag to compare

Numerous updates including progress bars, backpressure and batch limits.

Also start from clean slate AMI.

v0.1.3

04 Dec 03:09
Compare
Choose a tag to compare

OSDI reproducible.

Note that compared to master the replay tasks are scheduled on to existing TaskManagers.

This is perhaps as performant at least according to benchmarks in the paper but probably not good going forward. ReplayTaskManager is a good thing.

v0.1.2

29 Oct 16:45
Compare
Choose a tag to compare

Should be mostly stable now -- large improvements in CSV and Parquet S3 reader stability.

v0.0.8

04 Oct 16:40
Compare
Choose a tag to compare

Should be first stable-ish release. Tutorials should work without any problems.