Logo
Explore Help
Sign In
mx/AareCommon
Watch 0
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases 26 Wiki Activity

26 Releases 26 Tags

RSS Feed
  • v0.8.0 68ab034a51
    Compare

    v0.8.0
    Build and Publish / release (push) Successful in 6s
    Details
    CI / lint (push) Successful in 24s
    Details
    CI / test (3.11) (push) Successful in 24s
    Details
    CI / test (3.12) (push) Successful in 25s
    Details
    CI / test (3.13) (push) Successful in 22s
    Details
    Stable

    mx-gitea released this 2026-09-09 17:08:01 +02:00 | 0 commits to main since this release

    v0.8.0 (2026-09-09)

    Features

    • Add context manager to suppress print from e.g. macros (f990ac4)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.4 39d7ae8dd3
    Compare

    v0.7.4
    Build and Publish / release (push) Successful in 7s
    Details
    CI / lint (push) Successful in 20s
    Details
    CI / test (3.11) (push) Successful in 26s
    Details
    CI / test (3.12) (push) Successful in 25s
    Details
    CI / test (3.13) (push) Successful in 34s
    Details
    Stable

    mx-gitea released this 2026-09-08 16:53:44 +02:00 | 2 commits to main since this release

    v0.7.4 (2026-09-08)

    Bug Fixes

    • Zoom model typing (8d273d0)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.3 e077add687
    Compare

    v0.7.3
    Build and Publish / release (push) Successful in 6s
    Details
    CI / lint (push) Successful in 21s
    Details
    CI / test (3.12) (push) Successful in 25s
    Details
    CI / test (3.13) (push) Successful in 22s
    Details
    CI / test (3.11) (push) Successful in 26s
    Details
    Stable

    mx-gitea released this 2026-09-08 09:05:18 +02:00 | 4 commits to main since this release

    v0.7.3 (2026-09-08)

    Bug Fixes

    • Validate data collection parameters on assignment (c13bb5d)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.2 d8d89f4ad8
    Compare

    v0.7.2
    Build and Publish / release (push) Successful in 8s
    Details
    CI / lint (push) Successful in 21s
    Details
    CI / test (3.12) (push) Successful in 26s
    Details
    CI / test (3.11) (push) Successful in 29s
    Details
    CI / test (3.13) (push) Successful in 28s
    Details
    Stable

    mx-gitea released this 2026-09-08 00:22:24 +02:00 | 6 commits to main since this release

    v0.7.2 (2026-09-07)

    Bug Fixes

    • Transmission is a fraction of full beam everywhere (c095cb4)

    DataCollectionParameters.transmission was the outlier: int percent 0-100 while BeamlineStatus / SimpleScanParameters / FluorescenceSpectrum already used a 0-1 fraction. Per the DAQ/DB consensus it is now a strict Annotated[float, Field(ge=0.0, le=1.0)] fraction (1.0 = full beam); percent-scale values in (1.0, 100.0] fail validation by design instead of being silently reinterpreted. RotationScanRequest / RasterGridRequest gain the same constraint (production data is already fraction on those paths).

    Human-facing surfaces (user spreadsheets, AareDB public API) stay percent; their converters live in AareDB at the boundary.

    Co-Authored-By: Claude Fable 5 noreply@anthropic.com

    Claude-Session: https://claude.ai/code/session_01HiGzkkuiZXei894cnJfgSg

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.1 ca239c6760
    Compare

    v0.7.1
    Build and Publish / release (push) Successful in 5s
    Details
    CI / lint (push) Successful in 1m17s
    Details
    CI / test (3.13) (push) Successful in 23s
    Details
    CI / test (3.12) (push) Successful in 1m5s
    Details
    CI / test (3.11) (push) Successful in 1m7s
    Details
    Stable

    mx-gitea released this 2026-09-03 12:52:27 +02:00 | 8 commits to main since this release

    v0.7.1 (2026-09-03)

    Bug Fixes

    • Exclude jfjochgsunion from QA (907991f)

    Refactoring

    • Tidy up for gridscan analysis switching (f13edc3)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.0 33671771fb
    Compare

    v0.7.0
    Build and Publish / release (push) Successful in 7s
    Details
    CI / lint (push) Successful in 2m3s
    Details
    CI / test (3.12) (push) Successful in 23s
    Details
    CI / test (3.13) (push) Successful in 22s
    Details
    CI / test (3.11) (push) Successful in 1m50s
    Details
    Stable

    mx-gitea released this 2026-09-03 12:27:35 +02:00 | 11 commits to main since this release

    v0.7.0 (2026-09-03)

    Bug Fixes

    • Type checking in tests (a400ffc)

    Code Style

    • Ruff format and fix (113a388)

    Features

    • models: Ship the grid-scan decision to AareDB (626f1f0)

    GridScanResult gains contour_cells -- the (nx, ny) cells of the chosen 50 % blob, so consumers can draw the decision's own footprint over the sample image without recomputing the map. New GridScanDecision wraps the result verbatim with provenance (algorithm, version, the Thresholds used) and rides on RasterPayloadModel.decision (optional -- DAQs that have not adopted it stay valid). jfjoch-client floor moves to 1.0.0rc166: the embedded ScanResult defines the field contract, and rc166 adds per-image ice + latt_count and rotation_bravais.

    Co-Authored-By: Claude Fable 5 noreply@anthropic.com

    Claude-Session: https://claude.ai/code/session_01HiGzkkuiZXei894cnJfgSg

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.6.0 df0d86d9d1
    Compare

    v0.6.0
    Build and Publish / release (push) Successful in 6s
    Details
    CI / lint (push) Failing after 1m16s
    Details
    CI / test (3.11) (push) Skipped
    Details
    CI / test (3.12) (push) Skipped
    Details
    CI / test (3.13) (push) Skipped
    Details
    Stable

    mx-gitea released this 2026-09-03 09:29:00 +02:00 | 15 commits to main since this release

    v0.6.0 (2026-09-03)

    Features

    • Add Meitian's gridscan analysis util (9cad8ec)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.5.4 f56b7a4c1b
    Compare

    v0.5.4
    Build and Publish / release (push) Successful in 6s
    Details
    CI / lint (push) Successful in 20s
    Details
    CI / test (3.12) (push) Successful in 23s
    Details
    CI / test (3.13) (push) Successful in 49s
    Details
    CI / test (3.11) (push) Successful in 1m24s
    Details
    Stable

    mx-gitea released this 2026-08-27 17:26:21 +02:00 | 17 commits to main since this release

    v0.5.4 (2026-08-27)

    Bug Fixes

    • Revert to 0.75 low res spot and 0.25 background (28b29c1)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.5.3 8ce38e4522
    Compare

    v0.5.3
    Build and Publish / release (push) Successful in 5s
    Details
    CI / lint (push) Successful in 30s
    Details
    CI / test (3.11) (push) Successful in 51s
    Details
    CI / test (3.12) (push) Successful in 51s
    Details
    CI / test (3.13) (push) Successful in 43s
    Details
    Stable

    mx-gitea released this 2026-08-27 17:03:55 +02:00 | 19 commits to main since this release

    v0.5.3 (2026-08-27)

    Bug Fixes

    • Use total spots according to MW (eae49b8)

    Chores

    • Drop unused import (b1121ae)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.5.2 290a3ab59a
    Compare

    v0.5.2
    Build and Publish / release (push) Successful in 5s
    Details
    CI / lint (push) Successful in 21s
    Details
    CI / test (3.11) (push) Successful in 26s
    Details
    CI / test (3.12) (push) Successful in 25s
    Details
    CI / test (3.13) (push) Successful in 22s
    Details
    Stable

    mx-gitea released this 2026-08-27 14:24:40 +02:00 | 23 commits to main since this release

    v0.5.2 (2026-08-27)

    Bug Fixes

    • Supply max image with not enough spots (26d6810)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 Next Last
Powered by Gitea Version: 1.27.3 Page: 34ms Template: 13ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API