diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f5ba0b2..b725ab08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0a2" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cae715..136e5942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.0.1](https://github.com/MilesCranmerBot/PySR/compare/v2.0.0...v2.0.1) (2026-06-28) + + +### Bug Fixes + +* convert num_features dict keys to Julia Symbols ([#1209](https://github.com/MilesCranmerBot/PySR/issues/1209)) ([8aa59b8](https://github.com/MilesCranmerBot/PySR/commit/8aa59b82bfbe29daba59e38c2c063d8184c9dd0b)), closes [#811](https://github.com/MilesCranmerBot/PySR/issues/811) +* correct type in elementwise loss validation ([#1184](https://github.com/MilesCranmerBot/PySR/issues/1184)) ([912c4c2](https://github.com/MilesCranmerBot/PySR/commit/912c4c22e47428e5209067d1aa1c30cf52ed4f11)) +* respect tempdir for temporary equation files ([#1207](https://github.com/MilesCranmerBot/PySR/issues/1207)) ([beaa405](https://github.com/MilesCranmerBot/PySR/commit/beaa4053a1352789176b1b3bae356007dcbebabd)) + + +### Documentation + +* add angular coefficients paper ([da6d2d2](https://github.com/MilesCranmerBot/PySR/commit/da6d2d27f782156e5378ecd0255474cad5dc684d)) +* add biomass pyrolysis paper ([ccb473e](https://github.com/MilesCranmerBot/PySR/commit/ccb473ec715f353e32729f6921352a572f6ca71f)) +* add dark energy symbolic regression paper ([da9ad80](https://github.com/MilesCranmerBot/PySR/commit/da9ad80bc0187ca65f12b331d919c322264ea874)) +* add human mobility models paper ([f47c4d2](https://github.com/MilesCranmerBot/PySR/commit/f47c4d27496659ea97cc72ab9cfe138964c3ea53)) +* add implied volatility showcase paper ([#1172](https://github.com/MilesCranmerBot/PySR/issues/1172)) ([c435527](https://github.com/MilesCranmerBot/PySR/commit/c435527ccddb89a7a4e2835fb064679b3ed3e537)) +* add microbial growth models paper ([f7c72fb](https://github.com/MilesCranmerBot/PySR/commit/f7c72fbc3ba13ed6e7e5f69f946c3c57d0a2d755)) +* add paper showcase entries ([9283914](https://github.com/MilesCranmerBot/PySR/commit/9283914523b52e5e992f4238d7ca6692de7825d1)) +* add s-stars chaos paper ([cfc4907](https://github.com/MilesCranmerBot/PySR/commit/cfc490762cac17ea248cfb83555c261779fa61e9)) +* add skin friction estimation paper ([8ec43f0](https://github.com/MilesCranmerBot/PySR/commit/8ec43f082e2b449d7dece4cb5ba2372915b81a7c)) +* add yawed wind turbines paper ([e1dc986](https://github.com/MilesCranmerBot/PySR/commit/e1dc986ef096b3c0c14e7f7f4429aee6b730f429)) + ## [2.0.0a2](https://github.com/MilesCranmer/PySR/compare/v2.0.0a1...v2.0.0a2) (2026-05-15) This is an alpha release of v2.0.0. It includes backend, packaging, export, and documentation updates since `v2.0.0a1`. diff --git a/pyproject.toml b/pyproject.toml index fccd37f7..169a4898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pysr" -version = "2.0.0a2" +version = "2.0.1" authors = [ {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"}, ]