Skip to content

Commit

Permalink
Removed all warning with new pandas and numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuntz committed Jun 16, 2024
1 parent 2daa00d commit 92eb5fc
Show file tree
Hide file tree
Showing 41 changed files with 1,998 additions and 1,567 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
All notable changes after its initial release in May 2020 (v2.0) are documented
in this file.

v5.1 (??? 2024)
* Removed all warning with new pandas and numpy versions.

v5.0 (Jan 2023)
* Dropped support for Python 3.6 because cannot test it anymore.
* Add timecolumns and ftimeformat to config and post-processing file in
Expand Down
2 changes: 1 addition & 1 deletion docs/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: a229c28f73769ec9b4c577ab465ca4f4
config: 52be7eb0a3df7d9001d8779717d404cb
tags: 645f666f9bcd5a90fca523b33c5a78b7
112 changes: 58 additions & 54 deletions docs/html/_modules/hesseflux/gapfill.html

Large diffs are not rendered by default.

62 changes: 34 additions & 28 deletions docs/html/_modules/hesseflux/madspikes.html

Large diffs are not rendered by default.

515 changes: 308 additions & 207 deletions docs/html/_modules/hesseflux/nee2gpp.html

Large diffs are not rendered by default.

89 changes: 49 additions & 40 deletions docs/html/_modules/hesseflux/ustarfilter.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/html/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

<!DOCTYPE html>

<html lang="en">
<html lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; hesseflux 5.1.dev0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>
<title>Overview: module code &#8212; hesseflux 5.1.dev2 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=12dfc556" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=740c0674" />
<script src="../_static/documentation_options.js?v=09999224"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />




<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>

Expand Down Expand Up @@ -81,26 +81,26 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2009-2023, Matthias Cuntz.
&#169;2009-2024, Matthias Cuntz.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 6.1.3</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>

Expand Down
2 changes: 2 additions & 0 deletions docs/html/_sources/contents.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Contents
api
changelog
authors
..
reddyproc
Loading

0 comments on commit 92eb5fc

Please sign in to comment.