Skip to content

Commit f2e06d3

Browse files
Update release notes for 0.7.0 (#366)
* Update release notes for 0.7.0
1 parent d2f771b commit f2e06d3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/guide/sources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ polytope
728728
:param int batch_size: used when ``stream=True`` and ``group_by`` is unset. It defines how many GRIB messages are consumed from the stream and kept in memory at a time. ``batch_size=0`` means all the data is read straight to memory. For details see :ref:`stream source <data-sources-stream>`.
729729
:param group_by: used when ``stream=True`` and can specify one or more metadata keys to control how GRIB messages are read from the stream. For details see :ref:`stream source <data-sources-stream>`.
730730
:type group_by: str, list of str
731-
:param dict **kwargs: other keyword arguments specifying the request
731+
:param dict **kwargs: other keyword arguments, these can include options passed to the polytope-client_
732732
733733

734734
The following example retrieves GRIB data from the "ecmwf-mars" polytope collection:

docs/release_notes/version_0.7_updates.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ New features
1515

1616
- implemented the :ref:`parts <parts>` option for :ref:`file <data-sources-file>` sources with :ref:`grib` and :ref:`bufr` data
1717
- added shapefile support. See the :ref:`/examples/shapefile.ipynb` notebook example.
18-
- added the :ref:`data-sources-opendap` source to access NetCDF data from OPEnDAP services
18+
- added the :ref:`data-sources-opendap` source to access NetCDF data from OPEnDAP services. See the :ref:`/examples/netcdf_opendap.ipynb` notebook example.
1919
- added the :ref:`data-sources-sample` source to access data used in tests and examples
2020
- added the ``array_backend`` option for :class:`~data.core.fieldlist.FieldList`\ s to allow specifying other array backends than numpy. Also added the :meth:`FieldList.array() <data.core.fieldlist.FieldList.array>` and :meth:`Field.array() <data.core.fieldlist.Field.array>` methods to extract the values using the given array backend. See the :ref:`/examples/grib_array_backends.ipynb` notebook example.
2121
- added support for Lambert Conformal projection when using :meth:`Field.projection() <data.core.fieldlist.Field.projection>`
2222
- changed the default of the ``bits_per_value`` option to None in :meth:`NumpyFieldList.save() <data.sources.numpy_list.NumpyFieldList.save>`. None means the original ``bits_per_value`` in the GRIB header is kept when the data is written to disk.
2323
- added the ``model`` option to the :ref:`data-sources-eod` source
24-
- added the ``user_email`` and ``user_key`` options to the :ref:`data-sources-polytope` source
25-
- added the ``prompt`` optional argument to certain retrievals to control whether the prompt is to use. When enabled, the prompt asks the user to provide credentials when none seems to be specified. See e.g. the :ref:`data-sources-cds` or :ref:`data-sources-mars` sources.
26-
- added the
24+
- added the ``prompt`` optional argument to certain retrievals to control whether the prompt is to use. When enabled (default), the prompt asks the user to provide credentials when none seems to be specified. See the :ref:`data-sources-cds`, :ref:`data-sources-mars`, :ref:`data-sources-wekeo`, :ref:`data-sources-wekeocds` sources for more information on how the prompt works.
25+
- added the ``user_email`` and ``user_key`` options to the :ref:`data-sources-polytope` source. This source does not use the prompt any longer.
2726
- allowed using :func:`save` without specifying a file name. In this case an attempt is made to generate the filename automatically, when it fails an exception is thrown.
2827
- :func:`from_source` now fails when trying to load an empty file
2928
- removed the geo submodule. This functionality, including the :func:`nearest_point_haversine` and :func:`nearest_point_haversine` methods, is now available in the :xref:`earthkit-geo` package

0 commit comments

Comments
 (0)