Skip to content

Commit 8d5db18

Browse files
authored
Prepare Publication (#38)
* 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 * Prepare release (#30) * add partial its construction and imbaengine * add wildcard and placeholder * add testcase * add mtg * fix bug mtg * prepare release * Prepare release (#32) * add partial its construction and imbaengine * add wildcard and placeholder * add testcase * add mtg * fix bug mtg * prepare release * enhance ITSConstruction to capture hydrogen * add constraint for searching embedding * fix hydro * enhance batch reactor * add postprocess * fix cycle import and add data example * fix package contain data * fix bug release * fix bug release * Prepare Publication (#37) * test context graph application and automorphism * prepare for publication * pass test, preparing for packaging
1 parent 98c04bb commit 8d5db18

8 files changed

Lines changed: 1033 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For more details on each utility within the repository, please refer to the docu
6565
```bash
6666
docker pull tieulongphan/synkit:latest
6767
# or a specific version:
68-
docker pull tieulongphan/synkit:0.1.0
68+
docker pull tieulongphan/synkit:1.0.0
6969
```
7070
Run a container (sanity check):
7171
```

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
release = m.version("synkit")
2020
except (ImportError, AttributeError):
2121
# Fallback default
22-
release = "0.0.11"
22+
release = "1.0.0"
2323
# Use only major.minor for short version
2424
version = ".".join(release.split(".")[:2])
2525

lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ reactor_engine.py,\
2929
groupoid.py,\
3030
syn_rule.py,\
3131
__init__.py,\
32+
topology.py,\
3233
dev/*,\
3334
Data \
3435
--statistics

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.17"
7+
version = "1.0.0"
88
description = "Utility for reaction modeling using graph grammar"
99
readme = "README.md"
1010
long-description = { file = "CHANGELOG.md" }

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.17"
3+
version: "1.0.0"
44

55
source:
66
path: ..

0 commit comments

Comments
 (0)