rdkit-rb 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/rdkit/version.rb +1 -1
- data/vendor/aarch64-linux/librdkitcffi.so +0 -0
- data/vendor/arm64-darwin/librdkitcffi.dylib +0 -0
- data/vendor/x64-mingw/rdkitcffi.dll +0 -0
- data/vendor/x86_64-darwin/librdkitcffi.dylib +0 -0
- data/vendor/x86_64-linux/librdkitcffi.so +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fb83dc3e03105c24dcb9d03167906a9cd656269261ac932c621efa8fd661c55
|
4
|
+
data.tar.gz: 51c316037fcb058f6427f4b1b67e219326e71a9c6fd7c4dd3f6f0822f8c3ca19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95c4afb3179b46b9fb58062ba8ce406598b1d752865a81ae6a4ecb2d9f795db73a46c4f4fdf3418d5b108caee60a199c340d4250fb6fcb8b961bd4b3170074e0
|
7
|
+
data.tar.gz: 4796df942792848216142fada13abb2bbdc56220eab86622f97c771bbd120c1e7cbe5019eced3c7c1710baf5c6f97a8ac799da236741069a3df0f6bf09f7eba7
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -84,7 +84,7 @@ MACCS
|
|
84
84
|
mol.maccs_fingerprint
|
85
85
|
```
|
86
86
|
|
87
|
-
You can use a library like [pgvector-ruby](https://github.com/pgvector/pgvector-ruby) to find similar molecules. See an [example](https://github.com/pgvector/pgvector-ruby/blob/master/examples/
|
87
|
+
You can use a library like [pgvector-ruby](https://github.com/pgvector/pgvector-ruby) to find similar molecules. See an [example](https://github.com/pgvector/pgvector-ruby/blob/master/examples/rdkit/example.rb).
|
88
88
|
|
89
89
|
## Updates
|
90
90
|
|
data/lib/rdkit/version.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdkit-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
64
|
- !ruby/object:Gem::Version
|
65
65
|
version: '0'
|
66
66
|
requirements: []
|
67
|
-
rubygems_version: 3.5.
|
67
|
+
rubygems_version: 3.5.16
|
68
68
|
signing_key:
|
69
69
|
specification_version: 4
|
70
70
|
summary: Cheminformatics for Ruby, powered by RDKit
|