tokenizers 0.2.1 → 0.2.3

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: 1b6b4b14103c5b66a75ae1c3516b2bf35a9f5b46073a08d91757af08119644a3
4
- data.tar.gz: 910f671ba45815fb8584143c7b5705fc3318b2d87a81557aa02505936587f7df
3
+ metadata.gz: e4f3cb98cb867df67a1c8a00b56f9ec5f4c6fafa178d760655dafb6735160773
4
+ data.tar.gz: 88c420f7a42f56330ce091df7f131878efd552488232282388e69d7a3c4b4aa2
5
5
  SHA512:
6
- metadata.gz: 3e58b8d5d84369ba9a64838cd947c35d55f9bc203f3411ba5310ab776208aba7249220dfb84fc95442136a13ba31fe9d6be55665ce33d13e8a1cfd7c3d806e2f
7
- data.tar.gz: 1d82d2cd7d405c2541aa302211e54dede73d321f8d8f522db6cf3684f24fccb9f721b6c56cdf30e7512c86c2e954288025470eefe359d2bb14bd15d3a0a9b981
6
+ metadata.gz: 8e4746ccdf33dce78dc2b86d847f47f83576ca0d637671f825ad006a53b7ac3374654f7724f1e889618f322f9cfa5081e30083997ee9810eab282b9a8b99f807
7
+ data.tar.gz: 5dfe7b502d908f85ae16cfb28ebe1bd2ff51348c31151c7ee531504c00a0315dc22ea76fea963690de8c7390c7adb50d392e39de6db4a22101e91d31de1fa4e8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.2.3 (2022-01-22)
2
+
3
+ - Added `add_special_tokens` option to `encode` method
4
+ - Added warning about `encode` method including special tokens by default in 0.3.0
5
+ - Added more methods to `Encoding`
6
+ - Fixed error with precompiled gem on Mac ARM
7
+
8
+ ## 0.2.2 (2022-01-15)
9
+
10
+ - Added precompiled gem for Linux ARM
11
+ - Added `from_file` method
12
+ - Fixed error with precompiled gem on Linux x86-64
13
+
1
14
  ## 0.2.1 (2022-01-12)
2
15
 
3
16
  - Added support for Ruby 3.2