Skip to content

Commit

Permalink
Update to v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wittregr committed Oct 25, 2023
1 parent f2fe892 commit 978c555
Show file tree
Hide file tree
Showing 159 changed files with 3,465 additions and 3,447 deletions.
2 changes: 1 addition & 1 deletion .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: 70805c59f5a8bfa5f658981cb4f9da62
config: ecdef1c94c317387bf658b694c67eed4
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/includeme.doctree
Binary file not shown.
Binary file modified .doctrees/release_notes.doctree
Binary file not shown.
8 changes: 8 additions & 0 deletions _sources/release_notes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Development Branch
------------------
`Development Branch`_

Version 1.4.9
-------------

October 25, 2023

- Fixed deprecated numpy function impacting nasa.py and shomate.py
Conversion of an array with ndim > 0 to a scalar

Version 1.4.7
-------------

Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.4.7',
VERSION: '1.4.9',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions api/constants/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Constants &mdash; pmutt 1.4.7 documentation</title>
<title>Constants &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions api/constants/constants/pmutt.constants.Na.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pmutt.constants.Na &mdash; pmutt 1.4.7 documentation</title>
<title>pmutt.constants.Na &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>pmutt.constants.Na<a class="headerlink" href="#pmutt-constants-na" title="Pe
<dd><p>Avogadro’s number in molecules/mol</p>
<dl class="field-list simple">
<dt class="field-odd">Type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.11)">float</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)">float</a></p>
</dd>
</dl>
</dd></dl>
Expand Down
10 changes: 5 additions & 5 deletions api/constants/constants/pmutt.constants.P0.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pmutt.constants.P0 &mdash; pmutt 1.4.7 documentation</title>
<title>pmutt.constants.P0 &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>pmutt.constants.P0<a class="headerlink" href="#pmutt-constants-p0" title="Pe
<dd><p>Reference pressure</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.11)"><em>str</em></a>) – <p>Units for P0. Supported units</p>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – <p>Units for P0. Supported units</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>Unit</p></th>
Expand Down Expand Up @@ -178,10 +178,10 @@ <h1>pmutt.constants.P0<a class="headerlink" href="#pmutt-constants-p0" title="Pe
<dd class="field-even"><p><strong>P0</strong> – Reference pressure in appropriate units</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.11)">float</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)">float</a></p>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.11)"><strong>KeyError</strong></a> – If units is not supported.</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.12)"><strong>KeyError</strong></a> – If units is not supported.</p>
</dd>
</dl>
</dd></dl>
Expand Down
10 changes: 5 additions & 5 deletions api/constants/constants/pmutt.constants.R.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pmutt.constants.R &mdash; pmutt 1.4.7 documentation</title>
<title>pmutt.constants.R &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>pmutt.constants.R<a class="headerlink" href="#pmutt-constants-r" title="Perm
<dd><p>Universal molar gas constant, R</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.11)"><em>str</em></a>) – <p>Units for R. Supported units</p>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – <p>Units for R. Supported units</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>Unit</p></th>
Expand Down Expand Up @@ -210,10 +210,10 @@ <h1>pmutt.constants.R<a class="headerlink" href="#pmutt-constants-r" title="Perm
<dd class="field-even"><p><strong>R</strong> – Universal molar gas constant in appropriate units</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.11)">float</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)">float</a></p>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.11)"><strong>KeyError</strong></a> – If units is not supported.</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.12)"><strong>KeyError</strong></a> – If units is not supported.</p>
</dd>
</dl>
</dd></dl>
Expand Down
10 changes: 5 additions & 5 deletions api/constants/constants/pmutt.constants.T0.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pmutt.constants.T0 &mdash; pmutt 1.4.7 documentation</title>
<title>pmutt.constants.T0 &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>pmutt.constants.T0<a class="headerlink" href="#pmutt-constants-t0" title="Pe
<dd><p>Room temperature</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.11)"><em>str</em></a>) – <p>Units for T0. Supported units</p>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – <p>Units for T0. Supported units</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>Unit</p></th>
Expand Down Expand Up @@ -162,10 +162,10 @@ <h1>pmutt.constants.T0<a class="headerlink" href="#pmutt-constants-t0" title="Pe
<dd class="field-even"><p><strong>T0</strong> – Room temperature in appropriate units</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.11)">float</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)">float</a></p>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.11)"><strong>KeyError</strong></a> – If units is not supported.</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.12)"><strong>KeyError</strong></a> – If units is not supported.</p>
</dd>
</dl>
</dd></dl>
Expand Down
6 changes: 3 additions & 3 deletions api/constants/constants/pmutt.constants.V0.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pmutt.constants.V0 &mdash; pmutt 1.4.7 documentation</title>
<title>pmutt.constants.V0 &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>pmutt.constants.V0<a class="headerlink" href="#pmutt-constants-v0" title="Pe
<dd><p>Molar volume of ideal gas at standard temperature and pressure</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.11)"><em>str</em></a>) – <p>Units for V0. Supported units</p>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – <p>Units for V0. Supported units</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>Unit</p></th>
Expand Down
10 changes: 5 additions & 5 deletions api/constants/constants/pmutt.constants.c.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pmutt.constants.c &mdash; pmutt 1.4.7 documentation</title>
<title>pmutt.constants.c &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>pmutt.constants.c<a class="headerlink" href="#pmutt-constants-c" title="Perm
<dd><p>Speed of light</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.11)"><em>str</em></a>) – <p>Units for c. Supported units</p>
<dd class="field-odd"><p><strong>units</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – <p>Units for c. Supported units</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>Unit</p></th>
Expand All @@ -154,10 +154,10 @@ <h1>pmutt.constants.c<a class="headerlink" href="#pmutt-constants-c" title="Perm
<dd class="field-even"><p><strong>c</strong> – Speed of light in appropriate units</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.11)">float</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)">float</a></p>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.11)"><strong>KeyError</strong></a> – If units is not supported.</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyError" title="(in Python v3.12)"><strong>KeyError</strong></a> – If units is not supported.</p>
</dd>
</dl>
</dd></dl>
Expand Down
6 changes: 3 additions & 3 deletions api/constants/constants/pmutt.constants.e.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pmutt.constants.e &mdash; pmutt 1.4.7 documentation</title>
<title>pmutt.constants.e &mdash; pmutt 1.4.9 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
Expand Down Expand Up @@ -38,7 +38,7 @@
<img src="../../../_static/pmutt_inverse_highres.png" class="logo" alt="Logo"/>
</a>
<div class="version">
1.4.7
1.4.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>pmutt.constants.e<a class="headerlink" href="#pmutt-constants-e" title="Perm
<dd><p>Electronic charge in Coulombs</p>
<dl class="field-list simple">
<dt class="field-odd">Type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.11)">float</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)">float</a></p>
</dd>
</dl>
</dd></dl>
Expand Down
Loading

0 comments on commit 978c555

Please sign in to comment.