Skip to content

Commit 02777db

Browse files
bjlittletkknightznichollstrexfeathersjonseddon
authored
Merge back v3p0p0 (#3960)
* Add release highlights and pin rc version (#3898) * Add release highlights and pin rc version * review actions * reorder release highlights (#3899) Tweak release highlights * Add whatsnew announcement (#3900) * Fix spelling (#3903) * Fix unit label handling (#3902) * Add failing test of plotting * Implement fix to pass test * Update idiff to ignore irrelevant hyphens in path * Update imagerepo (following docs) * Update after review by @trexfeathers * Add whatsnew entries * Move whatsnew entries into correct file * Release Docs Improvements (#3895) * Minor phrasing change in 'Release candidate'. * Before release deprecations. * Whatsnew highlights section. * Relax setup.py setup requirements (#3909) * Updated CF saver version in User Guide and docstring (#3925) * Updated CF saver version in User Guide and docstring * Remove references to CF version of the loader in docstrings * Added whatsnew * Pin cftime<1.3.0 * Migrate to cirrus-ci (#3928) * migrate from travis-ci to cirrus-ci * added whatsnew entries * ignore url for doc link check (#3929) * whatsnew for coord default units (#3924) * Cube._summary_coord_extra: efficiency and bugfix (#3922) * Add Documentation Title Case Capitalization (#3940) * Use Title Case Capitalisation for Documentation * add whatsnew enter * CI requirements drop pip packages (#3939) * requirements pip to conda * use pip install over develop * default PY_VER to python versions * update links (#3942) * update links * added s to http * Add support for 1-d weights in collapse. (#3943) * Remove warning for convert_units on lazy data (#3951) * drop stickler references in docs (#3953) * drop stickler references in docs * remove sticker from common links * update docs for travis-ci to cirrus-ci (#3954) * update docs for travis-ci to cirrus-ci * add 'travis-ci' reference locally to whatsnew * update whatsnew comment * docs for nox (#3955) * docs for nox * add titles, notices and additional detail * review actions * Resolve test coverage (#3947) * test coverage for __init__ and __call__ * test coverage for metadata resolve and coverage * partial test coverage for metadata mapping * python 3.6 workaround for deepcopy of mock.sentinel * test coverage for Resolve._free_mapping * test coverage for Resolve convenience methods * add test stub for Resolve._metadata_mapping * fix Test__tgt_cube_position * test coverage for shape * test coverage for _as_compatible_cubes * test coverage for Resolve._metadata_mapping * test coverage for Resolve._prepare_common_dim_payload * test coverage for Resolve._prepare_common_aux_payload * test coverage for Resolve._prepare_points_and_bounds * test coverage for Resolve._create_prepared_item * test coverage for Resolve._prepare_local_payload_dim * test coverage for Resolve._prepare_local_payload_aux * test coverage for Resolve._prepare_local_payload_scalar + docs URL skip * test coverage for Resolve._prepare_local_payload * test coverage for Resolve._metadata_prepare * added docs URL linkcheck skip * test coverage for Resolve._prepare_factory_payload * test coverage for Resolve._get_prepared_item * review actions * test coverage for Resolve.cube * pin v3.0.0 version and whatnew date (#3956) * update github ci checks image (#3957) Co-authored-by: tkknight <[email protected]> Co-authored-by: Zeb Nicholls <[email protected]> Co-authored-by: Martin Yeo <[email protected]> Co-authored-by: Jon Seddon <[email protected]> Co-authored-by: Ruth Comer <[email protected]> Co-authored-by: Patrick Peglar <[email protected]>
1 parent e7eced5 commit 02777db

File tree

96 files changed

+6030
-451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+6030
-451
lines changed

docs/iris/gallery_code/general/plot_SOI_filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Applying a filter to a time-series
2+
Applying a Filter to a Time-Series
33
==================================
44
55
This example demonstrates low pass filtering a time-series by applying a

docs/iris/gallery_code/general/plot_anomaly_log_colouring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Colouring anomaly data with logarithmic scaling
2+
Colouring Anomaly Data With Logarithmic Scaling
33
===============================================
44
55
In this example, we need to plot anomaly data where the values have a

docs/iris/gallery_code/general/plot_coriolis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Deriving the Coriolis frequency over the globe
2+
Deriving the Coriolis Frequency Over the Globe
33
==============================================
44
55
This code computes the Coriolis frequency and stores it in a cube with

docs/iris/gallery_code/general/plot_cross_section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Cross section plots
2+
Cross Section Plots
33
===================
44
55
This example demonstrates contour plots of a cross-sectioned multi-dimensional

docs/iris/gallery_code/general/plot_custom_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Calculating a custom statistic
2+
Calculating a Custom Statistic
33
==============================
44
55
This example shows how to define and use a custom

docs/iris/gallery_code/general/plot_custom_file_loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Loading a cube from a custom file format
2+
Loading a Cube From a Custom File Format
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
55
This example shows how a custom text file can be loaded using the standard Iris

docs/iris/gallery_code/general/plot_global_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Quickplot of a 2d cube on a map
2+
Quickplot of a 2D Cube on a Map
33
===============================
44
55
This example demonstrates a contour plot of global air temperature. The plot

docs/iris/gallery_code/general/plot_lineplot_with_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Multi-line temperature profile plot
2+
Multi-Line Temperature Profile Plot
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
55
"""

docs/iris/gallery_code/general/plot_polar_stereo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Example of a polar stereographic plot
2+
Example of a Polar Stereographic Plot
33
=====================================
44
55
Demonstrates plotting data that are defined on a polar stereographic

docs/iris/gallery_code/general/plot_polynomial_fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Fitting a polynomial
2+
Fitting a Polynomial
33
====================
44
55
This example demonstrates computing a polynomial fit to 1D data from an Iris

0 commit comments

Comments
 (0)