We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d8468 commit 325bcb6Copy full SHA for 325bcb6
docs/release_notes.rst
@@ -4,6 +4,12 @@ Release notes
4
Change log
5
----------
6
7
+Changes from 0.9.0 to 0.9.1
8
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+- Added :py:meth:`viresclient.SwarmRequest.get_conjunctions` to fetch Swarm A/B conjunctions
11
+- Fixed compatibility with xarray v0.19 of ``reshape`` kwarg in :py:meth:`viresclient.ReturnedData.as_xarray`
12
13
Changes from 0.8.0 to 0.9.0
14
^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
viresclient/__init__.py
@@ -37,4 +37,4 @@
37
from . import _data
38
39
40
-__version__ = "0.9.1-alpha"
+__version__ = "0.9.1"
0 commit comments