Skip to content

Releases: OBrink/RanDepict

RanDepict 1.1.0

26 Sep 09:45
Compare
Choose a tag to compare
  • Update script for tfrecord dataset generation
    • Manual handling of processes for multiprocessing
    • Dead processes are shut down automatically
      • We previously had problems with multiprocessing's starmap function as processes froze and nothing happened after a while (when generating datasets of hundreds of millions of images). We have not really found the root of the problem here, as we do not know why the processes froze in the first place. It only started occurring with the generation of markush structure dataset with the implementation of PIKAChU. We need to take a closer look at this eventually. On the bright side - it works now and has been tested with the creation of a dataset of >500,000,000 markush structures.

RanDepict 1.0.9

26 Sep 09:04
28f7e95
Compare
Choose a tag to compare
  • install PIKAChU from Pypi
  • setup and tox updated for Python 3.10

RanDepict 1.0.8

02 Aug 10:29
Compare
Choose a tag to compare

What's Changed

  • Add script for fingerprint-based generation of structure depiction datasets. The script generates a set of structure depictions and the same set of depictions with augmentations. We hope to be able to better analyse the effect of the augmentations on our OCSR results.
  • Does not really belong here, but is relevant: PIKAChU did not close plots after returning an array that represents the structure depiction. This was fixed here.
  • Add contribution statistics by @Kohulan in #18

Full Changelog: 1.0.7...1.0.8

RanDepict 1.0.7

26 Jul 09:44
Compare
Choose a tag to compare

Bugfix for generation of fingerprint-based bis datasets

RanDepict 1.0.6

15 Jul 11:46
345e874
Compare
Choose a tag to compare
  • Added PIKAChU depiction functions

  • Added markush structure depictions

  • Depiction feature fingerprints for the above-mentioned features are still missing

RanDepict 1.0.5

28 Feb 11:10
Compare
Choose a tag to compare
  • Implementation of Feature Fingerprints to ensure diversity
  • Addition of documentation, tutorial and examples
  • A lot of smaller fixes

RanDepict 1.0.3

27 Sep 13:44
Compare
Choose a tag to compare
  • Fixed broken selection of random depiction options with Indigo
  • Indigo depictions are no longer saved in temporary files

RanDepict v1.0.2

02 Sep 07:58
89afb68
Compare
Choose a tag to compare

Changelog

  • Fixed error when accidentally checking truth value of an array.
  • Handle problem with RDKit not being able to read some SMILES.
  • Minor bug fixes.
  • Deployed on PyPI.

RanDepict 1.0.0

16 Aug 09:36
e027f2c
Compare
Choose a tag to compare

This is the first release RanDepict, an easy-to-use utility to generate a big variety of chemical structure depictions (random depiction styles and image augmentations) based on RDKit, CDK and Indigo. We hope to contribute to facilitating the creation of diverse training datasets for deep learning-based OCSR tools.