Skip to content

Commit 5f43b19

Browse files
authored
Merge pull request #183 from bandframework/167v0.4-versioning
167v0.4 versioning - Update bibentry in citation and CHANGELOG
2 parents 98b780a + 5a1e89c commit 5f43b19

File tree

3 files changed

+43
-5
lines changed

3 files changed

+43
-5
lines changed

.github/config/.wordlist.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ Bingham
77
CHANGELOG
88
CMake
99
COVID
10+
Changelog
1011
Cython
12+
Cythonizing
1113
GPy
1214
Gitflow
1315
Gramacy
1416
Jupyter
17+
Jupyterbook
1518
Kriging
1619
LHS
1720
LaTeX
@@ -47,6 +50,7 @@ autofunction
4750
automodule
4851
bandframework
4952
bayesian
53+
bookending
5054
buildable
5155
calibrationmethods
5256
chan
@@ -76,6 +80,7 @@ io
7680
ipynb
7781
jupyter
7882
lbl
83+
macOS
7984
miamioh
8085
microsoft
8186
mlbayeswoodbury
@@ -123,7 +128,7 @@ whl
123128
wordpress
124129
wp
125130
www
126-
youtube
127131
yml
132+
youtube
128133
zNqg
129134
Özge

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ Release Notes
44

55
Below are the notes from all surmise releases.
66

7+
Release 0.4.0
8+
-------------
9+
10+
:Date: October 14, 2025
11+
12+
* Improve coverage of test suite for future integration of additional code.
13+
* Designate methods to "research-grade" if methods are neither fully tested or maintained.
14+
* Integrate a first example in Jupyterbook as a collection of usage examples.
15+
* Improve Cython integration by reducing the number of external dependencies.
16+
* Develop Github wiki pages to log developer notes in terms of packaging, Cythonizing, and major dependency intricacies.
17+
18+
**Full Changelog**: https://github.com/bandframework/surmise/compare/v0.3.1...v0.4.0
19+
20+
Release 0.3.0
21+
-------------
22+
23+
:Date: September 12, 2024
24+
25+
* Tested in Python 3.9, 3.10, 3.11, 3.12, on Linux, macOS, and Windows.
26+
* Functionality:
27+
* Include tox developer integration.
28+
* Include save/load functions for emulator and calibrator.
29+
* Include empirical coverage calculations in calibrator.
30+
* Modify `covx()`-returned object to improve usability.
31+
* Modify object `repr` to improve user feedback.
32+
* Update test suite to improve testing, including bookending versions and testing of major methods.
33+
* Documentation:
34+
* Update documentation to emphasize introductory materials and usage tutorials.
35+
* Update scientific usage references.
36+
* Update README to include collaborator and contributor list.
37+
38+
**Full Changelog**: https://github.com/bandframework/surmise/compare/v0.2.1...v0.3.0
39+
740
Release 0.2.1
841
-------------
942

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ it to generate documentation.
104104

105105
.. code-block:: bibtex
106106
107-
@techreport{surmise2024,
107+
@techreport{surmise2025,
108108
author = {Matthew Plumlee and \"Ozge S\"urer and Stefan M. Wild and Moses Y-H. Chan},
109-
title = {{surmise 0.3.0} Users Manual},
109+
title = {{surmise 0.4.0} Users Manual},
110110
institution = {NAISE},
111-
number = {Version 0.3.0},
112-
year = {2024},
111+
number = {Version 0.4.0},
112+
year = {2025},
113113
url = {https://surmise.readthedocs.io}
114114
}
115115

0 commit comments

Comments
 (0)