rumale-nearest_neighbors 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: d6030bf73c68870d537365a2e1ad1ae857754b2a040368472936dbdd9c249639
4
- data.tar.gz: 3e7a61bcdf8f179a3f08bbe070f1688a2a50bfbf486e4adb569c466fd3cdf954
3
+ metadata.gz: 8af9232b7ec0eb210e2d941e068794264abd55828bd54cfda68b0e11c5322965
4
+ data.tar.gz: 0bc12b764fb97dcce21bb1e54f3fe21cbadbf65b3f3531489085eb7716ad714f
5
5
  SHA512:
6
- metadata.gz: 0bd61ed50a9ad29df41a4bb122c95b5f4eef97a9d971fe190a55f171f1ba0a64b3591640cbcefca7b9ca70abd2cd5e8d4f76cc7f093cef2e9d9c3beb5fb7b9fb
7
- data.tar.gz: 50aa6edaccbd896db237c0575effed9053384d14d69076ae3a80fdefec94b6be4c8692963a0863851ce83159830fd1bbb2c9feefc62082ffdfab1697b279f207
6
+ metadata.gz: c5309fb4749884336c87f9ab34f9c2463847c4d7ea91a48b6cdd4ca6d037a1cd970f97397fc186e29c53bddb66b0a53e96d0b235461f1e7c31da2e95c5378a2c
7
+ data.tar.gz: d0d827f9e9d01a15c3ce16e7d41e3758a5b128c1768a8f1268b993c30af57bd2e25f851eecc182107a198c6730a00a8ab090fb5afec3516bcfd81dd1047c951a
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 implement estimators based on nearest neighbors rule.
6
6
  module NearestNeighbors
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-nearest_neighbors
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: numo-narray
@@ -30,14 +29,14 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 0.28.1
32
+ version: 1.0.0
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 0.28.1
39
+ version: 1.0.0
41
40
  description: 'Rumale::NearestNeighbors provides classifier and regression based on
42
41
  nearest neighbors rule with Rumale interface.
43
42
 
@@ -63,7 +62,6 @@ metadata:
63
62
  changelog_uri: https://github.com/yoshoku/rumale/blob/main/CHANGELOG.md
64
63
  documentation_uri: https://yoshoku.github.io/rumale/doc/
65
64
  rubygems_mfa_required: 'true'
66
- post_install_message:
67
65
  rdoc_options: []
68
66
  require_paths:
69
67
  - lib
@@ -78,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
76
  - !ruby/object:Gem::Version
79
77
  version: '0'
80
78
  requirements: []
81
- rubygems_version: 3.4.22
82
- signing_key:
79
+ rubygems_version: 3.6.2
83
80
  specification_version: 4
84
81
  summary: Rumale::NearestNeighbors provides classifier and regression based on nearest
85
82
  neighbors rule with Rumale interface.