Skip to content

Commit

Permalink
Merge pull request #23 from OBrink/pikachu_fingerprints
Browse files Browse the repository at this point in the history
Implementation of depiction feature fingerprint-based generation of PIKAChU depictions
  • Loading branch information
OBrink committed Sep 27, 2022
2 parents f86fd0a + 5e4572d commit 12405ca
Show file tree
Hide file tree
Showing 46 changed files with 1,902 additions and 6,062 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.0
version: 1.1.1
doi: 10.5281/zenodo.5205528
date-released: 2021-08-17
url: "https://github.com/OBrink/RanDepict"
Expand Down
2 changes: 1 addition & 1 deletion RanDepict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

__version__ = "1.1.0"
__version__ = "1.1.1"

__all__ = [
"RanDepict",
Expand Down
Binary file added RanDepict/assets/PIKAChU_fingerprints.npz
Binary file not shown.
Binary file modified RanDepict/assets/augmentation_fingerprints.npz
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
196 changes: 106 additions & 90 deletions RanDepict/randepict.py

Large diffs are not rendered by default.

7,762 changes: 1,793 additions & 5,969 deletions examples/RanDepictNotebook.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="RanDepict",
version="1.1.0",
version="1.1.1",
author="Otto Brinkhaus",
author_email="otto.brinkhaus@uni-jena.de, kohulan.rajan@uni-jena.de",
maintainer="Otto Brinkhaus, Kohulan Rajan",
Expand Down

0 comments on commit 12405ca

Please sign in to comment.