Skip to content

Commit 16f609c

Browse files
ivhclaude
andcommitted
Release v0.8.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 746b85c commit 16f609c

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## [0.8.1] - 2026-03-05
5+
6+
### Added
7+
- CRIRES+ L-band example script
8+
- Settings fallback chain for composite channel names
9+
- `hdf2trace` tool: write HDF wavelength polynomials into trace FITS
10+
11+
### Fixed
12+
- Fix `create_custom_instrument` crash (was returning None config)
13+
- Fix charslit backend selection to check env var at call time
14+
- Bundle centers fallback, curvature and norm_flat fixes for MOSAIC VIS
15+
16+
### Changed
17+
- Rewrite custom instrument example as student-friendly walkthrough
18+
- `create_custom_instrument` now accepts `**overrides` for inline property setting
19+
420
## [0.8a5] - 2026-02-25
521

622
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# What's new?
66

7-
Version 0.8 brings a unified Trace data model and new Spectra format; see [WhatsNew.md](WhatsNew.md) for the highlights. If the update breaks your existing setup, you are very welcome to file an issue, so we can assist you.
7+
Version 0.8.1 fixes `create_custom_instrument` and adds a student-friendly example for reducing data from unsupported spectrographs. See [CHANGELOG.md](CHANGELOG.md) for all changes since 0.8.
88

99
# PyReduce
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyreduce-astro"
3-
version = "0.8"
3+
version = "0.8.1"
44
requires-python = ">=3.13"
55
description = "A data reduction package for echelle spectrographs"
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)