Skip to content
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
1 change: 1 addition & 0 deletions docs/source/release/v6.11.0/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Bugfixes
- Algorithm :ref:`ExtractFFTSpectrum <algm-ExtractFFTSpectrum>` no longer causes an unreliable segmentation fault.
- Algorithm :ref:`LoadIsawUB <algm-LoadIsawUB>` now correctly adds the UB to the first experiment info when the input workspace has more than one.
- Algorithms :ref:`SaveNexusProcessed <algm-SaveNexusProcessed>` and :ref:`LoadNexusProcessed <algm-LoadNexusProcessed>` have been fixed to correctly work with :ref:`Ragged Workspaces <Ragged_Workspace>`.
- Algorithms :ref:`CatalogLogin <algm-CatalogLogin>` and :ref:`CatalogGetDataFiles <algm-CatalogGetDataFiles>` now use the correct new URL for ICAT for the ISIS facility.

Removed
#######
Expand Down
2 changes: 1 addition & 1 deletion instrument/Facilities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</archive>

<catalog name="ICat4Catalog">
<soapendpoint url="https://icatisis.esc.rl.ac.uk/ICATService/ICAT"></soapendpoint>
<soapendpoint url="https://icat.isis.stfc.ac.uk/ICATService/ICAT"></soapendpoint>
<externaldownload url="https://isisicatds.stfc.ac.uk/ids/"></externaldownload>
<filelocation>
<prefix regex="\\\\isis(?:\.cclrc\.ac\.uk)?\\inst\$"></prefix>
Expand Down
Loading