From 37051c4c5154c53ee99f73805840c9b1842a674b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:31:51 +0000 Subject: [PATCH 1/6] Bump numpy from 1.26.4 to 2.0.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59c3a29a3..348298643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.23.0", - "numpy==1.26.4", + "numpy==2.0.1", "scipy==1.14.0", ] dynamic = ["version"] From ac2d9bc83c0689097908c8e1bd2d6650be63ab95 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 22 Jul 2024 16:32:05 +0000 Subject: [PATCH 2/6] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- .ci_support/environment_mini.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 3e168719e..916912107 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib-base =3.9.1 - nglview =3.1.2 - notebook -- numpy =1.26.4 +- numpy =2.0.1 - phonopy =2.26.6 - plotly =5.22.0 - pymatgen =2024.6.10 diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index ddd37cc33..eef38992c 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -3,5 +3,5 @@ channels: dependencies: - ase =3.23.0 - coverage -- numpy =1.26.4 +- numpy =2.0.1 - scipy =1.14.0 From 59372f56874940d9845f30e6504e87679caebda0 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 26 Jul 2024 07:26:53 +0200 Subject: [PATCH 3/6] Update test_visualize.py --- tests/test_visualize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_visualize.py b/tests/test_visualize.py index 5b8f31d7a..3360818b6 100644 --- a/tests/test_visualize.py +++ b/tests/test_visualize.py @@ -31,7 +31,7 @@ def test_get_frame(self): dx, counts = np.unique( np.diff(frame, axis=-2).squeeze().astype(int), axis=0, return_counts=True ) - self.assertEqual(dx.ptp(), 1, msg="Frames not drawn along the nearest edges") + self.assertEqual(np.ptp(dx), 1, msg="Frames not drawn along the nearest edges") msg = ( "There must be four lines along each direction" + " (4 x [1, 0, 0], 4 x [0, 1, 0] and 4 x [0, 0, 1])" From 5d551d72457e888ea145935252b22814e95d0ff4 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 12 Sep 2024 14:46:02 +0200 Subject: [PATCH 4/6] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 916912107..24e672b98 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib-base =3.9.1 - nglview =3.1.2 - notebook -- numpy =2.0.1 +- numpy =2.1.1 - phonopy =2.26.6 - plotly =5.22.0 - pymatgen =2024.6.10 From 57fc31a114154d498ed741df96258e3c9f5d5561 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 12 Sep 2024 14:46:13 +0200 Subject: [PATCH 5/6] Update environment_mini.yml --- .ci_support/environment_mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index eef38992c..0d909b275 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -3,5 +3,5 @@ channels: dependencies: - ase =3.23.0 - coverage -- numpy =2.0.1 +- numpy =2.1.1 - scipy =1.14.0 From b47b393d43105f8f35261705fb4171dc91aea9dc Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 12 Sep 2024 14:46:25 +0200 Subject: [PATCH 6/6] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 348298643..d8421d610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.23.0", - "numpy==2.0.1", + "numpy==2.1.1", "scipy==1.14.0", ] dynamic = ["version"]