tomoto 0.4.0-x86_64-linux β†’ 0.4.1-x86_64-linux

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: 8a88c0212592b6c7d2f98c1d0656f23c5fa71f18741f90f811f3adb931bdbb25
4
- data.tar.gz: 1be2f8b2d06af53e8d4fa453c00e88a1197b6a9beb9fb882594b820d34836967
3
+ metadata.gz: 6e1d2c7036ff2fbdf690a5c6870f8fa94d5ae7c7b4a8a3503a4633ca4a493fe9
4
+ data.tar.gz: 81279fd393a8b2290529825b045f445794e4165269741ed07c2165ff74e464df
5
5
  SHA512:
6
- metadata.gz: bcb844982b7b8398b5dbe1c6d52411c03aadfdc44b2b2f8ff17d7faf33ff314d4a61bc31b34d50deea0d4385b90700fc56188c8ed99234672eb14a0817bb93cd
7
- data.tar.gz: cb5aa7bead319ee64727f4a1b261b7d84a3047b0c4863c38a39268abfa449068d84d2c10517efd06dad9744ad62fe0d96f177654309698aa0bb37f568cd3ba94
6
+ metadata.gz: 9bb8ec0e072c7fc30c0837e00a95830eda1e71cd70e8b8a3471fd7489067dce5886dc586d4857ee4bbe8164a28e7a9625e368393883c95d65d29eeed97035ea3
7
+ data.tar.gz: 95663d9096f987931f2327d6d39b11ede82a4775dc50218d7eadf897d50c70df2b4c71ff69a5da23c056c4f837ed0ddaabeb792fad62eca406a87e3b0e4ade1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
+ ## 0.4.1 (2024-09-04)
2
+
3
+ - Updated tomoto to 0.13.0
4
+
1
5
  ## 0.4.0 (2023-12-28)
2
6
 
7
+ - Added support for Ruby 3.3
3
8
  - Added precompiled gem for Linux ARM
4
9
  - Updated tomoto to 0.12.7
5
10
  - Dropped support for Ruby < 3
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  :tomato: [tomoto](https://github.com/bab2min/tomotopy) - high performance topic modeling - for Ruby
4
4
 
5
- [![Build Status](https://github.com/ankane/tomoto-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/tomoto-ruby/actions)
5
+ [![Build Status](https://github.com/ankane/tomoto-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/tomoto-ruby/actions)
6
6
 
7
7
  ## Installation
8
8
 
@@ -27,16 +27,18 @@ else
27
27
  end
28
28
 
29
29
  # silence tomoto warnings
30
- $CXXFLAGS += " -Wno-unused-variable -Wno-switch"
30
+ $CXXFLAGS += " -Wno-unused-variable -Wno-switch -Wno-unqualified-std-cast-call"
31
31
 
32
32
  ext = File.expand_path(".", __dir__)
33
33
  tomoto = File.expand_path("../../vendor/tomotopy/src/TopicModel", __dir__)
34
+ tomoto_utils = File.expand_path("../../vendor/tomotopy/src/Utils", __dir__)
34
35
  eigen = File.expand_path("../../vendor/eigen", __dir__)
35
36
  eigen_rand = File.expand_path("../../vendor/EigenRand", __dir__)
36
37
  variant = File.expand_path("../../vendor/variant/include", __dir__)
37
38
 
38
- $srcs = Dir["{#{ext},#{tomoto}}/*.cpp"]
39
+ $srcs = Dir["{#{ext},#{tomoto},#{tomoto_utils}}/*.cpp"]
39
40
  $INCFLAGS += " -I#{tomoto} -I#{eigen} -I#{eigen_rand} -I#{variant}"
40
41
  $VPATH << tomoto
42
+ $VPATH << tomoto_utils
41
43
 
42
44
  create_makefile("tomoto/tomoto")
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Tomoto
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -7,7 +7,7 @@ tomotopy
7
7
  .. image:: https://zenodo.org/badge/186155463.svg
8
8
  :target: https://zenodo.org/badge/latestdoi/186155463
9
9
 
10
- 🎌
10
+ 🌐
11
11
  `English`_,
12
12
  **ν•œκ΅­μ–΄**.
13
13
 
@@ -305,6 +305,15 @@ tomotopy의 Python3 예제 μ½”λ“œλŠ” https://github.com/bab2min/tomotopy/blob/ma
305
305
 
306
306
  역사
307
307
  -------
308
+ * 0.13.0 (2024-08-05)
309
+ * μ‹ κ·œ κΈ°λŠ₯
310
+ * ν† ν”½ λͺ¨λΈ 뷰어인 `tomotopy.viewer.open_viewer()`의 μ£Όμš” κΈ°λŠ₯이 μ™„μ„±λ˜μ—ˆμŠ΅λ‹ˆλ‹€.
311
+ * `tomotopy.LDAModel.get_hash()`κ°€ μΆ”κ°€λ˜μ—ˆμŠ΅λ‹ˆλ‹€. λͺ¨λΈμ˜ 128bit ν•΄μ‹œλ₯Ό κ΅¬ν•΄μ€λ‹ˆλ‹€.
312
+ * `ngram_list` μΈμžκ°€ `tomotopy.utils.SimpleTokenizer`에 μΆ”κ°€λ˜μ—ˆμŠ΅λ‹ˆλ‹€.
313
+ * Bug fixes
314
+ * `Corpus.concat_ngrams` 호좜 후에 `spans`이 비일관적인 버그가 μˆ˜μ •λ˜μ—ˆμŠ΅λ‹ˆλ‹€.
315
+ * `tomotopy.LDAModel.load()`와 `tomotopy.LDAModel.save()`의 병λͺ©μ„ μ΅œμ ν™”ν•˜μ—¬ 속도λ₯Ό 10λ°° 이상 κ°œμ„ ν–ˆμŠ΅λ‹ˆλ‹€.
316
+
308
317
  * 0.12.7 (2023-12-19)
309
318
  * μ‹ κ·œ κΈ°λŠ₯
310
319
  * ν† ν”½ λͺ¨λΈ 뷰어인 `tomotopy.viewer.open_viewer()`κ°€ μΆ”κ°€λ˜μ—ˆμŠ΅λ‹ˆλ‹€.
@@ -7,7 +7,7 @@ tomotopy
7
7
  .. image:: https://zenodo.org/badge/186155463.svg
8
8
  :target: https://zenodo.org/badge/latestdoi/186155463
9
9
 
10
- 🎌
10
+ 🌐
11
11
  **English**,
12
12
  `ν•œκ΅­μ–΄`_.
13
13
 
@@ -309,6 +309,15 @@ meaning you can use it for any reasonable purpose and remain in complete ownersh
309
309
 
310
310
  History
311
311
  -------
312
+ * 0.13.0 (2024-08-05)
313
+ * New features
314
+ * Major features of Topic Model Viewer `tomotopy.viewer.open_viewer()` are ready now.
315
+ * `tomotopy.LDAModel.get_hash()` is added. You can get 128bit hash value of the model.
316
+ * Add an argument `ngram_list` to `tomotopy.utils.SimpleTokenizer`.
317
+ * Bug fixes
318
+ * Fixed inconsistent `spans` bug after `Corpus.concat_ngrams` is called.
319
+ * Optimized the bottleneck of `tomotopy.LDAModel.load()` and `tomotopy.LDAModel.save()` and improved its speed more than 10 times.
320
+
312
321
  * 0.12.7 (2023-12-19)
313
322
  * New features
314
323
  * Added Topic Model Viewer `tomotopy.viewer.open_viewer()`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomoto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org