prexsyn-engine 0.1.1.dev3__tar.gz → 0.1.1.dev4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prexsyn-engine
3
- Version: 0.1.1.dev3
3
+ Version: 0.1.1.dev4
4
4
  Author-email: Shitong Luo <luost26@gmail.com>
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -11,12 +11,11 @@ Dynamic: license-file
11
11
 
12
12
  [![test status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/test.yml?style=flat-square&label=test)](https://github.com/luost26/prexsyn-engine/actions/workflows/test.yml)
13
13
  [![build status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/build-conda.yml?style=flat-square)](https://github.com/luost26/prexsyn-engine/actions/workflows/build-conda.yml)
14
- [![publish status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/publish-conda.yml?style=flat-square&label=publish)](https://github.com/luost26/prexsyn-engine/actions/workflows/publish-conda.yml)
15
14
  [![version](https://anaconda.org/luost26/prexsyn-engine/badges/version.svg)](https://anaconda.org/luost26/prexsyn-engine)
16
15
  [![platforms](https://anaconda.org/luost26/prexsyn-engine/badges/platforms.svg)](https://anaconda.org/luost26/prexsyn-engine)
17
16
  ![python](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fluost26%2Fprexsyn-engine%2Frefs%2Fheads%2Fmain%2Frattler-recipe%2Fvariants.yaml&query=%24.python&style=flat-square&label=python)
18
17
 
19
- PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/PrexSyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
18
+ PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/prexsyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
20
19
 
21
20
 
22
21
  ## Installation & Usage
@@ -27,4 +26,4 @@ PrexSyn Engine can only be installed via Conda. To install, run the following co
27
26
  conda install luost26::prexsyn-engine
28
27
  ```
29
28
 
30
- Please refer to the [PrexSyn repository](https://github.com/luost26/PrexSyn) for usage instructions.
29
+ Please refer to the [documentation](https://prexsyn.readthedocs.io/en/latest/prexsyn-engine/) and [PrexSyn repository](https://github.com/luost26/prexsyn) for usage instructions.
@@ -2,12 +2,11 @@
2
2
 
3
3
  [![test status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/test.yml?style=flat-square&label=test)](https://github.com/luost26/prexsyn-engine/actions/workflows/test.yml)
4
4
  [![build status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/build-conda.yml?style=flat-square)](https://github.com/luost26/prexsyn-engine/actions/workflows/build-conda.yml)
5
- [![publish status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/publish-conda.yml?style=flat-square&label=publish)](https://github.com/luost26/prexsyn-engine/actions/workflows/publish-conda.yml)
6
5
  [![version](https://anaconda.org/luost26/prexsyn-engine/badges/version.svg)](https://anaconda.org/luost26/prexsyn-engine)
7
6
  [![platforms](https://anaconda.org/luost26/prexsyn-engine/badges/platforms.svg)](https://anaconda.org/luost26/prexsyn-engine)
8
7
  ![python](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fluost26%2Fprexsyn-engine%2Frefs%2Fheads%2Fmain%2Frattler-recipe%2Fvariants.yaml&query=%24.python&style=flat-square&label=python)
9
8
 
10
- PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/PrexSyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
9
+ PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/prexsyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
11
10
 
12
11
 
13
12
  ## Installation & Usage
@@ -18,4 +17,4 @@ PrexSyn Engine can only be installed via Conda. To install, run the following co
18
17
  conda install luost26::prexsyn-engine
19
18
  ```
20
19
 
21
- Please refer to the [PrexSyn repository](https://github.com/luost26/PrexSyn) for usage instructions.
20
+ Please refer to the [documentation](https://prexsyn.readthedocs.io/en/latest/prexsyn-engine/) and [PrexSyn repository](https://github.com/luost26/prexsyn) for usage instructions.
@@ -1,4 +1,4 @@
1
- __version__ = "0.1.1.dev3"
1
+ __version__ = "0.1.1.dev4"
2
2
 
3
3
  raise NotImplementedError(
4
4
  "Installing prexsyn-engine from PyPI is not supported due to linking restrictions. "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prexsyn-engine
3
- Version: 0.1.1.dev3
3
+ Version: 0.1.1.dev4
4
4
  Author-email: Shitong Luo <luost26@gmail.com>
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -11,12 +11,11 @@ Dynamic: license-file
11
11
 
12
12
  [![test status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/test.yml?style=flat-square&label=test)](https://github.com/luost26/prexsyn-engine/actions/workflows/test.yml)
13
13
  [![build status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/build-conda.yml?style=flat-square)](https://github.com/luost26/prexsyn-engine/actions/workflows/build-conda.yml)
14
- [![publish status](https://img.shields.io/github/actions/workflow/status/luost26/prexsyn-engine/publish-conda.yml?style=flat-square&label=publish)](https://github.com/luost26/prexsyn-engine/actions/workflows/publish-conda.yml)
15
14
  [![version](https://anaconda.org/luost26/prexsyn-engine/badges/version.svg)](https://anaconda.org/luost26/prexsyn-engine)
16
15
  [![platforms](https://anaconda.org/luost26/prexsyn-engine/badges/platforms.svg)](https://anaconda.org/luost26/prexsyn-engine)
17
16
  ![python](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fluost26%2Fprexsyn-engine%2Frefs%2Fheads%2Fmain%2Frattler-recipe%2Fvariants.yaml&query=%24.python&style=flat-square&label=python)
18
17
 
19
- PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/PrexSyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
18
+ PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/prexsyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
20
19
 
21
20
 
22
21
  ## Installation & Usage
@@ -27,4 +26,4 @@ PrexSyn Engine can only be installed via Conda. To install, run the following co
27
26
  conda install luost26::prexsyn-engine
28
27
  ```
29
28
 
30
- Please refer to the [PrexSyn repository](https://github.com/luost26/PrexSyn) for usage instructions.
29
+ Please refer to the [documentation](https://prexsyn.readthedocs.io/en/latest/prexsyn-engine/) and [PrexSyn repository](https://github.com/luost26/prexsyn) for usage instructions.