File tree 5 files changed +20
-2
lines changed
5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
================
3
3
4
+ .. include :: whatsnew/v1.0.0.rst
5
+
6
+ .. include :: whatsnew/v0.3.1.rst
7
+
4
8
.. include :: whatsnew/v0.3.0.rst
5
9
6
10
.. include :: whatsnew/v0.2.0.rst
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_030 :
2
2
3
- v0.3.0 (main )
3
+ v0.3.0 (October 17, 2023 )
4
4
--------------------------
5
5
6
6
* Bug fix in custom static and streaming quality control tests to use a specific column
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_031 :
2
+
3
+ v0.3.1 (October 27, 2023)
4
+ --------------------------
5
+
6
+ * Relaxed dtype check in tests
7
+ * Fixed import fail due to pytest ModuleNotFoundError
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_100 :
2
+
3
+ Version 1.0.0 (main)
4
+ --------------------------
5
+
6
+ * Updates to support Numpy2
7
+
Original file line number Diff line number Diff line change 6
6
from pecos import utils
7
7
from pecos import pv
8
8
9
- __version__ = '0.3.1 '
9
+ __version__ = '1.0.0 '
10
10
11
11
__copyright__ = """Copyright 2016 National Technology & Engineering
12
12
Solutions of Sandia, LLC (NTESS). Under the terms of Contract
You can’t perform that action at this time.
0 commit comments