You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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 -->
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## Installation
10
10
11
-
DP-GEN only supports Python 3.7 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install DP-GEN:
11
+
dpdata only supports Python 3.8 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata:
12
12
13
13
- Install via pip: `pip install dpdata`
14
14
- Install via conda: `conda install -c conda-forge dpdata`
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Installation
2
2
3
-
DP-GEN only supports Python 3.7 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install DP-GEN:
3
+
dpdata only supports Python 3.8 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata:
4
4
5
5
- Install via pip: `pip install dpdata`
6
6
- Install via conda: `conda install -c conda-forge dpdata`
0 commit comments