Skip to content

Releases: 0xPlaygrounds/subgrounds

v1.8.1

10 Nov 22:08
Compare
Choose a tag to compare

Fix

  • Critical fix that amends __exit__ and __aexit__ (#49) (b60e3a9)

Documentation

  • Finally formatting changes to README.md (5820110)
  • More formatting changes to README.md (71a66a8)
  • Format code-block in README.md (0db2207)

v1.8.0

10 Oct 21:49
Compare
Choose a tag to compare

Feature

  • Pydantic upgrade to v2, maintaining V1 API internally (#45) (25570ae)
  • Pandas upgrade to v2 (#44) (5d1670b)

v1.7.1

22 Sep 20:25
Compare
Choose a tag to compare

Fix

Documentation

v1.7.0

05 Sep 22:30
Compare
Choose a tag to compare

Feature

  • Async support for subgrounds (+ more) (#36) (929a882)
  • Ability to create custom clients via SubgroundsBase

Changes

  • The entirety of how subgrounds coordinates the production, transformation, and pagination of requests has been completely reworked from the ground up.
    • Instead of a recursive call stack, transformation and pagination is lazily computed.
    • Then, a client (implementing SubgroundsBase), drives the actual processing of requests/responses until completion.
  • Subgrounds models the sans-io approach to handling requests
    • This means subgrounds is untangled from actually making IO
    • This has enabled custom clients, allowing anyone to customize subgrounds interface.
  • Various rewrites, reworks, and improvements to documentation.

v1.6.1

01 Aug 23:11
Compare
Choose a tag to compare

Fix

Documentation

v1.6.0

25 May 20:35
Compare
Choose a tag to compare

Feature

  • Add helpers for accessing the playgrounds gateway (#21) (e44aee6)

Documentation

  • Add open in colab button (02ff722)
  • Add gateway notebook as another example (98eab32)
  • Adjust example notebook for colab (6210556)
  • Adjust wording in example notebook (357c6d8)
  • Add example notebook + swap binder for colab (06cc728)
  • Add CI status badge to README.md (4c6dca9)
  • Broken link in README (#19) (211f965)

v1.5.2

17 May 00:26
Compare
Choose a tag to compare

Fix

  • Nested orderBy working with DSL (7e320e8)

v1.5.1

15 May 17:05
Compare
Choose a tag to compare

Fix

Documentation

v1.5.0

25 Apr 07:06
Compare
Choose a tag to compare

Feature

  • Add all as an extra install (f1adacf)
  • subgrounds[pyodide] patching for requests (7293262)
  • Add plotly as an extra (058e28d)

Fix

v1.4.0

13 Apr 19:54
Compare
Choose a tag to compare

Feature

  • subgrounds.contrib.dash and subgrounds.contrib.plotly (f1d79e8)

Fix

  • Headers bugs w/ non-subgraph apis (7749f8f)
  • Update examples to user modern subgrounds (6e14b89)

Documentation

  • Adjust wording (501b480)
  • Add extra details about contrib and deprecation (6a7bbec)