Skip to content

Commit 71bfb02

Browse files
committed
bump version number
1 parent f1bd2a4 commit 71bfb02

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

documentation/whatsnew.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
================
33

4+
.. include:: whatsnew/v1.0.0.rst
5+
6+
.. include:: whatsnew/v0.3.1.rst
7+
48
.. include:: whatsnew/v0.3.0.rst
59

610
.. include:: whatsnew/v0.2.0.rst

documentation/whatsnew/v0.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_030:
22

3-
v0.3.0 (main)
3+
v0.3.0 (October 17, 2023)
44
--------------------------
55

66
* Bug fix in custom static and streaming quality control tests to use a specific column

documentation/whatsnew/v0.3.1.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

documentation/whatsnew/v1.0.0.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _whatsnew_100:
2+
3+
Version 1.0.0 (main)
4+
--------------------------
5+
6+
* Updates to support Numpy2
7+

pecos/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pecos import utils
77
from pecos import pv
88

9-
__version__ = '0.3.1'
9+
__version__ = '1.0.0'
1010

1111
__copyright__ = """Copyright 2016 National Technology & Engineering
1212
Solutions of Sandia, LLC (NTESS). Under the terms of Contract

0 commit comments

Comments
 (0)