Skip to content

Commit

Permalink
Merge pull request #130 from SciTools-incubator/vn0.7.9
Browse files Browse the repository at this point in the history
Updated version number for a quick release with bugfix
  • Loading branch information
Malcolm Brooks authored Apr 24, 2019
2 parents 871ec37 + 46af85d commit 80f7b1a
Show file tree
Hide file tree
Showing 39 changed files with 161 additions and 407 deletions.
2 changes: 1 addition & 1 deletion ImageMetaTag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Set constants/properties of ImageMetaTag (before any of it is imported)
# see release_process for details on incrementing the version
__version__ = '0.7.8'
__version__ = '0.7.9'
__documentation__ = 'http://scitools-incubator.github.io/image-meta-tag/build/html/'
# list fo file formats which are valid for saving metadata to:
META_IMG_FORMATS = ['png']
Expand Down
2 changes: 1 addition & 1 deletion ImageMetaTag/javascript/imt_dropdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ImageMetaTag dropdown menu scripting - vn0.7.8
// ImageMetaTag dropdown menu scripting - vn0.7.9
// ImageMetaTag is a python package built around a wrapper for savefig in
// matplotlib, which adds metadata tags to supported image file formats.
// See https://github.com/SciTools-incubator/image-meta-tag for details.
Expand Down
Binary file modified docs/build/doctrees/ImageDict.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/db.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/savefig.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/scripts.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/simple.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/test.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/versions.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/webpage.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4df42e36a73844f5bfe1ab6cefa97501
config: cb585ba3c7e942c033b7bd6d5985bd04
tags: 645f666f9bcd5a90fca523b33c5a78b7
11 changes: 6 additions & 5 deletions docs/build/html/ImageDict.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ImageMetaTag.ImageDict &#8212; ImageMetaTag 0.7.8 documentation</title>
<title>ImageMetaTag.ImageDict &#8212; ImageMetaTag 0.7.9 documentation</title>
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="ImageMetaTag.webpage" href="webpage.html" />
Expand All @@ -33,15 +34,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="db.html" title="ImageMetaTag.db"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h3><a href="index.html">Table Of Contents</a></h3>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">ImageMetaTag.ImageDict</a><ul>
<li><a class="reference internal" href="#the-imagedict-class">The ImageDict Class</a></li>
Expand Down Expand Up @@ -418,12 +419,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="db.html" title="ImageMetaTag.db"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2015-2018, British Crown Copyright.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.8.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
</div>
</body>
</html>
9 changes: 5 additions & 4 deletions docs/build/html/_modules/ImageMetaTag/db.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ImageMetaTag.db &#8212; ImageMetaTag 0.7.8 documentation</title>
<title>ImageMetaTag.db &#8212; ImageMetaTag 0.7.9 documentation</title>
<link rel="stylesheet" href="../../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
Expand All @@ -25,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -1053,13 +1054,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2015-2018, British Crown Copyright.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.8.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
</div>
</body>
</html>
15 changes: 9 additions & 6 deletions docs/build/html/_modules/ImageMetaTag/img_dict.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ImageMetaTag.img_dict &#8212; ImageMetaTag 0.7.8 documentation</title>
<title>ImageMetaTag.img_dict &#8212; ImageMetaTag 0.7.9 documentation</title>
<link rel="stylesheet" href="../../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
Expand All @@ -25,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -549,7 +550,7 @@ <h1>Source code for ImageMetaTag.img_dict</h1><div class="highlight"><pre>

<span class="sd"> Valid sort methods so far are mostly focused on meteorological terms,</span>
<span class="sd"> and include:</span>
<span class="sd"> </span>

<span class="sd"> * &#39;sort&#39; - just an ordinary sort</span>
<span class="sd"> * &#39;level&#39; or &#39;numeric&#39; - starting with the surface and working \</span>
<span class="sd"> upwards, then &#39;special&#39; levels like cross \</span>
Expand Down Expand Up @@ -658,7 +659,9 @@ <h1>Source code for ImageMetaTag.img_dict</h1><div class="highlight"><pre>
<span class="p">(</span><span class="sa">r</span><span class="s1">&#39;([0-9.]{1,})[W][,\s]{,}[0-9.]{1,}[NS]&#39;</span><span class="p">,</span> <span class="o">-</span><span class="mf">1.0</span><span class="p">)]</span>

<span class="c1"># now anything else with a numeric value:</span>
<span class="n">numeric_patterns_scalings</span> <span class="o">=</span> <span class="p">[(</span><span class="sa">r</span><span class="s1">&#39;([0-9.eE+-]{1,})&#39;</span><span class="p">,</span> <span class="mf">1.0</span><span class="p">)]</span>
<span class="n">numeric_patterns_scalings</span> <span class="o">=</span> <span class="p">[((</span><span class="sa">r</span><span class="s1">&#39;([+-]{0,1}[0-9.]{1,}&#39;</span>
<span class="sa">r</span><span class="s1">&#39;[Ee]{0,1}[-+]{0,1}&#39;</span>
<span class="sa">r</span><span class="s1">&#39;[0-9]{0,})&#39;</span><span class="p">),</span> <span class="mf">1.0</span><span class="p">)]</span>

<span class="c1"># now loop through the different patterns/scalings, and</span>
<span class="c1"># their orders, with pressure reversed as we assume it&#39;s</span>
Expand Down Expand Up @@ -1062,13 +1065,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2015-2018, British Crown Copyright.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.8.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
</div>
</body>
</html>
9 changes: 5 additions & 4 deletions docs/build/html/_modules/ImageMetaTag/savefig.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ImageMetaTag.savefig &#8212; ImageMetaTag 0.7.8 documentation</title>
<title>ImageMetaTag.savefig &#8212; ImageMetaTag 0.7.9 documentation</title>
<link rel="stylesheet" href="../../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
Expand All @@ -25,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -821,13 +822,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2015-2018, British Crown Copyright.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.8.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
</div>
</body>
</html>
11 changes: 6 additions & 5 deletions docs/build/html/_modules/ImageMetaTag/webpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ImageMetaTag.webpage &#8212; ImageMetaTag 0.7.8 documentation</title>
<title>ImageMetaTag.webpage &#8212; ImageMetaTag 0.7.9 documentation</title>
<link rel="stylesheet" href="../../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
Expand All @@ -25,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
</ul>
</div>
Expand Down Expand Up @@ -864,7 +865,7 @@ <h1>Source code for ImageMetaTag.webpage</h1><div class="highlight"><pre>
<span class="k">if</span> <span class="n">style</span> <span class="o">==</span> <span class="s1">&#39;horiz dropdowns&#39;</span><span class="p">:</span>
<span class="n">file_obj</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s1">&#39;&#39;&#39;</span>
<span class="s1">&lt;!-- Now for some placeholders for the scripts to put content --&gt;</span>
<span class="s1">&lt;table border=0 cellspacing=0 cellpadding=0 width=99% align=center&gt;</span>
<span class="s1">&lt;table border=0 cellspacing=0 cellpadding=0 width=99</span><span class="si">% a</span><span class="s1">lign=center&gt;</span>
<span class="s1"> &lt;tr&gt;</span>
<span class="s1"> &lt;td&gt;</span>
<span class="s1"> &lt;font size=3&gt;&#39;&#39;&#39;</span><span class="p">)</span>
Expand Down Expand Up @@ -1086,13 +1087,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2015-2018, British Crown Copyright.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.8.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
</div>
</body>
</html>
9 changes: 5 additions & 4 deletions docs/build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overview: module code &#8212; ImageMetaTag 0.7.8 documentation</title>
<title>Overview: module code &#8212; ImageMetaTag 0.7.9 documentation</title>
<link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/language_data.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
</head><body>
Expand All @@ -25,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
Expand Down Expand Up @@ -74,12 +75,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">ImageMetaTag 0.7.8 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">ImageMetaTag 0.7.9 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2015-2018, British Crown Copyright.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.8.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
</div>
</body>
</html>
13 changes: 12 additions & 1 deletion docs/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -81,6 +81,10 @@ div.sphinxsidebar input {
font-size: 1em;
}

div.sphinxsidebar #searchbox form.search {
overflow: hidden;
}

div.sphinxsidebar #searchbox input[type="text"] {
float: left;
width: 80%;
Expand Down Expand Up @@ -427,6 +431,13 @@ table.field-list td, table.field-list th {
hyphens: manual;
}

/* -- hlist styles ---------------------------------------------------------- */

table.hlist td {
vertical-align: top;
}


/* -- other body styles ----------------------------------------------------- */

ol.arabic {
Expand Down
Loading

0 comments on commit 80f7b1a

Please sign in to comment.