diff --git a/CHANGELOG.md b/CHANGELOG.md index 32de1d8..0e2437d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.1](https://github.com/CHIMEFRB/fitburst/compare/v0.1.0...v0.1.1) (2024-09-27) + + +### Bug Fixes + +* **derivative:** fix bug in the calculation of mixed partial derivatives ([d85ecb7](https://github.com/CHIMEFRB/fitburst/commit/d85ecb75d49210e93ac2589cf9475c6da048a3cc)) +* **derivative:** fix copy-paste bugs in mixed partial derivatives ([beb534d](https://github.com/CHIMEFRB/fitburst/commit/beb534df19ec00f535610aeb816681d30123ac19)) +* **derivative:** fix remaining issues in the mixed partial derivatives ([dfbcf3b](https://github.com/CHIMEFRB/fitburst/commit/dfbcf3b6d0499eb1288d1fa28db062f5fb662261)) +* modify fitburst model evaluation to avoid numerical issues ([1454050](https://github.com/CHIMEFRB/fitburst/commit/145405058cfc5056dfc8f9aa790f171bfc76cb15)) +* **profile:** allow for computing all times with old method ([a02d1bd](https://github.com/CHIMEFRB/fitburst/commit/a02d1bd984739489a65b10bbdc8be7335145d82e)) +* **profile:** simplify and speed up the pbf calculation ([376984c](https://github.com/CHIMEFRB/fitburst/commit/376984c43b9bc48c33c3eb2c6dbd0786cfa206ec)) + ## 0.1.0 (2023-08-24) diff --git a/pyproject.toml b/pyproject.toml index 461bac1..d5ba7ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fitburst" -version = "0.1.0" +version = "0.1.1" description = "fitburst - A Codebase for Direct Modeling of Radio Dynamic Spectra" authors = ["Emmanuel Fonseca "] license = "MIT"