-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from corinnebosley/remove_gitter
removed gitter from contact list
- Loading branch information
Showing
70 changed files
with
4,202 additions
and
495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
*.py[co] | ||
|
||
# Environment file which should be autogenerated | ||
*conda_requirements.txt* | ||
|
||
# Packages | ||
*.egg? | ||
*.egg-info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
What's New in Iris 2.2.0 | ||
************************ | ||
|
||
:Release: 2.2.0a0 | ||
:Date: | ||
|
||
|
||
This document explains the new/changed features of Iris in the alpha release | ||
of version 2.2.0 | ||
(:doc:`View all changes <index>`). | ||
|
||
|
||
Iris 2.2.0 Features | ||
=================== | ||
.. _showcase: | ||
|
||
.. admonition:: 2-Dimensional Coordinate Plotting | ||
|
||
The iris plot functions :func:`~iris.plot.pcolor` and | ||
:func:`~iris.plot.pcolormesh` now accommodate the plotting of 2-dimensional | ||
coordinates as well as 1-dimensional coordinates. | ||
|
||
To enable this feature, each coordinate passed in for plotting will be | ||
automatically checked for contiguity. Coordinate bounds must either be | ||
contiguous, or the cube's data must be masked at the discontiguities in | ||
order to avoid plotting errors. | ||
|
||
The iris plot functions :func:`iris.plot.quiver` has been added, and this | ||
also works with 2-dimensional plot coordinates. | ||
|
||
.. admonition:: 2-Dimensional Grid Vectors | ||
|
||
The iris functions :func:`iris.analysis.cartography.gridcell_angles` and | ||
:func:`iris.analysis.cartography.rotate_grid_vectors` have been added, | ||
allowing you to convert gridcell-oriented vectors to true-North/East ones. |
2 changes: 2 additions & 0 deletions
2
...s/src/whatsnew/contributions_2.2.0/bugfix_2018-Aug-20_print-long-time-interval-bounds.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Fixed a bug that prevented printing time coordinates with bounds when the time | ||
coordinate was measured on a long interval (that is, ``months`` or ``years``). |
1 change: 1 addition & 0 deletions
1
...ew/contributions_2.2.0/bugfix_2018-Sep-19_gracefully-filling-warning-only-when-masked.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* "Gracefully filling..." warnings are only issued when the co-ordinate or bound data is actually masked. |
1 change: 1 addition & 0 deletions
1
docs/iris/src/whatsnew/contributions_2.2.0/newfeature_2018-Aug-14_load-nc-chunks.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* NetCDF data variable chunk sizes are utilised at load time for significant performance improvements. |
1 change: 1 addition & 0 deletions
1
docs/iris/src/whatsnew/contributions_2.2.0/newfeature_2018-Oct-03_reverse_cube.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* :func:`iris.util.reverse` can now be used to reverse a cube by specifying one or more coordinates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ Iris versions. | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
2.2.rst | ||
2.1.rst | ||
2.0.rst | ||
1.13.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.