Skip to content

Commit 91076e7

Browse files
committed
Add note about server v3.16+ compatibility
1 parent 551935d commit 91076e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/release_notes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ Change log
77
Changes from 0.13.0 to 0.14.0
88
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99

10-
Coinciding with `VirES server version 3.16 <https://vires.services/changelog>`_
10+
.. important::
11+
12+
**As of 2025-12-10, viresclient versions lower than 0.12.2 no longer function**
13+
14+
This coincides with `VirES server version 3.16.0 <https://vires.services/changelog>`_ enforcing fixes that were introduced in the client in `PR#121 <https://github.com/ESA-VirES/VirES-Python-Client/pull/121>`_
1115

1216
- Added ``"CHAOS-MIO"`` magnetic model - the new ionospheric part of CHAOS. Note that the alias ``"CHAOS"`` does not include this ``"CHAOS-MIO"``
1317
- Support for new feature to evaluate models at arbitrary coordinates. See:
18+
1419
- :py:meth:`viresclient.SwarmRequest.eval_model`
1520
- :py:meth:`viresclient.SwarmRequest.eval_model_for_cdf_file`
21+
1622
- Added support for spline interpolation of magnetic models when requesting ``MAGx_HR`` data. Can be disabled with the ``do_not_interpolate_models`` option in :py:meth:`viresclient.SwarmRequest.set_products`
1723

1824
Changes from 0.12.3 to 0.13.0

0 commit comments

Comments
 (0)