- Extended the simple benchmark in the docs to also include a search benchmark, based on the RDKit benchmarking platform - Added missing API documentation for `molfeat.plugins` and `molfeat.store`.
**Changed:**
- Changed the styling of the docs to match the new datamol.io styling.
**Authors:**
- Cas Wognum - Hadrien Mary - Therence
0.8.0
**Authors:**
- Hadrien Mary
0.7.18
**Added:**
- Added argument product_index in `select_reaction_output`. It allows to return all products and a product of interest by the index. - Updated unit tests.
**Authors:**
- Lu Zhu
0.7.17
**Added:**
- Added a new chemical reaction module for rdkit chemical reactions and attachment manipulations.
**Fixed:**
**Authors:**
- Hadrien Mary - Lu Zhu
0.7.16
**Changed:**
- Bump upstream GH actions versions. - `dm.fs.copy_dir` now uses the internal fsspec `copy` when the two source and destination fs are the same. It makes the copy much faster.
**Fixed:**
- Use `os.PathLike` to recognize a broader range of string-based path inputs in the `dm.fs` module. It prevents file objects such as `py.\_path.local.LocalPath` not being recognized as path.