Skip to content

Releases: xpublish-community/xpublish

0.3.3

31 Oct 12:50
aa78ec8
Compare
Choose a tag to compare

What's Changed

Thanks robots

Full Changelog: 0.3.2...0.3.3

0.3.2

21 Jul 16:04
9d09885
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

20 Jul 16:09
e26418f
Compare
Choose a tag to compare

Thanks to @xaviernogueira for making a few tweaks for Pydantic v2 compatability!

Plugin authors should make sure they have all their fields typed for Pydantic v2 compatability, especially where they are overriding the Plugin class.

class MyPlugin(Plugin)
-    name = "mine"
+    name: str = "mine"  

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

11 May 14:29
9bb549e
Compare
Choose a tag to compare

Introducing Xpublish's plugin system!

With plugins, Xpublish can now evolve new routes and ways to load datasets, and potentially even the capability to serve data that doesn't as easily fit within xarray.Dataset. We're just starting to explore the capabilities of what we can do with plugins.

For a fuller exploration of the plugin system, check out the docs.

We've moved Xpublish to it's own org (xpublish-community), where plugins can live too, along with discussions. We've also set up a Slack channel and xpublish-experiments org as more ways to connect.

What's Changed

Automated

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

18 Jul 19:23
1e36355
Compare
Choose a tag to compare
Update LICENSE (#120)

0.1.0

12 Aug 15:59
Compare
Choose a tag to compare
Version 0.1.0