scipp / scippneutron

Neutron scattering toolkit built using scipp for Data Reduction. Not facility or instrument specific.
https://scipp.github.io/scippneutron/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Remove load_nexus and data streaming #530

Closed jl-wynen closed 1 month ago

jl-wynen commented 2 months ago

Removes the deprecated load_nexus function and surrounding utilities. Also removes the data streaming package because it depends on load_nexus. The streaming code should have been superseded by Beamlime by now.

I did not find any usages of either load_nexus or data streaming in downstream projects. (Except for ess which we no longer use anyway.)

We need to either remove or update load_nexus once https://github.com/scipp/scippnexus/pull/218 is published.