-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Changelog (contours) | ||
==================== | ||
|
||
0.0.1 | ||
----- | ||
|
||
* Curvilinear, rectilinear, and uniform grid contours. | ||
* New output format: List of NumPy arrays. | ||
* New output format: Single NumPy array (MATLAB style). | ||
* New output format: List of Shapely geometry elements. |
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,19 @@ | ||
0.0.1 | ||
===== | ||
|
||
Grid Contours | ||
------------- | ||
|
||
The :class:`contours.quad.QuadContourGenerator` class provides an interface | ||
into Matplotlib's contour generation algorithms for curvilinear, rectilinear, | ||
and uniform grids. | ||
|
||
|
||
Output Formats | ||
-------------- | ||
|
||
Contours can be returned in 1 of 3 formats: | ||
|
||
* List of NumPy arrays. | ||
* Single NumPy array (MATLAB style). | ||
* Shapely geometry elements. |
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
0.0.1 |
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