Skip to content

Initial Release of Qarray.

Compare
Choose a tag to compare
@alxmrs alxmrs released this 10 Mar 06:16
· 9 commits to main since this release
3e83c0e

Proof of concept for a way to query Xarray with SQL.

What's Changed

  • POC: Execution via an xarray.Dataset Table. by @alxmrs in #1
  • Dataframe converter by @alxmrs in #9
  • Investigating SQL Support. by @alxmrs in #11
  • NumPy implementation of unravel(). by @alxmrs in #12
  • Added more metadata to Dask Dataframe creation by @alxmrs in #19
  • Added support for Dask Dataframe chunks. by @alxmrs in #24
  • NumPy Cross-Product for Coords. by @alxmrs in #25
  • Turning on Dask-Expr by @alxmrs in #28
  • Remove SQL-Polyglot by @alxmrs in #29
  • Fix remove polyglot: Remaining pkg import. by @alxmrs in #30
  • Simplifying unravel logic by @alxmrs in #31
  • Adding explicit support for SQL by @alxmrs in #32
  • Added core project actions. by @alxmrs in #38
  • Added CI and Lint status badges to README.md. by @alxmrs in #39
  • Added sponsors and contributors section by @alxmrs in #40

New Contributors

  • @alxmrs made their first contribution in #1

Full Changelog: https://github.com/alxmrs/qarray/commits/v0.0.1