rumale-feature_extraction 2.0.0 → 2.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a10f10549e5c4b16c52451e4986ea62844e7beab77f977a0fb55be92155c5038
4
- data.tar.gz: a2ea446956e3dff56d2b1758ed3a20afcc8e4db8637b699eefa74f9856a6b467
3
+ metadata.gz: 9d19cf4a6b180a9069cc2d9ffbbb9b8888fed460a634713006b618cdfbc13f9b
4
+ data.tar.gz: 3b9118b893c95d6c122c73ae5688c6e061a6e1f820416304ccee7cd49a9c66bf
5
5
  SHA512:
6
- metadata.gz: b0497684fc834b48aa7dc7244a4708dfedb6a320ce7e206eed96fc71e1b2477e141942bbd6e6ff00caaa9ec4be36670671cc9231b8e8cc17ea7a19f3a4797f28
7
- data.tar.gz: '08ccdd8f4baeaede6bca4868e10f08886f29fa3a9140a56b334d80cdeddc2b541618c355135a869a860ba40713a931eef48cff21ca3a372f7b8f3bb547a0d49b'
6
+ metadata.gz: 30e829a7fc09c010546b6252a9156c89f950bba26d9d5957190225c236ab09b98047d1b7ccb6eba5d6d8e2820db9eb205ae1838d0749bc325f5f6ecce48f7d97
7
+ data.tar.gz: 7c0547dfd787677aa90e0280baec788101f8f92c1c6b91ec27e0626e86288ab9a4e5058519ad7df3956dad78c3f5940a8aa73831e21046125ec296dae72e9233
@@ -5,6 +5,6 @@ module Rumale
5
5
  # This module consists of the classes that extract features from raw data.
6
6
  module FeatureExtraction
7
7
  # @!visibility private
8
- VERSION = '2.0.0'
8
+ VERSION = '2.0.1'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-feature_extraction
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 2.0.0
46
+ version: 2.0.1
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 2.0.0
53
+ version: 2.0.1
54
54
  description: |
55
55
  Rumale::FeatureExtraction provides feature extraction methods,
56
56
  such as TF-IDF and feature hashing,