-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge devel to master to release v0.2.22 (#786)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit I'll craft concise release notes focusing on the key user-facing changes across the dpdata library: ## Release Notes - **Python Version Support** - Minimum Python version updated from 3.7 to 3.8 - Removed support for Python 3.7 - **New Features** - Added support for spin data handling in multiple formats (LAMMPS, DeePMD, ABACUS) - Enhanced selective dynamics support in VASP POSCAR files - Improved handling of magnetic moments and forces in various computational chemistry formats - **Documentation** - Updated documentation theme from `sphinx_rtd_theme` to `sphinx-book-theme` - Refined installation and compatibility documentation - **Bug Fixes** - Improved error handling for force and spin data processing - Fixed data type conversions and registrations across different file formats - **Performance** - Optimized data type handling and conversions - Enhanced caching mechanisms for error calculations <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
102 changed files
with
2,057 additions
and
318 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 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
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
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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ name: dpdata | |
channels: | ||
- conda-forge | ||
dependencies: | ||
- mamba | ||
- python <3.13 | ||
- mamba <2 | ||
- pip: | ||
- ..[docs] |
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
Oops, something went wrong.