Skip to content

Commit

Permalink
Merge pull request #38 from OBrink/cxSMILES_structures_with_coordinates
Browse files Browse the repository at this point in the history
cxSMILES structures with coordinates
  • Loading branch information
OBrink authored Jun 15, 2023
2 parents 7ed4638 + b545aca commit e145910
Show file tree
Hide file tree
Showing 19 changed files with 10,809 additions and 11,087 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Kohulan"
orcid: "https://orcid.org/0000-0003-1066-7792"
title: "RanDepict"
version: 1.1.6
version: 1.1.7
doi: 10.5281/zenodo.5205528
date-released: 2021-08-17
url: "https://github.com/OBrink/RanDepict"
Expand Down
8 changes: 5 additions & 3 deletions RanDepict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
"""

__version__ = "1.1.6"
__version__ = "1.1.7"

__all__ = [
"RanDepict",
]


from .randepict import RandomDepictor, RandomDepictorConfig, DepictionFeatureRanges, RandomMarkushStructureCreator
from .config import RandomDepictorConfig
from .depiction_feature_ranges import DepictionFeatureRanges
from .randepict import RandomDepictor
from .random_markush_structure_generator import RandomMarkushStructureCreator
Loading

0 comments on commit e145910

Please sign in to comment.