NSLS-II / nslsii

NSLS-II related devices
BSD 3-Clause "New" or "Revised" License
10 stars 21 forks source link

Add Xspress3ExternalFileReference, Xspress3HDF5Plugin, and time series PVs #152

Closed jklynch closed 1 year ago

jklynch commented 2 years ago

This PR adds classes for generating resource and datum documents by way of "external file reference" signals, plus PVs for interacting with NDPluginTimeSeries PVs.

mrakitin commented 1 year ago

@jklynch, what if we exclude Python 3.7 from the test matrix and make Python 3.8 a minimum-supported version?

prjemian commented 1 year ago

I concur.

On Fri, Dec 9, 2022, 9:31 AM Maksim Rakitin @.***> wrote:

@jklynch https://github.com/jklynch, what if we exclude Python 3.7 from the test matrix and make Python 3.8 a minimum-supported version?

— Reply to this email directly, view it on GitHub https://github.com/NSLS-II/nslsii/pull/152#issuecomment-1344448494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMUMG4MPLH3Z624YXIM2DWMNGEJANCNFSM5XV2GCAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mrakitin commented 1 year ago

@prjemian, thanks for your feedback! Just curious, is the nslsii package used at APS for anything?

mrakitin commented 1 year ago

Alternatively, the fix can be similar to https://github.com/bluesky/event-model/pull/233 for Python 3.7.

prjemian commented 1 year ago

The nsls2forge channel is included in the conda environment for the apstools package.

On Fri, Dec 9, 2022, 10:03 AM Maksim Rakitin @.***> wrote:

Alternatively, the fix can be similar to bluesky/event-model#233 https://github.com/bluesky/event-model/pull/233 for Python 3.7.

— Reply to this email directly, view it on GitHub https://github.com/NSLS-II/nslsii/pull/152#issuecomment-1344481544, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMUME6HUIJYWNHHNQT65TWMNJ4TANCNFSM5XV2GCAQ . You are receiving this because you were mentioned.Message ID: @.***>

mrakitin commented 1 year ago

Oh, we stopped maintaining the nsls2forge conda channel, and use conda-forge solely.