Skip to content

Releases: alxmrs/xarray-sql

Initial Release of xarray-sql.

10 Mar 06:47
b67f8eb
Compare
Choose a tag to compare

Initial release of xarray-sql. Users can now query data in Xarray via SQL.

What's Changed

Full Changelog: v0.0.1...v0.0.2

Initial Release of Qarray.

10 Mar 06:16
3e83c0e
Compare
Choose a tag to compare

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