Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.13] - 2026-05-15 06:00:00

### Added

- Increases the maximum value of the `mindist_TPI` parameter to 0.01 in `default_parameters.json`.
- Updates the `uv.lock` with package updates.

## [0.15.12] - 2026-05-14 12:00:00

### Added
Expand Down Expand Up @@ -568,6 +575,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.


[0.15.13]: https://github.com/PSLmodels/OG-Core/compare/v0.15.12...v0.15.13
[0.15.12]: https://github.com/PSLmodels/OG-Core/compare/v0.15.11...v0.15.12
[0.15.11]: https://github.com/PSLmodels/OG-Core/compare/v0.15.10...v0.15.11
[0.15.10]: https://github.com/PSLmodels/OG-Core/compare/v0.15.9...v0.15.10
[0.15.9]: https://github.com/PSLmodels/OG-Core/compare/v0.15.8...v0.15.9
Expand Down
2 changes: 1 addition & 1 deletion ogcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
from ogcore.txfunc import * # noqa: F403
from ogcore.utils import * # noqa: F403

__version__ = "0.15.12"
__version__ = "0.15.13"
2 changes: 1 addition & 1 deletion ogcore/default_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -4661,7 +4661,7 @@
"validators": {
"range": {
"min": 1e-13,
"max": 0.001
"max": 0.01
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ogcore"
version = "0.15.12"
version = "0.15.13"
authors = [
{name = "Jason DeBacker and Richard W. Evans"},
]
Expand Down
Loading
Loading