Skip to content

Commit

Permalink
Merge pull request #14 from jchristopherson/v1.2.3
Browse files Browse the repository at this point in the history
V1.2.3
  • Loading branch information
jchristopherson authored May 1, 2024
2 parents 9e7a9b1 + 0ffc63f commit da98d39
Show file tree
Hide file tree
Showing 117 changed files with 983 additions and 971 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
toolchain:
- {compiler: gcc, version: 11}
- {compiler: intel-classic, version: '2021.9'}
include:
- os: ubuntu-latest
toolchain: {compiler: intel, version: '2023.2'}
exclude:
- os: ubuntu-latest
toolchain: {compiler: intel-classic, version: '2021.9'}

steps:
- uses: awvwgk/setup-fortran@v1
Expand All @@ -42,4 +48,4 @@ jobs:

- name: Test with CMake
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
run: ctest -C ${{env.BUILD_TYPE}}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
project(
fstats
LANGUAGES Fortran
VERSION 1.2.2
VERSION 1.2.3
)

# Confgiure everything
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3>Derived Types</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
10 changes: 5 additions & 5 deletions doc/interface/anova.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~33"></span>
<span class="anchor" id="variable-x~11"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -282,7 +282,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~34"></span>
<span class="anchor" id="variable-x~12"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -357,7 +357,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-ymod~5"></span>
<span class="anchor" id="variable-ymod"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -372,7 +372,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-err~16"></span>
<span class="anchor" id="variable-err~4"></span>
class(errors),
</td>
<td>intent(inout),</td>
Expand Down Expand Up @@ -416,7 +416,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/bootstrap_resampling_routine.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~3"></span>
<span class="anchor" id="variable-x~27"></span>
real(kind=real64),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions doc/interface/bootstrap_statistic_routine.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~4"></span>
<span class="anchor" id="variable-x~28"></span>
real(kind=real64),
</td>
<td>intent(in),</td>
Expand All @@ -169,7 +169,7 @@ <h3>Arguments</h3>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-rst~3"></span><small>real(kind=real64)</small></h3>
<h3>Return Value <span class="anchor" id="variable-rst~46"></span><small>real(kind=real64)</small></h3>
<p>The resulting statistic.</p>
<h3>Description</h3>
<p>Defines the signature of a function for computing the desired
Expand All @@ -191,7 +191,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/box_muller_sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-n~34"></span>
<span class="anchor" id="variable-n~12"></span>
integer(kind=int32),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -301,7 +301,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
18 changes: 9 additions & 9 deletions doc/interface/confidence_interval.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1>confidence_interval
<li class="list-inline-item" id="statements"><i class="fa fa-list-ol"></i>
<a data-bs-toggle="tooltip"
data-bs-placement="bottom" data-html="true"
title="<p> 0.2% of total for procedures.</p>Including implementation: 22 statements, 1.3% of total for procedures.">4 statements</a>
title="<p> 0.2% of total for procedures.</p>Including implementation: 23 statements, 1.4% of total for procedures.">4 statements</a>
</li>

<li class="list-inline-item" id="source-file">
Expand Down Expand Up @@ -174,7 +174,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-dist~5"></span>
<span class="anchor" id="variable-dist"></span>
class(<a href='..\type\distribution.html'>distribution</a>),
</td>
<td>intent(in)</td>
Expand All @@ -190,7 +190,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-alpha~12"></span>
<span class="anchor" id="variable-alpha"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -206,7 +206,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-s~3"></span>
<span class="anchor" id="variable-s"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -221,7 +221,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-n~36"></span>
<span class="anchor" id="variable-n~2"></span>
integer(kind=int32),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -265,7 +265,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-dist~6"></span>
<span class="anchor" id="variable-dist~2"></span>
class(<a href='..\type\distribution.html'>distribution</a>),
</td>
<td>intent(in)</td>
Expand All @@ -281,7 +281,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-alpha~13"></span>
<span class="anchor" id="variable-alpha~2"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -297,7 +297,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-x~51"></span>
<span class="anchor" id="variable-x~3"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -336,7 +336,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions doc/interface/distribution_function.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-x~11"></span>
<span class="anchor" id="variable-x~15"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -184,7 +184,7 @@ <h3>Arguments</h3>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-rst~6"></span><small>real(kind=real64)</small></h3>
<h3>Return Value <span class="anchor" id="variable-rst~13"></span><small>real(kind=real64)</small></h3>
<p>The value of the function.</p>
<h3>Description</h3>
<p>Defines the interface for a probability distribution function.</p>
Expand All @@ -205,7 +205,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/distribution_property.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3>Arguments</h3>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-rst~7"></span><small>real(kind=real64)</small></h3>
<h3>Return Value <span class="anchor" id="variable-rst~14"></span><small>real(kind=real64)</small></h3>
<p>The property value.</p>
<h3>Description</h3>
<p>Computes the value of a distribution property.</p>
Expand All @@ -190,7 +190,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions doc/interface/iteration_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-iter"></span>
<span class="anchor" id="variable-iter~2"></span>
integer(kind=int32),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -183,7 +183,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-resid~4"></span>
<span class="anchor" id="variable-resid~5"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h3>Arguments</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
8 changes: 4 additions & 4 deletions doc/interface/pooled_variance.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-si"></span>
<span class="anchor" id="variable-si~2"></span>
real(kind=real64),
</td>
<td>intent(in),</td>
Expand All @@ -186,7 +186,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-ni"></span>
<span class="anchor" id="variable-ni~3"></span>
integer(kind=int32),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~42"></span>
<span class="anchor" id="variable-x~50"></span>
type(<a href='..\type\array_container.html'>array_container</a>),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -270,7 +270,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/regression_function.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-resid~3"></span>
<span class="anchor" id="variable-resid~4"></span>
real(kind=real64),
</td>
<td>intent(out),</td>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h3>Arguments</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion doc/lists/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1>Source Files</h1>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion doc/lists/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1>Modules</h1>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion doc/lists/procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ <h1>Procedures</h1>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion doc/lists/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1>Derived Types</h1>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2024-04-19 07:47 </p>
on 2024-05-01 05:45 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit da98d39

Please sign in to comment.