I made this release to do a minor update to numexpr
to avoid this warning from pandas and any issues that might come along with it:
/cds/home/z/zlentz/miniconda3/envs/pcds-5.9.0/lib/python3.9/site-packages/pandas/core/computation/expressions.py:21: UserWarning: Pandas requires version '2.8.4' or newer of 'numexpr' (version '2.7.3' currently installed).
from pandas.core.computation.check import NUMEXPR_INSTALLED
In addition, we've pulled in the following requests and updates:
Added the Following Packages
- xopt
PCDS Package Updates
Package | Old | New | Release Notes |
---|---|---|---|
atef | 1.5.0 | 1.5.1 | https://github.com/pcdshub/atef/releases/tag/v1.5.1 |
lightpath | 1.0.4 | 1.0.5 | https://github.com/pcdshub/lightpath/releases/tag/v1.0.5 |
pcdsdevices | 8.5.0 | 8.6.0 | https://github.com/pcdshub/pcdsdevices/releases/tag/v8.6.0 |
pytmc | 2.16.0 | 2.17.0 | https://github.com/pcdshub/pytmc/releases/tag/v2.17.0 |
Packages With Degraded Versions
Package | Old | New |
---|---|---|
botorch | 0.11.3 | 0.10.0 |
gpytorch | 1.12 | 1.11 |
linear_operator | 0.5.2 | 0.5.1 |
Added the Following Dependencies
- deap (required by xopt)
- libgcc (required by cryptography, deap, libgcc-ng, libstdcxx, openssl, which are used in atef, bluesky, bluesky-live, databroker, happi, hklpy, ipython, jupyter, ophyd, pandas, pmpsui, scikit-image, suitcase-tiff, xarray)
- libstdcxx (required by deap, libstdcxx-ng)
- lightpath-base (required by lightpath, pcdsdevices)
- orjson (required by hklpy, xopt)