rumale-feature_extraction 0.28.1 → 1.0.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: cc756a7b3abcdaa707c8ee47b62c62f3921ed1cff20d55935353974b25bebba0
4
+ data.tar.gz: 9d88311a3b72118f1059719a753d6e831cd85ac534e683da33accd4b1fceca15
5
5
  SHA512:
6
- metadata.gz: 9f03506d15c61d7d3eda8a93f477d9969154dedf88c96f586138905f3f3ebe6010220b6cf3422ad9243fc617f69cc9d144ba9ea5321ebba019b3c83241808ea0
7
- data.tar.gz: a10c71b083464a4fafd202a87e9ba8110aa4d9232d6726ee17e5a4dbee5689925c6c24fa0dd1784ba73c45985f93b69d9a2b4fa83abbe1b4df82d7fec599efb3
6
+ metadata.gz: 38cfaa9cc8f3dad5b079ab7ea5bb5ed635d227d82e93d0abc34ea7958bb15c37df3602d160642e7d1c0f80a6035bfa244843c970a9d93e34c6c02d620a48ca02
7
+ data.tar.gz: 7c7afa94fc0dd3c3392ff76c5960d2c30ebf8ce19311ebdd11863c9fa9dc358be1dd48e7f2370c2ce8052501fae21a2aea8ead6eaf8166f7d91b66609c70af2a
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 = '1.0.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,13 @@
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: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-12-24 00:00:00.000000000 Z
10
+ date: 2025-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: mmh3
@@ -44,14 +43,14 @@ dependencies:
44
43
  requirements:
45
44
  - - "~>"
46
45
  - !ruby/object:Gem::Version
47
- version: 0.28.1
46
+ version: 1.0.0
48
47
  type: :runtime
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - "~>"
53
52
  - !ruby/object:Gem::Version
54
- version: 0.28.1
53
+ version: 1.0.0
55
54
  description: |
56
55
  Rumale::FeatureExtraction provides feature extraction methods,
57
56
  such as TF-IDF and feature hashing,
@@ -78,7 +77,6 @@ metadata:
78
77
  changelog_uri: https://github.com/yoshoku/rumale/blob/main/CHANGELOG.md
79
78
  documentation_uri: https://yoshoku.github.io/rumale/doc/
80
79
  rubygems_mfa_required: 'true'
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.22
97
- signing_key:
94
+ rubygems_version: 3.6.2
98
95
  specification_version: 4
99
96
  summary: Rumale::FeatureExtraction provides feature extraction methods with Rumale
100
97
  interface.