Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed Feb 20, 2025
1 parent 3301b51 commit a6d727e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# HEAD

# Version 0.14.0

- **Breaking change**: Bug in the 1/f noise generation has been corrected. Previously, the frequency array was miscalculated due to an incorrect factor of 2 in the sample spacing passed to the SciPy function fft.rfftfreq. [#362](https://github.com/litebird/litebird_sim/pull/362).

- **Breaking change**: Change to the pointing API [#358](https://github.com/litebird/litebird_sim/pull/358), in detail:
Expand Down Expand Up @@ -28,9 +30,7 @@

- Make the code compatible with Python 3.12 [#332](https://github.com/litebird/litebird_sim/pull/332)

- plot_fp.py which visualizes focal plane and `DetectorInfo` is implemented.
Also it can generate a dector list file by clicking visualized detectors.
The function is executable by: `python -m litebird_sim.plot_fp` [#345](https://github.com/litebird/litebird_sim/pull/345)
- plot_fp.py which visualizes focal plane and `DetectorInfo` is implemented. Also it can generate a dector list file by clicking visualized detectors. The function is executable by: `python -m litebird_sim.plot_fp` [#345](https://github.com/litebird/litebird_sim/pull/345)

- Simulation.add_noise() uses self.random as default random number generator [#349](https://github.com/litebird/litebird_sim/pull/349)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "The LiteBIRD Simulation Team"

# The full version, including alpha/beta/rc tags
release = "0.13.0"
release = "0.14.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion litebird_sim/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-

__author__ = "The LiteBIRD simulation team"
__version__ = "0.13.0"
__version__ = "0.14.0"
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 = "litebird_sim"
version = "0.13.0"
version = "0.14.0"
description = "Simulation tools for the LiteBIRD experiment"
authors = [
"The LiteBIRD Simulation Team",
Expand Down

0 comments on commit a6d727e

Please sign in to comment.