Skip to content

Commit dc1ecc0

Browse files
authored
Quick Fix (#29)
* Refractor (#26) * update refractor * fix reactor * fix lint * prepare bechmark * refractor MODReactor and SynReactor * update crn * refractor cluster, change to matcher, fix code synreactor, now resnow comparable to modreactor * test 3 os * test * test * fix workflow * fix lint * fix win * fix win * fix win again * update smart * add synreactor implicit hydrogen * fix mcsmatcher * refractor visualization * fix conflict rdkit, upgrade to 2025.3.1 * fix lint * move aam_validator to Chem submodule * fix lint * prepare benchmark matcher * change backend rule to mod * prepare doc * add doc * update fih * update graph module doc * update doc * prepare release * . * fix doc * clean doc * fix docstring * fix tutorial * update fig * update explicit_hydrogen for its * prepare release * build doc * fix lint * fix bug in explicit hydrogen for ITS * fix build * fix * fix * fix * fix doc * update nauty canon, rule filters, change benchmark * prepare release * fix bug in nauty alg * update doc * add features for expanding its * add rule_matcher.py * add testcase rule matcher * add wildcard for smiles * add partial engine * update new features * update document * add data * update Chem features * format docstring and refractor Chem module * add auto-test pypi * create dependabot * test run yml * test * test docker * add docker * add docker * . * add readme * rename * release docker * remove redundant file * Prepare release bump version (#27) * update refractor * fix reactor * fix lint * prepare bechmark * refractor MODReactor and SynReactor * update crn * refractor cluster, change to matcher, fix code synreactor, now resnow comparable to modreactor * test 3 os * test * test * fix workflow * fix lint * fix win * fix win * fix win again * update smart * add synreactor implicit hydrogen * fix mcsmatcher * refractor visualization * fix conflict rdkit, upgrade to 2025.3.1 * fix lint * move aam_validator to Chem submodule * fix lint * prepare benchmark matcher * change backend rule to mod * prepare doc * add doc * update fih * update graph module doc * update doc * prepare release * . * fix doc * clean doc * fix docstring * fix tutorial * update fig * update explicit_hydrogen for its * prepare release * build doc * fix lint * fix bug in explicit hydrogen for ITS * fix build * fix * fix * fix * fix doc * update nauty canon, rule filters, change benchmark * prepare release * fix bug in nauty alg * update doc * add features for expanding its * add rule_matcher.py * add testcase rule matcher * add wildcard for smiles * add partial engine * update new features * update document * add data * update Chem features * format docstring and refractor Chem module * add auto-test pypi * create dependabot * test run yml * test * test docker * add docker * add docker * . * add readme * rename * release docker * remove redundant file * fix lint * fix bug * fix lint * add partial its beta * test publising conda * test publising conda * fix workflow * fix workflow * fix workflow * fix workflow again * tes pre-release * tes pre-release * tes pre-release * tes pre-release * tes pre-release * tes pre-release * fix meta.yaml * fix meta.yaml * fix meta.yaml * fix meta.yaml * fix meta.yaml * fix meta.yaml * publish beta * publish beta * debug * debug * debug * debug * debug * debug * debug * debug * prepare release * pass test staging, prepare release * quick fix hydrogen * prepare release
1 parent 7530c09 commit dc1ecc0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "synkit"
7-
version = "0.0.12"
7+
version = "0.0.13"
88
license = { text = "MIT" }
99
license-files = ["LICENSE"]
1010
authors = [

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: synkit
3-
version: 0.0.12
3+
version: 0.0.13
44

55
source:
66
path: ..

synkit/Graph/Hyrogen/hcomplete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,5 @@ def add_hydrogen_nodes_multiple_utils(
350350
# conjugated=False,
351351
# in_ring=False,
352352
)
353+
new_graph.nodes[node_id]["hcount"] -= 1
353354
return new_graph

0 commit comments

Comments
 (0)