Releases: xchem/fragalysis-backend
Releases · xchem/fragalysis-backend
ComputedSet method now 50 characters
- ComputedMolecule identity now fewer confusing characters - no
8
(B) or2
(Z)
Initial RHS auto-rename logic
- Fixes SitObservationGroup exceptions
- Changes to support initial logic for M2MS project issue 1121
- Includes model migrations
- Location of uploads now changed (now computed_set_data)
- Also minor tweaks
- Removal of unused get_vectors()
Adds proposal (target access string) validation
- Controlled by
TAS_REGEX
(a regular expression defining the target string format) - And
TAS_REGEX_ERROR_MSG
(error message when pattern is not matched - Used by the experiment upload serializer
- Also adds mypy and final (initial) style changes
Fix api/compound and cmpdimg returning empty list
After target loader update, compounds weren't connected to project. Fixed now.
Fix graph service indicator
2.0.25 fix: Attempt to fix graph service check
Another legacy-url fix (not logged on)
2.0.24 fix: Fix legacy URL when not logged in
Fix rendering of legacy_url
2.0.23 fix: Fix legacy_url on context
Adds upload error report enhancements
Merge pull request #468 from xchem/m2ms-1236-target-loader-reporting M2ms 1236 target loader reporting
Potential fix for ISPyB service check
- Should fix the timeout (using the wrong connect method)
Reduced logging with security exceptions
Merge pull request #465 from xchem/m2ms-1240-achristie Reduce ISPyB exception logging