Skip to content

Commit 92eb5fc

Browse files
committed
Removed all warning with new pandas and numpy versions
1 parent 2daa00d commit 92eb5fc

Some content is hidden

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

41 files changed

+1998
-1567
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
All notable changes after its initial release in May 2020 (v2.0) are documented
55
in this file.
66

7+
v5.1 (??? 2024)
8+
* Removed all warning with new pandas and numpy versions.
9+
710
v5.0 (Jan 2023)
811
* Dropped support for Python 3.6 because cannot test it anymore.
912
* Add timecolumns and ftimeformat to config and post-processing file in

docs/html/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: a229c28f73769ec9b4c577ab465ca4f4
3+
config: 52be7eb0a3df7d9001d8779717d404cb
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/html/_modules/hesseflux/gapfill.html

+58-54
Large diffs are not rendered by default.

docs/html/_modules/hesseflux/madspikes.html

+34-28
Large diffs are not rendered by default.

docs/html/_modules/hesseflux/nee2gpp.html

+308-207
Large diffs are not rendered by default.

docs/html/_modules/hesseflux/ustarfilter.html

+49-40
Large diffs are not rendered by default.

docs/html/_modules/index.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
21
<!DOCTYPE html>
32

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

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

19+
20+
2021

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

2323
</head><body>
2424

@@ -81,26 +81,26 @@ <h3>Related Topics</h3>
8181
</ul></li>
8282
</ul>
8383
</div>
84-
<div id="searchbox" style="display: none" role="search">
84+
<search id="searchbox" style="display: none" role="search">
8585
<h3 id="searchlabel">Quick search</h3>
8686
<div class="searchformwrapper">
8787
<form class="search" action="../search.html" method="get">
8888
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
8989
<input type="submit" value="Go" />
9090
</form>
9191
</div>
92-
</div>
92+
</search>
9393
<script>document.getElementById('searchbox').style.display = "block"</script>
9494
</div>
9595
</div>
9696
<div class="clearer"></div>
9797
</div>
9898
<div class="footer">
99-
&copy;2009-2023, Matthias Cuntz.
99+
&#169;2009-2024, Matthias Cuntz.
100100

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

105105
</div>
106106

docs/html/_sources/contents.rst.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Contents
1111
api
1212
changelog
1313
authors
14+
..
15+
reddyproc

0 commit comments

Comments
 (0)