File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
helm-chart/banzai-floyds/templates Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1+ 0.17.0 (2025-04-26)
2+ -------------------
3+ - Minor fixes to deployment
4+ - Added readthedocs config
5+
160.16.0 (2025-04-10)
27-------------------
38- Bugfix to not override L1PUBDAT for all frames
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ filename frameid
22ogg2m001-en06-20190329-0018-x00.fits.fz 29878203
33coj2m002-en12-20220313-0002-x00.fits.fz 49224839
44coj2m002-en12-20241212-0030-x00.fits.fz 77906253
5+ coj2m002-en12-20250128-0010-x00.fits.fz 79349830
Original file line number Diff line number Diff line change 3939 - " --queue-name=$(QUEUE_NAME)"
4040 - " --no-file-cache"
4141 - " --delay-to-block-end"
42- - " --prefer-same-block-cals"
43- - " --check-public-cals"
44- - " --prefer-same-proposal-cals"
4542 env :
4643 {{- include "banzaiFloyds.Env" . | nindent 12}}
4744 resources :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
77[project ]
88name = " banzai-floyds"
9- version = " 0.15 .0"
9+ version = " 0.17 .0"
1010requires-python = " >=3.10,<4"
1111description = " BANZAI Data Reduction for FLOYDS spectra"
1212readme = " docs/README.rst"
Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ sphinx :
4+ configuration : docs/conf.py
5+
6+ build :
7+ os : ubuntu-22.04
8+ tools :
9+ python : " 3.12"
10+ commands :
11+ - pip install poetry
12+ - poetry install -E docs
13+ - poetry run sphinx-build -b html docs/ ${READTHEDOCS_OUTPUT}/html/
You can’t perform that action at this time.
0 commit comments