Skip to content

v1.1.1 - 2023-03-18

Compare
Choose a tag to compare
@cbouy cbouy released this 18 Mar 14:24
· 62 commits to master since this release

Added

  • Support for pathlib.Path objects as input for display, save, MolGrid.from_sdf
    and sdf_to_dataframe.

Changed

  • The hover tooltip placement has been changed from "bottom" to "auto".
  • Code and notebook formatting with black and isort.
  • Switched to hatchling for the build process, tbump for versioning, and migrated to
    using only the pyproject.toml file.
  • Refactored tests to use Pytest's contest.py file.

Fixed

  • CSV export when sorting the grid was not using the selected molecules.