Skip to content

Commit 1e7568e

Browse files
authored
Docs & bump to 0.6.0 (#128)
* minor update to docs * Bump to 0.6.0
1 parent 9054052 commit 1e7568e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
0.6.0 - 2025-05-22
5+
------------------
6+
7+
**New features:**
8+
9+
- Added the :function:`~ivmodels.tests.residual_prediction.residual_prediction_test` for
10+
model misspecification.
11+
412
0.5.3 - 2025-04-21
513
------------------
614

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ It implements
1212
Installation
1313
============
1414

15-
You can install the package through conda
15+
You can install the package with conda
1616

1717
::
1818

1919
conda install ivmodels -c conda-forge
2020

21-
or through pip
21+
or pip
2222

2323
::
2424

ivmodels/tests/residual_prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def residual_prediction_test(
2020
seed=0,
2121
):
2222
"""
23-
Perform the residual prediction test :cite:p:`scheidegger2025residual` model specification.
23+
Perform the residual prediction test :cite:p:`scheidegger2025residual` for model specification.
2424
2525
This uses a nonlinear model to test
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ['setuptools', 'setuptools-scm', 'wheel']
55
name = "ivmodels"
66
description = "IV Models"
77
readme = "README.md"
8-
version = "0.5.3"
8+
version = "0.6.0"
99
requires-python = ">=3.7"
1010
authors = [
1111
{ name = "Malte Londschien", email = "malte@londschien.ch" },

0 commit comments

Comments
 (0)