|
1 |
| -========== |
2 |
| -Change Log |
3 |
| -========== |
| 1 | +=========== |
| 2 | +Change Logs |
| 3 | +=========== |
4 | 4 |
|
5 | 5 | .. _backwards-compatibility-v1.3:
|
6 | 6 |
|
7 |
| -Version ``2.x`` Backwards Compatibility |
8 |
| ---------------------------------------- |
| 7 | +Version 2.0.0 Change Log |
| 8 | +------------------------ |
9 | 9 |
|
10 | 10 | .. note:: Version ``1.3.x`` will be maintained for bug fixes and dependency upgrades. It is recommended for all users to upgrade to ``v2.x``.
|
11 | 11 |
|
12 | 12 | Some changes in ``v2.x`` will break backwards compatbility with ``v1.3.x``. These changes are listed below. If any of these changes affect your workflow, please post a `GitHub Issue <https://github.com/NCPP/ocgis/issues>`_ or contact the `support list <mailto:ocgis_info@list.woc.noaa.gov>`_.
|
13 | 13 |
|
14 |
| -* Changed dimension map format. See :ref:`configuring-a-dimension-map` for the new configuration. Use :meth:`~ocgis.DimensionMap.from_old_style_dimension_map` to convert old-style dimension maps. |
| 14 | +:class:`~ocgis.RequestDataset` |
| 15 | +++++++++++++++++++++++++++++++ |
| 16 | + |
| 17 | +* Changed default coordinate system to :class:`~ocgis.crs.Spherical` from :class:`~ocgis.crs.WGS84`. See :ref:`default-coordinate-system` for guidance on OpenClimateGIS coordinate systems. |
15 | 18 | * Removed :class:`Inspect` object. Use the :meth:`~ocgis.RequestDataset.inspect` method.
|
| 19 | +* Changed dimension map format. See :ref:`configuring-a-dimension-map` for the new configuration. Use :meth:`~ocgis.DimensionMap.from_old_style_dimension_map` to convert old-style dimension maps. |
| 20 | +* Removed ``alias`` parameters and attributes. Aliases are replaced by explicit name parameters (see :ref:`rename_variable <request-dataset>` for example). |
| 21 | +* Removed :meth:`RequestDataset.inspect_as_dict` method. |
| 22 | + |
| 23 | +:class:`~ocgis.RequestDatasetCollection` |
| 24 | +++++++++++++++++++++++++++++++++++++++++ |
| 25 | + |
16 | 26 | * Removed the :class:`RequestDatasetCollection` object in favor of request dataset or field sequences.
|
| 27 | + |
| 28 | +:class:`~ocgis.OcgOperations` |
| 29 | ++++++++++++++++++++++++++++++ |
| 30 | + |
| 31 | +* Changed default coordinate system to :class:`~ocgis.crs.Spherical` from :class:`~ocgis.crs.WGS84`. See :ref:`default-coordinate-system` for guidance on OpenClimateGIS coordinate systems. |
| 32 | +* All collection variables are subset by shared dimensions (i.e. anything sharing a spatial dimension). Use the ``predicate`` argument to :class:`~ocgis.RequestDataset` to include/exclude variables. |
17 | 33 | * Removed unique dimension identifers (``TID``, ``LID``, etc.) from tabular outputs. Unique geometry identifiers are maintained for foreign key file relationships.
|
18 |
| -* Removed ``alias`` parameters and attributes. Aliases are replaced by explicit name parameters (see :ref:`rename_variable <request-dataset>` for example). |
19 | 34 | * Changed default unique identifier for no geometry from ``1`` to ``None``.
|
20 |
| -* Changed default coordinate system to :class:`~ocgis.crs.Spherical` from :class:`~ocgis.crs.WGS84`. See :ref:`default-coordinate-system` for guidance on OpenClimateGIS coordinate systems. |
21 | 35 | * Removed ``headers`` argument from operations. The tabular structure has been streamlined in ``v2.x`` by removing extraneous identifier variables.
|
22 | 36 | * Removed global unique identifier as a default property of all variable objects. Dataset geometry identifers are now unique within a subset operation.
|
23 | 37 | * Removed check for `data` (the coordinate masking is still evaluated for empty subsets) masking following a subset to avoid loading all data from file to retrieve the mask.
|
24 | 38 | * Changed logging output directory to a nested ``logs`` directory inside output directory when ``add_auxiliary_files`` is ``True``.
|
25 | 39 | * Changed masked values in tabular formats to ``None`` from the numeric fill value.
|
26 |
| -* Removed :meth:`RequestDataset.inspect_as_dict` method. |
27 | 40 | * Changed :ref:`search_radius_mult key` default to ``None``. Point subsetting will now use the point geometry for intersects operations. Point geometries are no longer buffered by default.
|
28 | 41 | * Removed UGRID conversion. Use `ugrid-tools <https://github.com/NESII/ugrid-tools>`_ to convert to ESMF Unstructured Format.
|
| 42 | + |
| 43 | +:class:`~ocgis.Inspect` |
| 44 | ++++++++++++++++++++++++ |
| 45 | + |
| 46 | +* Removed :class:`Inspect` object. Use the :meth:`~ocgis.RequestDataset.inspect` method. |
0 commit comments