File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,20 @@ Contributors: @RMeli
1111### Added
1212
1313* Python ` 3.13 ` and ` 3.14 ` in CI [ PR #147 | @RMeli ]
14+ * Optional dependencies for testing (` test ` ), development (` dev ` ), and parallelization (` parallel ` ) in ` pyproject.toml ` [ PR #XXX | @RMeli ]
15+
16+ ### Changed
17+
18+ * Migrated all package configuration from ` setup.cfg ` and ` setup.py ` to ` pyproject.toml ` [ PR #XXX | @RMeli ]
19+ * Workflows to use ` pip install -e . ` instead of ` python setup.py develop ` [ PR #XXX | @RMeli ]
1420
1521### Removed
1622
1723* support for Open Babel [ PR #151 | @RMeli ]
1824* Python ` 3.9 ` and ` 3.10 ` from CI [ PR #147 | @RMeli ]
25+ * ` setup.cfg ` file in favour of ` pyproject.toml ` [ PR #XXX | @RMeli ]
26+ * ` setup.py ` file in favour of ` pyproject.toml ` [ PR #XXX | @RMeli ]
27+ * ` .coveragerc ` file in favour of ` pyproject.toml ` [ PR #XXX | @RMeli ]
1928
2029## Version 0.9.0
2130
You can’t perform that action at this time.
0 commit comments