Skip to content

Commit c453cc3

Browse files
подготовка к всесезонному старту (#458)
* dependabot: bump actions/cache from 2 to 3.0.11 (#451) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * dependabot: bump snok/install-poetry from 1.3.1 to 1.3.3 (#452) Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](snok/install-poetry@v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <[email protected]> * dependabot: bump matplotlib from 3.5.2 to 3.6.1 (#453) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.2 to 3.6.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.5.2...v3.6.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <[email protected]> * dependabot: bump numpy from 1.22.4 to 1.23.4 (#455) Bumps [numpy](https://github.com/numpy/numpy) from 1.22.4 to 1.23.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.22.4...v1.23.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <[email protected]> * dependabot: bump scikit-learn from 0.24.2 to 1.1.2 (#457) Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.1.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@0.24.2...1.1.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <[email protected]> * dependabot: bump jupyter-book from 0.13.0 to 0.13.1 (#456) Bumps [jupyter-book](https://github.com/executablebooks/jupyter-book) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/executablebooks/jupyter-book/releases) - [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md) - [Commits](jupyter-book/jupyter-book@v0.13...v0.13.1) --- updated-dependencies: - dependency-name: jupyter-book dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <[email protected]> * dependabot: bump netket from 3.4.3 to 3.5.1 (#454) Bumps [netket](https://github.com/netket/netket) from 3.4.3 to 3.5.1. - [Release notes](https://github.com/netket/netket/releases) - [Changelog](https://github.com/netket/netket/blob/master/CHANGELOG.md) - [Commits](netket/netket@v3.4.3...v3.5.1) --- updated-dependencies: - dependency-name: netket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvssttkk <[email protected]> * Update pyproject.toml * try to fix deps * fix: link to get poetry into makefile * upgrade poetry * bump pre-commit-config * migrate python part * update toc * update index * change link to course channel Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed79672 commit c453cc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1693
-4020
lines changed

.github/workflows/cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo apt install -y imagemagick
4040
4141
- name: set up poetry
42-
uses: snok/[email protected].1
42+
uses: snok/[email protected].3
4343
with:
4444
virtualenvs-create: true
4545
virtualenvs-in-project: true

.github/workflows/cd-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo apt install -y imagemagick
5050
5151
- name: set up poetry
52-
uses: snok/[email protected].1
52+
uses: snok/[email protected].3
5353
with:
5454
virtualenvs-create: true
5555
virtualenvs-in-project: true

.github/workflows/test-psi4-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: 3.8
3535

3636
- name: Set up poetry
37-
uses: snok/install-poetry@v1.1.7
37+
uses: snok/install-poetry@v1.3.3
3838
with:
3939
virtualenvs-create: true
4040
virtualenvs-in-project: true
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Use cache
5151
- name: Copy cache dir for dependecies
52-
uses: actions/cache@v2
52+
uses: actions/cache@v3.0.11
5353
env:
5454
cache-name: cache-poetry-modules
5555
with:

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22

33
- repo: https://github.com/asottile/reorder_python_imports
4-
rev: v3.8.2
4+
rev: v3.8.5
55
hooks:
66
- id: reorder-python-imports
77

88
- repo: https://github.com/psf/black
9-
rev: 22.6.0
9+
rev: 22.10.0
1010
hooks:
1111
- id: black
1212
args:
@@ -49,12 +49,12 @@ repos:
4949
- --markdown-linebreak-ext=md
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v0.971
52+
rev: v0.982
5353
hooks:
5454
- id: mypy
5555

5656
- repo: https://github.com/ComPWA/mirrors-pyright
57-
rev: v1.1.267
57+
rev: v1.1.275
5858
hooks:
5959
- id: pyright
6060

.yaspellerrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"Сасскинд",
8484
"Тезиков",
8585
"Тоффоли",
86-
"Трохименко",
8786
"Тыртышников.*",
8887
"Феншуй.*",
8988
"Ферацци",

CITATION.cff

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors:
1010
given-names: "Semyon"
1111
- family-names: "Kashnitsky"
1212
given-names: "Yury"
13-
- family-names: "Trokhymenko"
14-
given-names: "Viktor"
13+
- family-names: "vvssttkk"
14+
given-names: "vvssttkk"
1515
- family-names: "Bazhanov"
1616
given-names: "Dmitry"
1717
- family-names: "Berezutskii"
@@ -26,12 +26,8 @@ authors:
2626
given-names: "Evgenii"
2727
- family-names: "Karelin"
2828
given-names: "Nikolay"
29-
- family-names: "Kotenkov"
30-
given-names: "Igor"
3129
- family-names: "Lukyanenko"
3230
given-names: "Andrey"
33-
- family-names: "Ovsyannikova"
34-
given-names: "Alexandra"
3531
- family-names: "Ozerin"
3632
given-names: "Alex"
3733
- family-names: "Piatrou"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install-python-poetry-ubuntu:
1111
sudo apt install curl wget python3.8 -y
1212
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
1313
sudo apt install python3-distutils -y
14-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
14+
curl -sSL https://install.python-poetry.org | python3
1515

1616
# curl "http://vergil.chemistry.gatech.edu/psicode-download/Psi4conda-1.4rc3-py38-Linux-x86_64.sh" -o Psi4conda-1.4rc3-py38.sh --keepalive-time 2
1717

0 commit comments

Comments
 (0)