new release
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m25s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 13m22s
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled

This commit is contained in:
2026-07-05 14:13:32 +02:00
parent b46debad69
commit 83a01f1d83
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -1,8 +1,11 @@
python3-damaris (0.21) UNRELEASED; urgency=medium python3-damaris (0.22) stable; urgency=medium
* fixed autocomplete in the editor tabs * fixed autocomplete in the editor tabs
* added clipping warning on ADC overload, ADC bit-depth settable in config
* Accumulation object keeps track of job_ids
* get_result_by_index keeps common description
-- Markus Rosenstihl <markus.rosenstihl@pkm.tu-darmstadt.de> Sat, 04 Jul 2026 20:00:13 +0200 -- Markus Rosenstihl <markus.rosenstihl@pkm.tu-darmstadt.de> Sun, 05 Jul 2026 14:09:34 +0200
python3-damaris (0.20) stable; urgency=medium python3-damaris (0.20) stable; urgency=medium
+1 -1
View File
@@ -15,5 +15,5 @@
## module contents ## module contents
# #
__version__ = "0.21" __version__ = "0.22"
__all__=["experiments", "data", "gui"] __all__=["experiments", "data", "gui"]