Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed Jun 17, 2023
1 parent cb61b8d commit c561c63
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# HEAD

# Version 0.10.0

- Make the interface to the TOAST map-maker work with components different than `tod` [#242](https://github.com/litebird/litebird_sim/pull/242)

- Some memory optimization [#245](https://github.com/litebird/litebird_sim/pull/245)
Expand Down
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- `CHANGELOG.md` (be sure to leave an empty `HEAD` title at the
top);

Commit all the changes to `master`.

- Build the release:

Expand Down
22 changes: 11 additions & 11 deletions STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Simulation Team plans to implement in `litebird_sim`.

| Module | Status | Priority | Notes | Links |
|----------------------------------|----------|----------|---------------------------------|----------------------------------------------------------------------------------------------------------------------|
| Pointing generation | Complete | | | [PR#48](https://github.com/litebird/litebird_sim/pull/48) |
| Interface with Ephemerides | Complete | | Through AstroPy | [PR#48](https://github.com/litebird/litebird_sim/pull/48) |
| Synthetic sky map generation | Complete | | Based on PySM3 | [PR#76](https://github.com/litebird/litebird_sim/pull/76) |
| Binning map-maker | Complete | | | [PR#73](https://github.com/litebird/litebird_sim/pull/76) |
| Destriping+calibration map-maker | Complete | | Provided by TOAST+Madam | [PR#86](https://github.com/litebird/litebird_sim/pull/86) |
| Pointing generation | Complete | | | [#48](https://github.com/litebird/litebird_sim/pull/48) |
| Interface with Ephemerides | Complete | | Through AstroPy | [#48](https://github.com/litebird/litebird_sim/pull/48) |
| Synthetic sky map generation | Complete | | Based on PySM3 | [#76](https://github.com/litebird/litebird_sim/pull/76) |
| Binning map-maker | Complete | | | [#73](https://github.com/litebird/litebird_sim/pull/76) |
| Destriping+calibration map-maker | Complete | | Provided by TOAST+Madam | [#86](https://github.com/litebird/litebird_sim/pull/86) |
| | | | | [#186](https://github.com/litebird/litebird_sim/pull/186) |
| Spacecraft simulator | Complete | | | [PR#122](https://github.com/litebird/litebird_sim/pull/122) |
| Dipole calculation | Complete | | | [PR#122](https://github.com/litebird/litebird_sim/pull/122) |
| Map scanning | Complete | | | [PR#131](https://github.com/litebird/litebird_sim/pull/131) |
| White+1/f noise generation | Complete | | | [PR#100](https://github.com/litebird/litebird_sim/pull/100) |
| Spacecraft simulator | Complete | | | [#122](https://github.com/litebird/litebird_sim/pull/122) |
| Dipole calculation | Complete | | | [#122](https://github.com/litebird/litebird_sim/pull/122) |
| Map scanning | Complete | | | [#131](https://github.com/litebird/litebird_sim/pull/131) |
| White+1/f noise generation | Complete | | | [#100](https://github.com/litebird/litebird_sim/pull/100) |
| Gain drift simulation | Complete | | | [#243](https://github.com/litebird/litebird_sim/pull/243) |
| Synthetic bandpass generation | Complete | | | [#160](https://github.com/litebird/litebird_sim/pull/160), [#200](https://github.com/litebird/litebird_sim/pull/200) |
| Calibration non-idealities | Complete | | | [#243](https://github.com/litebird/litebird_sim/pull/243) |
| Beam convolution | Partial | | Through ducc0 | [ducc.totalconvolve](https://gitlab.mpcdf.mpg.de/mtr/ducc/-/tree/ducc0/) |
| Calibration non-idealities | Partial | | Code in toast-litebird | [`OpGainDrifter`](https://github.com/hpc4cmb/toast-litebird/blob/master/toast_litebird/gain.py) |
| Cosmic-ray glitch generation | Partial | | | No PRs yet |
| HWP simulation | Partial | | | [PR#117](https://github.com/litebird/litebird_sim/pull/117) |
| HWP simulation | Partial | | | [#117](https://github.com/litebird/litebird_sim/pull/117) |
| ADC simulation | Partial | | Through the CR glitch generator | No PRs yet |
| Correlated noise generation | Missing | | | |
| Dipole calibration | Missing | | | |
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.9.0"
release = "0.10.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.9.0"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = '''

[tool.poetry]
name = "litebird_sim"
version = "0.9.0"
version = "0.10.0"
description = "Simulation tools for the LiteBIRD experiment"
authors = [
"The LiteBIRD Simulation Team",
Expand Down

0 comments on commit c561c63

Please sign in to comment.