Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 1cbe2f1

Browse files
Merge pull request #83 from NCAR/devel
Merge to master for version 0.2.7
2 parents 8e307d0 + 2bd1d20 commit 1cbe2f1

Some content is hidden

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

63 files changed

+1831
-820
lines changed

.pydevproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?eclipse-pydev version="1.0"?><pydev_project>
33
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
4-
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Anaconda Python 2.7</pydev_property>
4+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Miniconda3 [conform]</pydev_property>
55
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
66
<path>/${PROJECT_DIR_NAME}/source</path>
77
</pydev_pathproperty>

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PyConform ChangeLog
22
===================
33

4-
Copyright 2017, University Corporation for Atmospheric Research
4+
Copyright 2017-2018, University Corporation for Atmospheric Research
55
See the LICENSE.rst file for details
66

77
VERSION 0.0.1

docs/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1>All modules for which code is available</h1>
178178

179179
<div role="contentinfo">
180180
<p>
181-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
181+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
182182

183183
</p>
184184
</div>

docs/_modules/pyconform/dataflow.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h1>Source code for pyconform.dataflow</h1><div class="highlight"><pre>
174174
<span class="sd">The action associated with each node is not performed until the data is</span>
175175
<span class="sd">&quot;requested&quot; with the __getitem__ interface, via Node[key]. </span>
176176

177-
<span class="sd">Copyright 2017, University Corporation for Atmospheric Research</span>
177+
<span class="sd">Copyright 2017-2018, University Corporation for Atmospheric Research</span>
178178
<span class="sd">LICENSE: See the LICENSE.rst file for details</span>
179179
<span class="sd">&quot;&quot;&quot;</span>
180180

@@ -534,7 +534,7 @@ <h1>Source code for pyconform.dataflow</h1><div class="highlight"><pre>
534534

535535
<div role="contentinfo">
536536
<p>
537-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
537+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
538538

539539
</p>
540540
</div>

docs/_modules/pyconform/datasets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1>Source code for pyconform.datasets</h1><div class="highlight"><pre>
166166
<span class="sd">This file contains the interface classes to the input and output multi-file</span>
167167
<span class="sd">datasets.</span>
168168

169-
<span class="sd">Copyright 2017, University Corporation for Atmospheric Research</span>
169+
<span class="sd">Copyright 2017-2018, University Corporation for Atmospheric Research</span>
170170
<span class="sd">LICENSE: See the LICENSE.rst file for details</span>
171171
<span class="sd">&quot;&quot;&quot;</span>
172172

@@ -1012,7 +1012,7 @@ <h1>Source code for pyconform.datasets</h1><div class="highlight"><pre>
10121012

10131013
<div role="contentinfo">
10141014
<p>
1015-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
1015+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
10161016

10171017
</p>
10181018
</div>

docs/_modules/pyconform/flownodes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h1>Source code for pyconform.flownodes</h1><div class="highlight"><pre>
165165

166166
<span class="sd">This module contains the classes and functions needed to define nodes in Data Flows.</span>
167167

168-
<span class="sd">Copyright 2017, University Corporation for Atmospheric Research</span>
168+
<span class="sd">Copyright 2017-2018, University Corporation for Atmospheric Research</span>
169169
<span class="sd">LICENSE: See the LICENSE.rst file for details</span>
170170
<span class="sd">&quot;&quot;&quot;</span>
171171

@@ -1081,7 +1081,7 @@ <h1>Source code for pyconform.flownodes</h1><div class="highlight"><pre>
10811081

10821082
<div role="contentinfo">
10831083
<p>
1084-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
1084+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
10851085

10861086
</p>
10871087
</div>

docs/_modules/pyconform/functions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1>Source code for pyconform.functions</h1><div class="highlight"><pre>
163163
<span></span><span class="sd">&quot;&quot;&quot;</span>
164164
<span class="sd">Functions for FunctionEvaluator Actions</span>
165165

166-
<span class="sd">Copyright 2017, University Corporation for Atmospheric Research</span>
166+
<span class="sd">Copyright 2017-2018, University Corporation for Atmospheric Research</span>
167167
<span class="sd">LICENSE: See the LICENSE.rst file for details</span>
168168
<span class="sd">&quot;&quot;&quot;</span>
169169

@@ -602,7 +602,7 @@ <h1>Source code for pyconform.functions</h1><div class="highlight"><pre>
602602

603603
<div role="contentinfo">
604604
<p>
605-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
605+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
606606

607607
</p>
608608
</div>

docs/_modules/pyconform/indexing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h1>Source code for pyconform.indexing</h1><div class="highlight"><pre>
191191

192192
<span class="sd">----------------------------------------------------------------------------------------------------</span>
193193

194-
<span class="sd">Copyright 2017, University Corporation for Atmospheric Research</span>
194+
<span class="sd">Copyright 2017-2018, University Corporation for Atmospheric Research</span>
195195
<span class="sd">LICENSE: See the LICENSE.rst file for details</span>
196196
<span class="sd">&quot;&quot;&quot;</span>
197197

@@ -348,7 +348,7 @@ <h1>Source code for pyconform.indexing</h1><div class="highlight"><pre>
348348

349349
<div role="contentinfo">
350350
<p>
351-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
351+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
352352

353353
</p>
354354
</div>

docs/_modules/pyconform/parsing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1>Source code for pyconform.parsing</h1><div class="highlight"><pre>
166166
<span class="sd">This module defines the necessary elements to parse a string variable definition</span>
167167
<span class="sd">into the recognized elements that are used to construct an Operation Graph.</span>
168168

169-
<span class="sd">Copyright 2017, University Corporation for Atmospheric Research</span>
169+
<span class="sd">Copyright 2017-2018, University Corporation for Atmospheric Research</span>
170170
<span class="sd">LICENSE: See the LICENSE.rst file for details</span>
171171
<span class="sd">&quot;&quot;&quot;</span>
172172

@@ -360,7 +360,7 @@ <h1>Source code for pyconform.parsing</h1><div class="highlight"><pre>
360360

361361
<div role="contentinfo">
362362
<p>
363-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
363+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
364364

365365
</p>
366366
</div>

docs/_modules/pyconform/physarray.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h1>Source code for pyconform.physarray</h1><div class="highlight"><pre>
168168
<span class="sd">its data the units associated with the data, the dimensions associated with each axis of</span>
169169
<span class="sd">the data.</span>
170170

171-
<span class="sd">Copyright 2017, University Corporation for Atmospheric Research</span>
171+
<span class="sd">Copyright 2017-2018, University Corporation for Atmospheric Research</span>
172172
<span class="sd">LICENSE: See the LICENSE.rst file for details</span>
173173
<span class="sd">&quot;&quot;&quot;</span>
174174

@@ -900,7 +900,7 @@ <h1>Source code for pyconform.physarray</h1><div class="highlight"><pre>
900900

901901
<div role="contentinfo">
902902
<p>
903-
&copy; Copyright 2017, University Corporation for Atmospheric Research.
903+
&copy; Copyright 2017-2018, University Corporation for Atmospheric Research.
904904

905905
</p>
906906
</div>

0 commit comments

Comments
 (0)