Skip to content

Commit 7b698b3

Browse files
committed
Release version 0.17.4
1 parent 041f20a commit 7b698b3

File tree

4 files changed

+29
-31
lines changed

4 files changed

+29
-31
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors:
66
- family-names: Malpas
77
given-names: Amber
88
url: "https://github.com/AmberLee2427/microlens-submit"
9-
doi: "10.5281/zenodo.18529261"
9+
doi: "10.5281/zenodo.18558755"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ import this file directly.
160160

161161
Bibtex:
162162
```
163-
@software{malpas_2025_18529261,
163+
@software{malpas_2025_18558755,
164164
author = {Malpas, Amber},
165165
title = {microlens-submit},
166166
month = oct,
167167
year = 2025,
168168
publisher = {Zenodo},
169169
version = {v0.16.3},
170-
doi = {10.5281/zenodo.18529261},
171-
url = {https://doi.org/10.5281/zenodo.18529261},
170+
doi = {10.5281/zenodo.18558755},
171+
url = {https://doi.org/10.5281/zenodo.18558755},
172172
}
173173
```
174174

RELEASE_NOTES.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
# microlens-submit v0.17.3 Release Notes
1+
# microlens-submit v0.17.4 Release Notes
22

3-
**Release Date:** 2026-02-08
3+
**Release Date:** 2026-02-09
44

55
## Changelog
66

7-
## [0.17.3] - 2026-02-08
7+
## [0.17.4] - 2026-02-09
88

99
### Added
10-
- Solution-level hardware metadata overrides and autofill helpers.
11-
- Notebook display helpers for dashboard, event, solution, and full dossier pages.
12-
- Python API support for setting `bands` during `event.add_solution()`.
13-
- Tests covering notebook display helpers and `bands` in the Python API.
10+
- Added `regenerate` flag for `notebook_display_solution()` to force HTML refresh.
1411

1512
### Changed
16-
- CLI `edit-solution` now supports solution-level hardware overrides (JSON), autofill, and clearing.
17-
- Notebook display helpers inline local assets for JupyterHub/JupyterLab display.
13+
- Dossier notebook rendering now inlines local plot images referenced by solution pages.
14+
- Temporary notes created without a project root now track their absolute location.
1815

1916
### Fixed
20-
- Asset inlining now handles single-quoted `src` attributes in dossier HTML.
17+
- Submission save now relocates temporary notes even when the tmp file lives outside the project directory.
18+
- Conda recipe now uses the `pypi.io` source URL to avoid PyPI source 404s during build.

zenodo_draft.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"version": "0.17.3",
3-
"deposition_id": 18529261,
4-
"conceptrecid": "18529260",
5-
"doi": "10.5281/zenodo.18529261",
2+
"version": "0.17.4",
3+
"deposition_id": 18558755,
4+
"conceptrecid": "18558754",
5+
"doi": "10.5281/zenodo.18558755",
66
"prereserve": {
7-
"doi": "10.5281/zenodo.18529261",
8-
"recid": 18529261
7+
"doi": "10.5281/zenodo.18558755",
8+
"recid": 18558755
99
},
1010
"links": {
11-
"self": "https://zenodo.org/api/deposit/depositions/18529261",
12-
"html": "https://zenodo.org/deposit/18529261",
11+
"self": "https://zenodo.org/api/deposit/depositions/18558755",
12+
"html": "https://zenodo.org/deposit/18558755",
1313
"badge": "https://zenodo.org/badge/doi/.svg",
14-
"files": "https://zenodo.org/api/deposit/depositions/18529261/files",
15-
"bucket": "https://zenodo.org/api/files/c5cc7667-8cf7-427d-b0ab-8d8be88d25fa",
16-
"latest_draft": "https://zenodo.org/api/deposit/depositions/18529261",
17-
"latest_draft_html": "https://zenodo.org/deposit/18529261",
18-
"publish": "https://zenodo.org/api/deposit/depositions/18529261/actions/publish",
19-
"edit": "https://zenodo.org/api/deposit/depositions/18529261/actions/edit",
20-
"discard": "https://zenodo.org/api/deposit/depositions/18529261/actions/discard",
21-
"newversion": "https://zenodo.org/api/deposit/depositions/18529261/actions/newversion"
14+
"files": "https://zenodo.org/api/deposit/depositions/18558755/files",
15+
"bucket": "https://zenodo.org/api/files/0e328d7e-9757-4b97-88fe-c168a850a3e0",
16+
"latest_draft": "https://zenodo.org/api/deposit/depositions/18558755",
17+
"latest_draft_html": "https://zenodo.org/deposit/18558755",
18+
"publish": "https://zenodo.org/api/deposit/depositions/18558755/actions/publish",
19+
"edit": "https://zenodo.org/api/deposit/depositions/18558755/actions/edit",
20+
"discard": "https://zenodo.org/api/deposit/depositions/18558755/actions/discard",
21+
"newversion": "https://zenodo.org/api/deposit/depositions/18558755/actions/newversion"
2222
},
23-
"created": "2026-02-08T23:46:43.010783+00:00"
23+
"created": "2026-02-09T17:59:48.217509+00:00"
2424
}

0 commit comments

Comments
 (0)