Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Myqueue conversion #182

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f5c0a14
Bump matplotlib from 3.4.3 to 3.5.0
dependabot[bot] Nov 17, 2021
fb36c1a
Bump furo from 2021.11.15 to 2021.11.16
dependabot[bot] Nov 17, 2021
5a4f804
Added first implementation of a myqueue conversion scheme for jobflow
davidwaroquiers Nov 18, 2021
60e3407
Merge branch 'main' of https://github.com/davidwaroquiers/jobflow
davidwaroquiers Nov 18, 2021
5278c62
Bump furo from 2021.11.16 to 2021.11.23
dependabot[bot] Nov 29, 2021
c6e1d4b
Bump maggma from 0.32.1 to 0.32.3
dependabot[bot] Nov 29, 2021
f31d757
Bump ipython from 7.29.0 to 7.30.0
dependabot[bot] Nov 29, 2021
96b5d6a
Bump sphinx from 4.3.0 to 4.3.1
dependabot[bot] Nov 29, 2021
2178d9c
Bump fireworks from 1.9.7 to 1.9.8
dependabot[bot] Dec 13, 2021
cd0c260
Bump ipython from 7.30.0 to 7.30.1
dependabot[bot] Dec 13, 2021
aa2be5b
Bump matplotlib from 3.5.0 to 3.5.1
dependabot[bot] Dec 13, 2021
312b86b
Bump m2r2 from 0.3.1 to 0.3.2
dependabot[bot] Dec 13, 2021
9ed307f
Bump sphinx from 4.3.1 to 4.3.2
dependabot[bot] Dec 20, 2021
02102a9
Bump nbsphinx from 0.8.7 to 0.8.8
dependabot[bot] Jan 3, 2022
b0350ac
Bump pydantic from 1.8.2 to 1.9.0
dependabot[bot] Jan 3, 2022
d8747aa
Bump furo from 2021.11.23 to 2022.1.2
dependabot[bot] Jan 3, 2022
13813fa
Bump monty from 2021.8.17 to 2021.12.1
dependabot[bot] Jan 3, 2022
52b073a
Bump autodoc-pydantic from 1.5.1 to 1.6.0
dependabot[bot] Jan 10, 2022
461589a
Bump ipython from 7.30.1 to 7.31.0
dependabot[bot] Jan 10, 2022
fc0880c
Bump sphinx from 4.3.2 to 4.4.0
dependabot[bot] Jan 17, 2022
80e17a0
Bump ipython from 7.31.0 to 8.0.0
dependabot[bot] Jan 17, 2022
3eaf8bd
Bump monty from 2021.12.1 to 2022.1.12.1
dependabot[bot] Jan 17, 2022
23baaf3
Bump ipython from 8.0.0 to 8.0.1
dependabot[bot] Jan 24, 2022
4675843
Bump monty from 2022.1.12.1 to 2022.1.19
dependabot[bot] Jan 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump ipython from 7.30.1 to 7.31.0
dependabot[bot] authored Jan 10, 2022

Verified

This commit was signed with the committer’s verified signature.
nilsingwersen Nils Ingwersen
commit 461589ac6d666b7fa0273b513441b1fedab5af2a
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"sphinx==4.3.2",
"furo==2022.1.2",
"m2r2==0.3.2",
"ipython==7.30.1",
"ipython==7.31.0",
"nbsphinx==0.8.8",
"nbsphinx-link==1.3.0",
"FireWorks==1.9.8",