Skip to content

Commit 562c6d3

Browse files
authored
Merge pull request PSLmodels#1116 from rickecon/nbconvert
Merging
2 parents 9ae170c + 8826c59 commit 562c6d3

4 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.15.10] - 2026-04-23 12:00:00
9+
10+
### Added
11+
12+
- Updates `uv.lock` to include upgrade to package `nbconvert from 7.17.0 to 7.17.1. This was the subject of [PR 1110](https://github.com/PSLmodels/OG-Core/pull/1110). But we could not get its tests to pass.
13+
- Fixes typo in `CHANGELOG.md`
14+
15+
816
## [0.15.9] - 2026-04-23 03:00:00
917

1018
### Added
1119

1220
- Create a `ogcore` logging environment so that logging specificed in `ogcore.config` is not overridden by other logging configurations in user code. See PR [#1109](https://github.com/PSLmodels/OG-Core/pull/1109).
21+
- Includes [PR 1111](https://github.com/PSLmodels/OG-Core/pull/1111) and [PR 1112](https://github.com/PSLmodels/OG-Core/pull/1112) that change `build_and_test.yml` to not upload CodeCov statistics for PRs generated by dependabots and updates the `codecov-action` to v5.
1322

1423
## [0.15.8] - 2026-04-16 00:30:00
1524

@@ -18,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1827
- Updates the `uv.lock` file to the current version of `ogcore` package (0.15.8)
1928
- Adds `'**.lock'` to the paths in `build_and_test.yml` so that any changes to the `uv.lock` file trigger the GH Action CI tests in `build_and_test.yml`
2029
- Incorporates the dependabot updates to `uv.lock` versions from [PR 1105](https://github.com/PSLmodels/OG-Core/pull/1105) and [PR 1106](https://github.com/PSLmodels/OG-Core/pull/1106).
21-
- Includes [PR 1111](https://github.com/PSLmodels/OG-Core/pull/1111) and [PR 1112](https://github.com/PSLmodels/OG-Core/pull/1112) that change `build_and_test.yml` to not upload CodeCov statistics for PRs generated by dependabots and updates the `codecov-action` to v5.
2230

2331
## [0.15.7] - 2026-04-15 20:00:00
2432

@@ -545,6 +553,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
545553
- Any earlier versions of OG-USA can be found in the [`OG-Core`](https://github.com/PSLmodels/OG-Core) repository [release history](https://github.com/PSLmodels/OG-Core/releases) from [v.0.6.4](https://github.com/PSLmodels/OG-Core/releases/tag/v0.6.4) (Jul. 20, 2021) or earlier.
546554

547555

556+
[0.15.10]: https://github.com/PSLmodels/OG-Core/compare/v0.15.9...v0.15.10
548557
[0.15.9]: https://github.com/PSLmodels/OG-Core/compare/v0.15.8...v0.15.9
549558
[0.15.8]: https://github.com/PSLmodels/OG-Core/compare/v0.15.7...v0.15.8
550559
[0.15.7]: https://github.com/PSLmodels/OG-Core/compare/v0.15.6...v0.15.7

ogcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from ogcore.txfunc import * # noqa: F403
2222
from ogcore.utils import * # noqa: F403
2323

24-
__version__ = "0.15.9"
24+
__version__ = "0.15.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ogcore"
7-
version = "0.15.9"
7+
version = "0.15.10"
88
authors = [
99
{name = "Jason DeBacker and Richard W. Evans"},
1010
]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)