Skip to content

Releases: brsynth/rpreactor

0.7.1

10 May 08:20
Compare
Choose a tag to compare

0.7.1

  • docs: use nbsphinx to showcase usage
  • feat: silence RDKit warnings
  • fix: sqlite3 IntegrityError with new results and commit
  • fix: remove all rule_mol already yield in compute()

0.7.0

19 Jan 19:00
Compare
Choose a tag to compare
  • docs: sphinx documentation is available
  • fix: processes don't hang anymore!
  • refactor!: replace multiprocessing by pebble
  • refactor!: JSON export in the CLI + compute as a generator
  • refactor!: compute couples of rule x chemicals
  • feat!: sqlite3 as a cache database + return rdkit Mol object
  • feat!: create sqlite3 database from retrorules
  • feat: small optimization of memory usage
  • feat: support for stoichiometry
  • feat: compute on subsets of rules or chemicals
  • feat: fusion project rpchemtools
  • ci: package publication is automated by github workflows