forked from materialsvirtuallab/maml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/pip/pytest-cov-4.1.0
- Loading branch information
Showing
344 changed files
with
20,488 additions
and
30,646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,9 @@ | |
*.pyd | ||
dist | ||
_build | ||
_site | ||
build | ||
Gemfile.lock | ||
.project | ||
.pydevproject | ||
.settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,47 @@ | ||
exclude: ^(docs) | ||
exclude: ^(docs|.*test_files|cmd_line|tasks.py) | ||
|
||
ci: | ||
autoupdate_schedule: monthly | ||
skip: [mypy] | ||
autofix_commit_msg: pre-commit auto-fixes | ||
autoupdate_commit_msg: pre-commit autoupdate | ||
|
||
repos: | ||
- repo: https://github.com/PyCQA/autoflake | ||
rev: v2.1.1 | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.3.5 | ||
hooks: | ||
- id: autoflake | ||
|
||
- repo: https://github.com/asottile/pyupgrade | ||
rev: v3.3.2 | ||
hooks: | ||
- id: pyupgrade | ||
args: [--py38-plus] | ||
- id: ruff | ||
args: [--fix] | ||
|
||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
rev: v4.5.0 | ||
hooks: | ||
- id: check-yaml | ||
exclude: pymatgen/analysis/vesta_cutoffs.yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
|
||
- repo: https://github.com/PyCQA/isort | ||
rev: 5.12.0 | ||
hooks: | ||
- id: isort | ||
|
||
- repo: https://github.com/psf/black | ||
rev: 23.3.0 | ||
rev: 24.3.0 | ||
hooks: | ||
- id: black | ||
|
||
- repo: https://github.com/PyCQA/flake8 | ||
rev: 6.0.0 | ||
hooks: | ||
- id: flake8 | ||
|
||
- repo: https://github.com/pre-commit/mirrors-mypy | ||
rev: v1.2.0 | ||
rev: v1.9.0 | ||
hooks: | ||
- id: mypy | ||
|
||
- repo: https://github.com/codespell-project/codespell | ||
rev: v2.2.6 | ||
hooks: | ||
- id: codespell | ||
stages: [commit, commit-msg] | ||
exclude_types: [html] | ||
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11 | ||
|
||
- repo: https://github.com/MarcoGorelli/cython-lint | ||
rev: v0.16.0 | ||
hooks: | ||
- id: cython-lint | ||
args: [--no-pycodestyle] | ||
- id: double-quote-cython-strings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,46 @@ | ||
Change log | ||
========== | ||
# Change log | ||
|
||
v2022.9.20 | ||
---------- | ||
## v2023.9.9 | ||
* Added DIRECT sampling approach in `maml.sampling`. | ||
|
||
## v2022.9.20 | ||
* Bug fix for BOWSR failing because of indexing in some instances. | ||
|
||
v2021.1.28 | ||
---------- | ||
## v2021.1.28 | ||
* Fix SNAP stress components | ||
* Fix unexpected test outcome in BOWSR and symbolic regression | ||
|
||
v2021.12.13 | ||
----------- | ||
## v2021.12.13 | ||
|
||
* Update dependencies | ||
* Fix bugs | ||
|
||
v2021.10.13 | ||
----------- | ||
## v2021.10.13 | ||
* add bowsr | ||
|
||
v2021.3.2 | ||
--------- | ||
## v2021.3.2 | ||
* Set up namespace package architecture for maml.apps. The RFXAS package is now available as a separate package | ||
`maml-apps.rfxas`. Usage remains similar. | ||
|
||
v2021.2.27 | ||
---------- | ||
## v2021.2.27 | ||
* maml is now compatible with both mlip-2 and mlip-dev | ||
|
||
v0.0.4 | ||
------ | ||
## v0.0.4 | ||
* bug fix | ||
* compatibility with new n2p2 and mlip software | ||
* upgrade rfxas | ||
|
||
v0.0.3 | ||
------ | ||
## v0.0.3 | ||
* bug fix | ||
* add atomsets models | ||
|
||
v0.0.2 | ||
------ | ||
## v0.0.2 | ||
* major refactor | ||
* move mlearn potential energy surfaces to apps | ||
* fix potential problem of rotated structure in lammps | ||
* add rfxas app | ||
* add initial symbolic regression app | ||
* add megnet-based describers | ||
|
||
v0.0.1 | ||
------ | ||
## v0.0.1 | ||
* initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
cff-version: 1.2.0 | ||
message: | | ||
If you use maml in your research, please consider citing the following. | ||
authors: | ||
- family-names: Chen | ||
given-names: Chi | ||
- family-names: Zuo | ||
given-names: Yunxing | ||
- family-names: Ye | ||
given-names: Weike | ||
- family-names: Ji | ||
given-names: Qi | ||
- family-names: Ong | ||
given-names: Shyue Ping | ||
orcid: https://orcid.org/0000-0001-5726-2587 | ||
title: 'Materials Machine Learning (maml)' | ||
version: 2022.9.20 # replace with whatever version you use | ||
date-released: 2022-09-20 | ||
url: https://github.com/materialsvirtuallab/maml |
Oops, something went wrong.