Skip to content

Commit

Permalink
Merge pull request #351 from ZLLentz/doc_v1.18.0
Browse files Browse the repository at this point in the history
DOC/BLD: v1.18.0 release notes, update dependencies
  • Loading branch information
ZLLentz authored Oct 26, 2022
2 parents ab2ff8b + e59d499 commit b06c514
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
8 changes: 4 additions & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ build:

requirements:
build:
- python >=3.6
- python >=3.9
- setuptools

run:
- python >=3.6
- python >=3.9
- archapp >=1.0.2
- bluesky >=1.8.0
- coloredlogs >=15.0.0
Expand All @@ -26,12 +26,12 @@ requirements:
- happi >=1.9.0
- ipython >=7.26.0
- jinja2 >=2.11.0
- lightpath >=0.6.0
- lightpath >=1.0.1
- matplotlib >=3.4.0
- nabs >=1.5.0
- pcdscalc >=0.3.0
- pcdsdaq >=2.3.0
- pcdsdevices >=4.7.0
- pcdsdevices >=7.0.0
- pcdsutils >=0.6.0
- psdaq-control-minimal >=3.3.19
- psdm_qs_cli >=0.3.1
Expand Down
20 changes: 20 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release History
###############


v1.18.0 (2022-10-25)
====================

Features
--------
- Updates database loading to utilize updated lightpath (v1.0.0)
for loading devices. This makes the newer, reworked version of
lightpath available in the session instead of the old version.

Maintenance
-----------
- Fix issues with running tests offline on LCLS servers.

Contributors
------------
- tangkong
- zllentz


v1.17.0 (2022-07-27)
====================

Expand Down
23 changes: 0 additions & 23 deletions docs/source/upcoming_release_notes/350-mnt_new_lp_config.rst

This file was deleted.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ cookiecutter>=1.7.0
happi>=1.9.0
ipython>=7.26.0
jinja2>=2.11.0
lightpath>=1.0.1
matplotlib>=3.4.0
nabs>=1.5.0
pcdscalc>=0.3.0
pcdsdaq>=2.3.0
pcdsdevices>=4.7.0
pcdsdevices>=7.0.0
pcdsutils>=0.5.0
pyfiglet>=0.8.0
pyqt5<5.15.0
Expand Down

0 comments on commit b06c514

Please sign in to comment.