Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent d85cafa commit 25b4330
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.1](https://github.com/CHIMEFRB/fitburst/compare/v0.1.0...v0.1.1) (2024-09-26)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 25b4330

Please sign in to comment.