v1.0.0-rc.94

This commit is contained in:
2025-10-25 22:05:47 +02:00
parent 58144995e0
commit b2abb0f92b
152 changed files with 286 additions and 202 deletions
+23 -16
View File
@@ -1,16 +1,23 @@
# Changelog
## 1.0.0.rc.93
## 1.0.0-rc.94
This is an UNSTABLE release.
* FFTIndexer: Add limit on angles to avoid colinear vectors
* Docker images: Add 3D Qt
* Gitea: Fixes to the pipeline
## 1.0.0-rc.93
This is an UNSTABLE release.
* CI: Fixes to Gitlab based pipeline
* PCIe driver: Fix PCIe revision being hex number
## 1.0.0.rc.92
## 1.0.0-rc.92
This is an UNSTABLE release.
* jfjoch_broker: Fix code that predicted Bragg reflections scattering back from the sample.
## 1.0.0.rc.91
## 1.0.0-rc.91
This is an UNSTABLE release. This release introduces new features, which usually means these need more field testing before enough maturity.
For production use we recommend waiting for a future bug-fix release.
@@ -20,7 +27,7 @@ For production use we recommend waiting for a future bug-fix release.
* jfjoch_broker: Lattice search
* jfjoch_broker: Many more improvements in image analysis
## 1.0.0.rc.90
## 1.0.0-rc.90
This is an UNSTABLE release.
* jfjoch_broker: for indexing min index spots for a viable cells can be changed via OpenAPI
@@ -28,7 +35,7 @@ This is an UNSTABLE release.
* jfjoch_writer: Add option where no files at all are saved
* Documentation: improvements
## 1.0.0.rc.89
## 1.0.0-rc.89
This is an UNSTABLE release.
* jfjoch_broker: Fix resolution estimation code
@@ -38,52 +45,52 @@ This is an UNSTABLE release.
* jfjoch_viewer: Display missing metadata when using HTTP
* jfjoch_viewer: Fix bug when opening the same file twice
## 1.0.0.rc.88
## 1.0.0-rc.88
This is an UNSTABLE release.
* jfjoch_viewer: Add resolution estimation to the image information
* jfjoch_broker: Minor changes to resolution estimate routine
## 1.0.0.rc.87
## 1.0.0-rc.87
This is an UNSTABLE release.
* jfjoch_viewer: Display more image metadata (angle / exposure time)
* jfjoch_viewer: Improve I/sigma and B-factor plots
* jfjoch_broker: Estimate resolution based on visible spots
## 1.0.0.rc.86
## 1.0.0-rc.86
This is an UNSTABLE release.
* jfjoch_broker: Update logic when initializing detector to make it a bit more resilient
* Gitea pipelines have nocuda option for all architectures
## 1.0.0.rc.85
## 1.0.0-rc.85
This is an UNSTABLE release.
* jfjoch_viewer: When using online view, dataset info plots are not switched back to the first category for each image
* jfjoch_viewer: Handle spot count better in dataset info plots
* jfjoch_viewer: Highlight spots in ice ring resolutions in cyan, when detection is enabled
## 1.0.0.rc.84
## 1.0.0-rc.84
This is an UNSTABLE release.
* jfjoch_broker: Write in log which detector is being initialized
* Changes to automated build system
## 1.0.0.rc.83
## 1.0.0-rc.83
This is an UNSTABLE release.
* jfjoch_viewer: Fix in generating preview image for signed data (wrong bit-width was assumed before)
* CI: Fix script to generate python client
## 1.0.0.rc.82
## 1.0.0-rc.82
This is an UNSTABLE release.
* jfjoch_viewer: Enable FFTW based indexing in viewer (very slow at the moment)
* Frontend: Minor fixes
* Build scripts: Minor fixes to FFTW
## 1.0.0.rc.81
## 1.0.0-rc.81
This is an UNSTABLE release. This release introduces new features, which usually means these need more field testing before enough maturity.
For production use we recommend waiting for a future bug-fix release.
@@ -96,18 +103,18 @@ For production use we recommend waiting for a future bug-fix release.
CI: Moving from Gitlab to Gitea at PSI
## 1.0.0.rc.80
## 1.0.0-rc.80
This is an UNSTABLE release.
* jfjoch_broker: Fix bug when wrong value for a plot (NaN or infinity) would lead to a null in a plot, which cannot be parsed by viewer
## 1.0.0.rc.79
## 1.0.0-rc.79
This is an UNSTABLE release.
* jfjoch_viewer: Fix bug when loading new dataset was creating a cascade of signals leading to poor performance
* jfjoch_writer: Save nimages_per_trigger in detectorSpecific
## 1.0.0.rc.78
## 1.0.0-rc.78
This is an UNSTABLE release.
* jfjoch_viewer: Using a single event loop (reading images is not in dedicated thread anymore)
+1 -1
View File
@@ -9,7 +9,7 @@
project = 'Jungfraujoch'
copyright = '2024, Paul Scherrer Institute'
author = 'Filip Leonarski'
release = '1.0.0-rc.93'
release = '1.0.0-rc.94'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
+2 -2
View File
@@ -22,8 +22,8 @@ communicate through network calls or other mechanisms.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.0.0-rc.93
- Package version: 1.0.0-rc.93
- API version: 1.0.0-rc.94
- Package version: 1.0.0-rc.94
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen