Skip to content

Commit db24fed

Browse files
chore(master): release 2.0.1
1 parent beaa405 commit db24fed

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0a2"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/MilesCranmer/PySR/compare/v2.0.0...v2.0.1) (2026-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* respect tempdir for temporary equation files ([#1207](https://github.com/MilesCranmer/PySR/issues/1207)) ([beaa405](https://github.com/MilesCranmer/PySR/commit/beaa4053a1352789176b1b3bae356007dcbebabd))
9+
10+
11+
### Documentation
12+
13+
* add angular coefficients paper ([da6d2d2](https://github.com/MilesCranmer/PySR/commit/da6d2d27f782156e5378ecd0255474cad5dc684d))
14+
* add biomass pyrolysis paper ([ccb473e](https://github.com/MilesCranmer/PySR/commit/ccb473ec715f353e32729f6921352a572f6ca71f))
15+
* add dark energy symbolic regression paper ([da9ad80](https://github.com/MilesCranmer/PySR/commit/da9ad80bc0187ca65f12b331d919c322264ea874))
16+
* add human mobility models paper ([f47c4d2](https://github.com/MilesCranmer/PySR/commit/f47c4d27496659ea97cc72ab9cfe138964c3ea53))
17+
* add microbial growth models paper ([f7c72fb](https://github.com/MilesCranmer/PySR/commit/f7c72fbc3ba13ed6e7e5f69f946c3c57d0a2d755))
18+
* add paper showcase entries ([9283914](https://github.com/MilesCranmer/PySR/commit/9283914523b52e5e992f4238d7ca6692de7825d1))
19+
* add s-stars chaos paper ([cfc4907](https://github.com/MilesCranmer/PySR/commit/cfc490762cac17ea248cfb83555c261779fa61e9))
20+
* add skin friction estimation paper ([8ec43f0](https://github.com/MilesCranmer/PySR/commit/8ec43f082e2b449d7dece4cb5ba2372915b81a7c))
21+
* add yawed wind turbines paper ([e1dc986](https://github.com/MilesCranmer/PySR/commit/e1dc986ef096b3c0c14e7f7f4429aee6b730f429))
22+
323
## [2.0.0a2](https://github.com/MilesCranmer/PySR/compare/v2.0.0a1...v2.0.0a2) (2026-05-15)
424

525
This is an alpha release of v2.0.0. It includes backend, packaging, export, and documentation updates since `v2.0.0a1`.

pyproject.toml

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

55
[project]
66
name = "pysr"
7-
version = "2.0.0a2"
7+
version = "2.0.1"
88
authors = [
99
{name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
1010
]

0 commit comments

Comments
 (0)