Skip to content

Commit 13963ff

Browse files
committed
chore: release v0.5.0
1 parent e61b2bd commit 13963ff

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.5.0 - 2026-05-15
4+
5+
### Features
6+
- Add browserless `hyperview figure export` for paper-ready 3D embedding figures.
7+
- Persist 3D scatter camera state so exported figures can reuse the UI view.
8+
- Report geometry-aware nearest-neighbor distances, including exact hyperboloid geodesic distances.
9+
10+
### Documentation
11+
- Document the figure export workflow in the packaged HyperView agent skill.
12+
313
## 0.4.2 - 2026-05-11
414

515
### Fixes
@@ -48,4 +58,4 @@
4858

4959
### Breaking Changes
5060
- Replace CLI `--geometry` with repeatable `--layout` flags such as `--layout euclidean`, `--layout poincare`, and `--layout spherical`.
51-
- Replace `Dataset.compute_visualization(geometry=...)` with `Dataset.compute_visualization(layout=...)`; bare `spherical` layouts now resolve to 3D.
61+
- Replace `Dataset.compute_visualization(geometry=...)` with `Dataset.compute_visualization(layout=...)`; bare `spherical` layouts now resolve to 3D.

0 commit comments

Comments
 (0)