workshop
workshop copied to clipboard
Bump mp-api from 0.7.1 to 0.30.10
Bumps mp-api from 0.7.1 to 0.30.10.
Release notes
Sourced from mp-api's releases.
v0.30.10
Set default value of
api_key
toNone
inMPRester
andBaseRester
classes.v0.30.9
Allow
thermo_type
to be passed a string inget_phase_diagram_from_chemsys
.v0.30.8
Ensures
qhull_data
returned withPhaseDiagram
objects is formatted as a numpy array to allow for plotting withPDPlotter
.v0.30.7
Ensures
PhaseDiagram
objects returned from the client can be plotted withPDPlotter
.v0.30.6
Version 0.30.6
Commits
- [98eb3605] Set default thermo_type in thermo search method (#726)
- [15c378bc] use query_contributions for ion ref data
- [bebe77bd] formatting; 32 apikey length
- [02e322f7] Fix session typo
- [5ef93138] FIx order of input chemsys for pd search (#719)
- [8f21dbbb] Fix passing session and headers in base rester (#717)
- [ac4bb36a] Custom sessions (#716)
- [6bf17910] Header dictionary pass through and
BaseRester
nesting fix (#715)- [49fc74a0] Update thermo rester methods (#714)
- [fecf7fda] Fix robocrys search pagination (#712)
- [bc5a9fb7] Add task_id list and elements to task
search
method (#709)- [80f46865] Allow the pmgrc file to be read for the MPREster settings (#708)
- [574cda52] Fix charge density
task_ids
list query (#707)- [17dd2cca] Implement method to get NOMAD download URL (#702)
- [ebe7c43b] Insert missing comma in setup.py (#697)
- [d3f76872] Smart chunk with max URL length consideration (#695)
- [72eafaa4] Add back
additional_criteria
as an input toget_entries
andget_entries_in_chemsys
(#693)- [2292fc1a] Ensure parity with top level legacy methods (#691)
- [25b21d81] Use six API keys in testing workflow instead of one (#687)
- [9f821a12] Remove manual dispatch from release wflow (#686)
- [f94a4fbc] Fix wflow dispatch
- [045f94e8] Fix release wflow
- [99132393] Add sphinx docs (#684)
- [89b37a60] Bump emmet (#679)
- [0b4520f7] Remove
pytest.mark.xfail
decorator, test expected to pass- [2849726d] use latest actions/setup-python and actions/checkout (#678)
- [f29b2e03] support single values as search filters (#672)
- [3f97decb] Adding
msgpack
to requirements- [6b9ebdf1] Add msgpack to reqs (#671)
- [12c93716] Bump emmet-core (#670)
- [50574376] Temp ignore task test
- [7b9b3e10] Clean up dependencies (#666)
... (truncated)
Commits
858409f
Default API key value to None in MPRester (#743)2ec98bd
Allowthermo_type
string passing for phase diagram method (#742)9dc27dc
add duplicate element checking in MPRester.get_entries_in_chemsys (#736)0713f8c
Acceptlist[str]
forthermo_types
inThermoRester.search()
(#729)1e83e2b
Ensure PhaseDiagram qhull_data is a numpy array (#731)ece1b3e
Fixel_refs
dict keys inPhaseDiagram
objects (#730)98eb360
Set default thermo_type in thermo search method (#726)15c378b
use query_contributions for ion ref databebe77b
formatting; 32 apikey length02e322f
Fix session typo- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)