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

🚀 Release 0.12 #199

Merged
merged 36 commits into from
Sep 27, 2022
Merged

🚀 Release 0.12 #199

merged 36 commits into from
Sep 27, 2022

Conversation

janssenhenning
Copy link
Contributor

janssenhenning and others added 30 commits July 15, 2022 13:28
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ons/cache-3.0.5

Bump actions/cache from 3.0.4 to 3.0.5
…ons/setup-python-4.1.0

Bump actions/setup-python from 4.0.0 to 4.1.0
Added
- `eval_xpath_all` returns all results
- `eval_xpath_one` returns one result and makes sure there is only one
- `eval_xpath_first` returns the first result

All three accept the argument `expected_type`, which is used to check the results of the XPath evaluation
* Make sure that values in `convert_to_xml` are not `None`

* Remove `list_return` argument from `eval_xpath_create`
)

Switched around some order of checks in the `masci-tools fleur-schema add`
to avoid unnecessary checks when `--from-git` flag is given
Allows to set a test option for the KKR-BdG code
If any command would raise an exception it would not be shown correctly
in the tests
For unnecessary lambda assignment
…(spglib) and setting LibXC functionals (#183)

* New XML setters 
 - for easier specification of XC functional including LibXC
 - for creating a kpoint path using the ASE bandpath function
 - for creating kpoint meshes with spglib using the symmetries of the inp.xml

*`set_kpointmesh` maps to the same bz interval [0,1] as the gamma option of
the fleur kpoint generator by default
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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>
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.5...v3.0.6)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
updates:
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](asottile/pyupgrade@v2.34.0...v2.37.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This would previously fail if there were multiple comments
after or before the root XML element
this would not detect when the relax.xml include was already present
and would enter a second xi:include tag breaking the inp.xml
if the modifying function has an explicit **kwargs argument this would
end up in the task_list as

```
 ('delete_tag', {'tag_name': 'lo', 'kwargs': {'contains': 'species'}})
```
Instead of the correct one
```
 ('delete_tag', {'tag_name': 'lo', 'contains': 'species'})
```
The old (maybe hacky way) stopped working in matplotlib 3.6

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github-actions bot and others added 2 commits September 23, 2022 14:17
Co-authored-by: janssenhenning <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Only the matplotlib images are no longer compared to the baseline
@codecov
Copy link

codecov bot commented Sep 23, 2022

Codecov Report

Merging #199 (e3f6995) into master (f0370ca) will increase coverage by 2.58%.
The diff coverage is 92.22%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
+ Coverage   84.30%   86.88%   +2.58%     
==========================================
  Files         137      133       -4     
  Lines       24926    24497     -429     
==========================================
+ Hits        21014    21285     +271     
+ Misses       3912     3212     -700     

@janssenhenning janssenhenning merged commit cc8301f into master Sep 27, 2022
@janssenhenning janssenhenning deleted the release-0.12 branch September 29, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants