Skip to content

Commit ced7f1a

Browse files
committed
Release 0.1.0.post1: absolute image URLs in README for PyPI rendering
1 parent 9b8dbe0 commit ced7f1a

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
## [Unreleased]
88

9+
## [0.1.0.post1]
10+
11+
### Fixed
12+
- README image references are now absolute URLs so they render on the
13+
PyPI project page (relative paths only resolve on GitHub).
14+
915
## [0.1.0]
1016

1117
Initial public release.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Build Dirac Live target curves from research-grounded recipes.
44

5-
![Shipped target curves overview](docs/img/curves-overview.svg)
5+
![Shipped target curves overview](https://raw.githubusercontent.com/teolbb/curveforge/main/docs/img/curves-overview.svg)
66

77
`curveforge` is a small CLI that turns a YAML recipe into a `.targetcurve`
88
file ready to load into Dirac Live 2/3. It ships with a curated library of
@@ -60,7 +60,7 @@ Worked recipes for common situations. Each one builds cleanly with
6060
A lean, balanced Harman shelf for accurate mixing-style playback. Light
6161
bass weight — the right baseline if you want clarity over physical impact.
6262

63-
![Critical listening curve](docs/img/recipe-critical.svg)
63+
![Critical listening curve](https://raw.githubusercontent.com/teolbb/curveforge/main/docs/img/recipe-critical.svg)
6464

6565
```yaml
6666
base:
@@ -74,7 +74,7 @@ Harman +10 with the shelf extended into mid-bass (`shelf_corner: 150`),
7474
plus a +4 dB peak at 25 Hz for visceral sub impact. Compensates for the
7575
steepening equal-loudness contours at low listening levels.
7676

77-
![Cinema curve](docs/img/recipe-cinema.svg)
77+
![Cinema curve](https://raw.githubusercontent.com/teolbb/curveforge/main/docs/img/recipe-cinema.svg)
7878

7979
```yaml
8080
base:
@@ -90,7 +90,7 @@ Modest bass plateau, smooth 0.83 dB/oct treble taper. Anchored without
9090
being bloated; smooth without being dark. The closest thing to a "natural
9191
room" target.
9292

93-
![B&K curve](docs/img/recipe-bnk.svg)
93+
![B&K curve](https://raw.githubusercontent.com/teolbb/curveforge/main/docs/img/recipe-bnk.svg)
9494

9595
```yaml
9696
base:
@@ -104,7 +104,7 @@ Low-shelf with corner at the sub-to-mains crossover. Use this for
104104
independent sub-channel correction in Dirac; set Dirac's `HIGHLIMITHZ` to
105105
match the `crossover_hz` value.
106106

107-
![Sub-only curve](docs/img/recipe-sub.svg)
107+
![Sub-only curve](https://raw.githubusercontent.com/teolbb/curveforge/main/docs/img/recipe-sub.svg)
108108

109109
```yaml
110110
base:
@@ -118,7 +118,7 @@ One YAML knob sweeps Harman from lean to cinema — `curveforge plot`
118118
overlays several recipes side-by-side so you can see exactly what each
119119
parameter does.
120120

121-
![Shelf level comparison](docs/img/comparison-shelf-levels.svg)
121+
![Shelf level comparison](https://raw.githubusercontent.com/teolbb/curveforge/main/docs/img/comparison-shelf-levels.svg)
122122

123123
```sh
124124
curveforge plot harman-4.yml harman-6.yml harman-8.yml harman-10.yml \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "curveforge"
7-
version = "0.1.0"
7+
version = "0.1.0.post1"
88
description = "Build Dirac Live target curves from research-grounded base curves and composable transforms."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)