You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/get-help/faq.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ How stable is Xarray's API?
423
423
424
424
Xarray tries very hard to maintain backwards compatibility in our :ref:`api` between released versions.
425
425
Whilst we do occasionally make breaking changes in order to improve the library,
426
-
we `signpost changes <https://docs.xarray.dev/en/stable/contributing.html#backwards-compatibility>`_ with ``DeprecationWarnings`` for many releases in advance.
426
+
we `signpost changes <https://docs.xarray.dev/en/stable/contributing.html#backwards-compatibility>`_ with ``FutureWarnings`` for many releases in advance.
427
427
(An exception is bugs - whose behaviour we try to fix as soon as we notice them.)
428
428
Our `test-driven development practices <https://docs.xarray.dev/en/stable/contributing.html#test-driven-development-code-writing>`_ helps to ensure any accidental regressions are caught.
429
429
This philosophy applies to everything in the `public API <https://docs.xarray.dev/en/stable/getting-started-guide/faq.html#what-parts-of-xarray-are-considered-public-api>`_.
version = "dynamic"# dynamic versioning needs better support in pixi https://github.com/prefix-dev/pixi/issues/2923#issuecomment-2598460666 . Putting `version = "dynamic"` here for now until pixi recommends something else.
8
+
version = "9999.0.0"# dynamic versioning needs better support in pixi https://github.com/prefix-dev/pixi/issues/2923#issuecomment-2598460666 . Putting `version = "..."` here for now until pixi recommends something else.
9
9
10
10
[package.build]
11
11
backend = { name = "pixi-build-python", version = ">=0.4.4" }
@@ -238,9 +238,7 @@ sphinxcontrib-srclinks = "*"
238
238
sphinx-remove-toctrees = "*"
239
239
sphinxext-opengraph = "*"
240
240
sphinxext-rediraffe = "*"
241
-
242
-
[feature.doc.pypi-dependencies]
243
-
cfgrib = "*"# pypi dep because of https://github.com/prefix-dev/pixi/issues/3032#issuecomment-3302638043
0 commit comments