File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
2
History
3
3
=======
4
+ 2025.5.8 -- Release error
5
+ * Fixed an issue in the release due to a formatting error in this file.
6
+
4
7
2025.5.7.1 -- Bugfix: Error aligning molecules in certain cases.
5
8
* Fixed an error that caused a crash in certain cases when aligning molecules.
6
9
@@ -10,7 +13,7 @@ History
10
13
now updates the coordinates directly without recreating the atoms, ensuring that
11
14
configurations retain their atoms as expected. This change prevents unintended
12
15
data loss and ensures consistency when working with shared atoms across multiple
13
- configurations.
16
+ configurations.
14
17
15
18
2025.4.1 -- Enhancement to OpenBabel/SDF to handle periodic systems
16
19
* Enhanced the OpenBabel molecule interface to handle periodic systems better, which
Original file line number Diff line number Diff line change 30
30
long_description = readme + '\n \n ' + history ,
31
31
version = versioneer .get_version (),
32
32
cmdclass = versioneer .get_cmdclass (),
33
- license = 'GNU Lesser General Public License v3 or later (LGPLv3+) ' ,
33
+ license = 'GNU Lesser General Public License v3 or later' ,
34
34
url = 'https://github.com/molssi-seamm/molsystem' ,
35
35
36
36
# Which Python importable modules should be included when your package is
You can’t perform that action at this time.
0 commit comments