rumale-feature_extraction 0.28.1 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca1169486b6833f4c0726f2b14ac0bb334a3755deaf32fc5531a0ec68cadb20c
4
- data.tar.gz: 30485646508dad0d9424044ce3370010cdaec313d05d6e27b8053e78b9a4e953
3
+ metadata.gz: 343cedf2d301202d2cf2df4a18d18204ec96533e936e06b1440063d0383154b4
4
+ data.tar.gz: 8bf1c8a87a6648ccfc1762caafa9cbc7b99ae0dfd0de29535fb2e9a7421b5313
5
5
  SHA512:
6
- metadata.gz: 9f03506d15c61d7d3eda8a93f477d9969154dedf88c96f586138905f3f3ebe6010220b6cf3422ad9243fc617f69cc9d144ba9ea5321ebba019b3c83241808ea0
7
- data.tar.gz: a10c71b083464a4fafd202a87e9ba8110aa4d9232d6726ee17e5a4dbee5689925c6c24fa0dd1784ba73c45985f93b69d9a2b4fa83abbe1b4df82d7fec599efb3
6
+ metadata.gz: f3b8da125a12ad47cea83649eb05f8da016fb1ddc517853aff72959ea31d6b84a11663ec623b60a9df1eb7f0ffcb65f8f6f0ae4e4e0ba910d2aafa8c8b856293
7
+ data.tar.gz: 9fa6370600e595cffdef73dc01165cc05e61cb90bb214b06a99e3aea7172be0a88831c637d85ce0630856d79fe5a00a40cadc90eb4b1d11b93d38b3d74d9ffda
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022-2023 Atsushi Tatsuma
1
+ Copyright (c) 2022-2024 Atsushi Tatsuma
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
@@ -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 = '0.28.1'
8
+ VERSION = '0.29.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-feature_extraction
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.1
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-24 00:00:00.000000000 Z
11
+ date: 2024-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mmh3
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.28.1
47
+ version: 0.29.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.28.1
54
+ version: 0.29.0
55
55
  description: |
56
56
  Rumale::FeatureExtraction provides feature extraction methods,
57
57
  such as TF-IDF and feature hashing,
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.4.22
96
+ rubygems_version: 3.5.7
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Rumale::FeatureExtraction provides feature extraction methods with Rumale