Skip to content

Commit

Permalink
Merge pull request #548 from pyiron/base-0.5.6
Browse files Browse the repository at this point in the history
Bump pyiron_base to 0.5.6 and update changelog
  • Loading branch information
niklassiemer committed Feb 22, 2022
2 parents bc32bd0 + ffb1268 commit f19873e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pandas =1.4.1
- phonopy =2.13.1
- pint =0.18
- pyiron_base =0.5.5
- pyiron_base =0.5.6
- pymatgen =2022.2.10
- pyscal =2.10.15
- pytables =3.7.0
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unreleased

# pyiron_atomistics-0.2.38

- Store VASP volumes as numpy arrays ([#546](https://github.com/pyiron/pyiron_atomistics/pull/546))
- Adjust n_print to be at most max_iter in calc_minimize ([#541](https://github.com/pyiron/pyiron_atomistics/pull/541))
- Check SPHInX output class format_black integration ([#534](https://github.com/pyiron/pyiron_atomistics/pull/534))
- Improve Murngahan ([#531](https://github.com/pyiron/pyiron_atomistics/pull/531))
- Revert "include DataConatiner check" ([#533](https://github.com/pyiron/pyiron_atomistics/pull/533))
- include DataConatiner check ([#514](https://github.com/pyiron/pyiron_atomistics/pull/514))
- Dependency updates: [#538](https://github.com/pyiron/pyiron_atomistics/pull/538), [#537](https://github.com/pyiron/pyiron_atomistics/pull/537), [#536](https://github.com/pyiron/pyiron_atomistics/pull/536), [#543](https://github.com/pyiron/pyiron_atomistics/pull/543), [#548](https://github.com/pyiron/pyiron_atomistics/pull/548)

# pyiron_atomistics-0.2.37

- Remove _QhullUser import ([#527](https://github.com/pyiron/pyiron_atomistics/pull/527))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'pandas==1.4.1',
'phonopy==2.13.1',
'pint==0.18',
'pyiron_base==0.5.5',
'pyiron_base==0.5.6',
'pymatgen==2022.2.10',
'scipy==1.8.0',
'seekpath==2.0.1',
Expand Down

0 comments on commit f19873e

Please sign in to comment.