From 310edfa41d318edd38fab908e08636f8e2586ff0 Mon Sep 17 00:00:00 2001 From: "Carroll, Luke" Date: Wed, 18 Oct 2017 14:33:02 +0100 Subject: [PATCH 1/7] Added What's New regarding CoordAndDims. --- .../incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt diff --git a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt new file mode 100644 index 0000000000..271a93ea23 --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt @@ -0,0 +1 @@ +* The Class ```CoordAndDims``` has been removed from :mod:`iris.fileformats.rules`. \ No newline at end of file From 77142a6b97d4ddaf166691e2498a9ad65df99698 Mon Sep 17 00:00:00 2001 From: "Carroll, Luke" Date: Wed, 18 Oct 2017 15:08:02 +0100 Subject: [PATCH 2/7] Listed all classes removed from rules.py. --- .../incompatiblechange_2017-Oct-18_rules-removal.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt diff --git a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt new file mode 100644 index 0000000000..111029f55b --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt @@ -0,0 +1,12 @@ +From :mod:`iris.fileformats.rules` the following have been removed: + * ```iris.fileformat.rules.calculate_forecast_period``` + * ```iris.fileformat.rules.log``` + * ```iris.fileformat.rules.CMAttribute``` + * ```iris.fileformat.rules.CMCustomAttribute``` + * ```iris.fileformat.rules.CoordAndDims``` + * ```iris.fileformat.rules.DebugString``` + * ```iris.fileformat.rules.FunctionRule``` + * ```iris.fileformat.rules.ProcedureRule``` + * ```iris.fileformat.rules.Rule``` + * ```iris.fileformat.rules.RulesContainer``` + * ```iris.fileformat.rules.RuleResult``` \ No newline at end of file From 76d625dc8f2abd9b0f3ab04f11f4a806cd75adf0 Mon Sep 17 00:00:00 2001 From: "Carroll, Luke" Date: Wed, 18 Oct 2017 15:09:48 +0100 Subject: [PATCH 3/7] Renamed incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt --- .../incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt diff --git a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt deleted file mode 100644 index 271a93ea23..0000000000 --- a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_CoordAndDims-removed.txt +++ /dev/null @@ -1 +0,0 @@ -* The Class ```CoordAndDims``` has been removed from :mod:`iris.fileformats.rules`. \ No newline at end of file From 573477ede41ca834024fc3b6957fe6b6596c8750 Mon Sep 17 00:00:00 2001 From: "Carroll, Luke" Date: Wed, 18 Oct 2017 15:48:44 +0100 Subject: [PATCH 4/7] Reordered starting sentence. [ci skip] --- .../incompatiblechange_2017-Oct-18_rules-removal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt index 111029f55b..2a5d873f29 100644 --- a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt +++ b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt @@ -1,4 +1,4 @@ -From :mod:`iris.fileformats.rules` the following have been removed: +The following classes and functions have been removed from :mod:`iris.fileformats.rules`: * ```iris.fileformat.rules.calculate_forecast_period``` * ```iris.fileformat.rules.log``` * ```iris.fileformat.rules.CMAttribute``` From 7603daf8273765fb9f848fbe8b59919acd526aee Mon Sep 17 00:00:00 2001 From: "Carroll, Luke" Date: Wed, 18 Oct 2017 16:25:04 +0100 Subject: [PATCH 5/7] Added reference to keyword in loader. [ci skip] --- .../incompatiblechange_2017-Oct-18_rules-removal.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt index 2a5d873f29..5876b4ec51 100644 --- a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt +++ b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt @@ -9,4 +9,5 @@ The following classes and functions have been removed from :mod:`iris.fileformat * ```iris.fileformat.rules.ProcedureRule``` * ```iris.fileformat.rules.Rule``` * ```iris.fileformat.rules.RulesContainer``` - * ```iris.fileformat.rules.RuleResult``` \ No newline at end of file + * ```iris.fileformat.rules.RuleResult``` + * Removed deprecated keyword argument ```legacy_custom_rules``` from :class:`iris.fileformats.rules.Loader`. \ No newline at end of file From 9c606d656f5ed99cbaeef49f990af1cb3e76ab4c Mon Sep 17 00:00:00 2001 From: "Carroll, Luke" Date: Wed, 18 Oct 2017 16:35:20 +0100 Subject: [PATCH 6/7] Added an asterix at the beginning of the first line. --- .../incompatiblechange_2017-Oct-18_rules-removal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt index 5876b4ec51..ea7d5b73f1 100644 --- a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt +++ b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt @@ -1,4 +1,4 @@ -The following classes and functions have been removed from :mod:`iris.fileformats.rules`: +* The following classes and functions have been removed from :mod:`iris.fileformats.rules`: * ```iris.fileformat.rules.calculate_forecast_period``` * ```iris.fileformat.rules.log``` * ```iris.fileformat.rules.CMAttribute``` From 4594381c5cbb8b9404cffe3144b67b5348ecf740 Mon Sep 17 00:00:00 2001 From: "Carroll, Luke" Date: Wed, 18 Oct 2017 16:50:00 +0100 Subject: [PATCH 7/7] Removed the indentation from the last line. [ci skip] --- .../incompatiblechange_2017-Oct-18_rules-removal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt index ea7d5b73f1..9db09a91e0 100644 --- a/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt +++ b/docs/iris/src/whatsnew/contributions_v2.0.0/incompatiblechange_2017-Oct-18_rules-removal.txt @@ -10,4 +10,4 @@ * ```iris.fileformat.rules.Rule``` * ```iris.fileformat.rules.RulesContainer``` * ```iris.fileformat.rules.RuleResult``` - * Removed deprecated keyword argument ```legacy_custom_rules``` from :class:`iris.fileformats.rules.Loader`. \ No newline at end of file +* Removed deprecated keyword argument ```legacy_custom_rules``` from :class:`iris.fileformats.rules.Loader`. \ No newline at end of file