rumale-manifold 0.24.0 → 0.25.0

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: 6c0ef66c09b01569728f5b856236aac366cd0048055edb91e26f4d206fe44033
4
- data.tar.gz: dc5fc6ad6423e6c9d65adbbee74cb79817b94001a1c8e0753b62f3fbfd5d8ded
3
+ metadata.gz: 129fa15faab4aa96cb7badb23a2d5c6f602e07c27e0b8725ea16a5de3a19b5b8
4
+ data.tar.gz: 9f22d8bbc9fbc753c0db71752067d17a6bf9a043a9d6129381e0c2d315e59202
5
5
  SHA512:
6
- metadata.gz: 4601ea832a9583c8987a457ea7b4c9e4d9d094e041041903d05f554c8a4ec34324ed9d7c34282f9825a68eca67d5bc89e0082489362b93f173f4f944ddc896f5
7
- data.tar.gz: 20eaeed3f214929b208e4faa04929270b6a28c0b89b835f0098ce90a8877f912a5a476fa2dcebd2f62a06228a783cd0eda55fa955982cbb70dbcfaf165cf1042
6
+ metadata.gz: 92ef0dd980810f43102574b423af8cbf752080f525f0149d398107ea5e7864284d79419bdce7454bc55421b25b3d04cffd615dd798cebd89cfe4761e2a93581d
7
+ data.tar.gz: 8b503c822441c1a4d57849d1589b29ca739e2a5cbd64c5985a77b7b719b0ad62239736a210472fc56bfef93b0c264ae56c96520d93aee6e8fa4383c5713e4f8b
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022 Atsushi Tatsuma
1
+ Copyright (c) 2022-2023 Atsushi Tatsuma
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Rumale::Manifold
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/rumale-manifold.svg)](https://badge.fury.io/rb/rumale-manifold)
4
- [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://gitlab.com/yoshoku/rumale/-/blob/main/rumale-manifold/LICENSE.txt)
4
+ [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-manifold/LICENSE.txt)
5
5
  [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/Manifold.html)
6
6
 
7
7
  Rumale is a machine learning library in Ruby.
@@ -5,6 +5,6 @@ module Rumale
5
5
  # Module for data embedding algorithms.
6
6
  module Manifold
7
7
  # @!visibility private
8
- VERSION = '0.24.0'
8
+ VERSION = '0.25.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-manifold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-31 00:00:00.000000000 Z
11
+ date: 2023-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: numo-narray
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.24.0
33
+ version: 0.25.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.24.0
40
+ version: 0.25.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rumale-decomposition
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.24.0
47
+ version: 0.25.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.24.0
54
+ version: 0.25.0
55
55
  description: |
56
56
  Rumale::Manifold provides data embedding algorithms,
57
57
  such as Multi-dimensional Scaling and t-distributed Stochastic Neighbor Embedding,
@@ -68,13 +68,13 @@ files:
68
68
  - lib/rumale/manifold/mds.rb
69
69
  - lib/rumale/manifold/tsne.rb
70
70
  - lib/rumale/manifold/version.rb
71
- homepage: https://gitlab.com/yoshoku/rumale
71
+ homepage: https://github.com/yoshoku/rumale
72
72
  licenses:
73
73
  - BSD-3-Clause
74
74
  metadata:
75
- homepage_uri: https://gitlab.com/yoshoku/rumale
76
- source_code_uri: https://gitlab.com/yoshoku/rumale/-/tree/main/rumale-manifold
77
- changelog_uri: https://gitlab.com/yoshoku/rumale/-/blob/main/CHANGELOG.md
75
+ homepage_uri: https://github.com/yoshoku/rumale
76
+ source_code_uri: https://github.com/yoshoku/rumale/-/tree/main/rumale-manifold
77
+ changelog_uri: https://github.com/yoshoku/rumale/-/blob/main/CHANGELOG.md
78
78
  rubygems_mfa_required: 'true'
79
79
  post_install_message:
80
80
  rdoc_options: []