torchtext 0.2.0 → 0.3.1

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: f9f88b060fcb69a0df1258c1a5399b2518ca9b1c95cd3c3f999bd81f9df0cc41
4
- data.tar.gz: 3b04fab3f8e9a3ef86e3c46aa64f2ba98a8d85c3dd42889cb728d0c7f39e7be2
3
+ metadata.gz: 7ec9683001436a14fba82587cad402f6b07cac506f97f7f5720e9c0847b3c2f0
4
+ data.tar.gz: 165f9b68eb9f11380372484f75615c6664e6e40d584da99c352d2ccfc99d72ec
5
5
  SHA512:
6
- metadata.gz: 4669a0ce275ec3ef0a1331c39835b81a8cff582c62012adc62ae8c59ea941befb53cf232198922bcbdd9795930e970a4e8970a851d66969531c75dd83e7bd40c
7
- data.tar.gz: a3bb8659e334540849a011a0f526136650a4bd88d5a9da6b48f6e3d14dd889b08fe730c3e517837e6989e06c9a8b515d8a34958e3df267a80eedd465a239123f
6
+ metadata.gz: 5c91c534153efb9f5b29270bcd1a84b1524e0eacb726e8ed9d55e56951d87d4898c2a7e02807b86983356c2896aae23f46da18140de5d553cd2f4788fe40db5c
7
+ data.tar.gz: e9a8530a23e0ab76e2116ebbb6d48764d6a96f5a2f74291cdbfae0a360437c07153da43739c7012bdd177944bf06b7873ae07d8e18b70ddeed9f99959813e5c0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.3.1 (2024-12-29)
2
+
3
+ - Added support for Ruby 3.4
4
+
5
+ ## 0.3.0 (2024-08-02)
6
+
7
+ - Dropped support for Ruby < 3.1
8
+
1
9
  ## 0.2.0 (2023-01-30)
2
10
 
3
11
  - Added `Functional` module
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  BSD 3-Clause License
2
2
 
3
3
  Copyright (c) James Bradbury and Soumith Chintala 2016,
4
- Copyright (c) Andrew Kane 2020-2023,
4
+ Copyright (c) Andrew Kane 2020-2024,
5
5
  All rights reserved.
6
6
 
7
7
  Redistribution and use in source and binary forms, with or without
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  :fire: Data loaders and abstractions for text and NLP - for Ruby
4
4
 
5
- [![Build Status](https://github.com/ankane/torchtext-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/torchtext-ruby/actions)
5
+ [![Build Status](https://github.com/ankane/torchtext-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/torchtext-ruby/actions)
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,3 +1,3 @@
1
1
  module TorchText
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,30 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torchtext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-01-30 00:00:00.000000000 Z
10
+ date: 2024-12-30 00:00:00.000000000 Z
12
11
  dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: csv
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
13
26
  - !ruby/object:Gem::Dependency
14
27
  name: torch-rb
15
28
  requirement: !ruby/object:Gem::Requirement
16
29
  requirements:
17
30
  - - ">="
18
31
  - !ruby/object:Gem::Version
19
- version: 0.11.1
32
+ version: '0.13'
20
33
  type: :runtime
21
34
  prerelease: false
22
35
  version_requirements: !ruby/object:Gem::Requirement
23
36
  requirements:
24
37
  - - ">="
25
38
  - !ruby/object:Gem::Version
26
- version: 0.11.1
27
- description:
39
+ version: '0.13'
28
40
  email: andrew@ankane.org
29
41
  executables: []
30
42
  extensions: []
@@ -48,7 +60,6 @@ homepage: https://github.com/ankane/torchtext-ruby
48
60
  licenses:
49
61
  - BSD-3-Clause
50
62
  metadata: {}
51
- post_install_message:
52
63
  rdoc_options: []
53
64
  require_paths:
54
65
  - lib
@@ -56,15 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
67
  requirements:
57
68
  - - ">="
58
69
  - !ruby/object:Gem::Version
59
- version: '2.7'
70
+ version: '3.1'
60
71
  required_rubygems_version: !ruby/object:Gem::Requirement
61
72
  requirements:
62
73
  - - ">="
63
74
  - !ruby/object:Gem::Version
64
75
  version: '0'
65
76
  requirements: []
66
- rubygems_version: 3.4.1
67
- signing_key:
77
+ rubygems_version: 3.6.2
68
78
  specification_version: 4
69
79
  summary: Data loaders and abstractions for text and NLP
70
80
  test_files: []