Changelog#

0.3.3#

Released on 2023-10-31 - GitHub - PyPI

What's Changed

Thanks robots

Full Changelog: 0.3.2...0.3.3

0.3.2#

Released on 2023-07-21 - GitHub - PyPI

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1#

Released on 2023-07-20 - GitHub - PyPI

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#

Released on 2023-05-11 - GitHub - PyPI

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#

Released on 2022-07-18 - GitHub - PyPI

0.1.0#

Released on 2020-08-12 - GitHub - PyPI