Skip to content

Commit a6d727e

Browse files
committed
Bump version to 0.14.0
1 parent 3301b51 commit a6d727e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HEAD
22

3+
# Version 0.14.0
4+
35
- **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).
46

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

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

31-
- plot_fp.py which visualizes focal plane and `DetectorInfo` is implemented.
32-
Also it can generate a dector list file by clicking visualized detectors.
33-
The function is executable by: `python -m litebird_sim.plot_fp` [#345](https://github.com/litebird/litebird_sim/pull/345)
33+
- 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)
3434

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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "The LiteBIRD Simulation Team"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.13.0"
25+
release = "0.14.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

litebird_sim/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- encoding: utf-8 -*-
22

33
__author__ = "The LiteBIRD simulation team"
4-
__version__ = "0.13.0"
4+
__version__ = "0.14.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litebird_sim"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "Simulation tools for the LiteBIRD experiment"
55
authors = [
66
"The LiteBIRD Simulation Team",

0 commit comments

Comments
 (0)