Skip to content

Commit

Permalink
test CI with changelog alone (#449)
Browse files Browse the repository at this point in the history
* Update opt-disp-cf.yaml

* Update changelog.rst

* Update setup.py

* Update changelog.rst

* Update mace.yaml

* Update psi-cf.yaml

* Update psi-nightly.yaml

* Update psi-nightly.yaml

* Update psi-nightly.yaml

* Update psi-nightly.yaml

* Update CI.yml

* Update psi-nightly.yaml

* Update changelog.rst
  • Loading branch information
loriab committed Jun 25, 2024
1 parent 6b25916 commit 3b9ed2a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
python -m pip install . --no-deps
- name: QCEngineRecords
if: "(matrix.cfg.label != 'Psi4-1.6')"
run: |
qcengine info
export QCER_VER=`python -c "import qcengine.testing; print(qcengine.testing.QCENGINE_RECORDS_COMMIT)"`
Expand Down
3 changes: 2 additions & 1 deletion devtools/conda-envs/mace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ dependencies:

# mace deps
- pymace
- numpy<2.0 # until conda package imposes

# Testing
- pytest
- pytest-cov
- codecov
- codecov
2 changes: 1 addition & 1 deletion devtools/conda-envs/opt-disp-cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- psi4
- psi4=1.9.1
- rdkit
- mopac

Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/psi-cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- conda-forge/label/libint_dev
dependencies:
- psi4=1.8
- numpy<2

# Core
- python
Expand Down
16 changes: 15 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

.. vX.Y.0 / 2023-MM-DD (Unreleased)
.. vX.Y.0 / 2024-MM-DD (Unreleased)
.. --------------------
..
.. Breaking Changes
Expand All @@ -28,6 +28,20 @@ Changelog
.. - UNSOLVED (:issue:`397`) extras failed
v0.30.0 / 2024-06-25
--------------------

New Features
++++++++++++
- (:pr:`441`) MACE - Added harness for MACE-OFF23 and local MACE models. @jthorton
- (:pr:`443`) AIMNET2 - Added harness for AIMNET2 NN ML models. @jthorton

Misc.
+++++
- (:pr:`445`) CI - fix some test regex issues.
- (:pr:`449`) Maint - bump the QCElemental compatibility range.


v0.29.0 / 2023-10-31
--------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
cmdclass=versioneer.get_cmdclass(),
packages=setuptools.find_packages(),
setup_requires=[] + pytest_runner,
install_requires=["pyyaml", "py-cpuinfo", "psutil", "qcelemental>=0.24.0,<0.28.0", "pydantic>=1.8.2"],
install_requires=["pyyaml", "py-cpuinfo", "psutil", "qcelemental>=0.24.0,<0.30.0", "pydantic>=1.8.2"],
entry_points={"console_scripts": ["qcengine=qcengine.cli:main"]},
extras_require={
"docs": [
Expand Down

0 comments on commit 3b9ed2a

Please sign in to comment.