Skip to content

Extend MRC to Nexus converter to work with TVIPS #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# CHANGELOG


## 0.9.#

## 0.10.0

### Added
- Small utility for creating directories when needed.
- New wrapper function for serial nexus file for I19-2.
- Serial functionality for i19 CLI.

### Changed
- Tidier parameter model for I19-2.

### Fixed
- Small bug in iso_timestamps where some formats were not properly handled.


## 0.9.10
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"scanspec",
"dataclasses-json",
"pydantic",
"mrcfile>=1.5.3",
]
license.file = "LICENSE"
readme = "README.rst"
Expand Down
6 changes: 3 additions & 3 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Sphinx==7.3.7
sphinx-rtd-theme==2.0.0
autodoc_pydantic==2.2.0
numpy==2.2.2
numpy==2.2.6
pint==0.24.4
h5py==3.11.0
h5py==3.13.0
hdf5plugin==5.0.0
freephil==0.2.1
importlib_resources==6.5.2
scanspec==0.7.6
pydantic==2.10.3
pydantic==2.11.4
Loading
Loading