File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+
9
+ ## v2.0.0
10
+
11
+ ### Added
12
+ - ` detect_batch ` method for batch detections
13
+ - Proxy support
14
+
15
+ ### Changed
16
+ - Switched to v3 API which uses updated language detection model
17
+ - ⚠️ ` simple_detect ` method renamed to ` detect_code `
18
+ - ⚠️ ` detect ` method result fields are ` language ` and ` score `
19
+ - ⚠️ ` detect ` method no longer accept arrays - use ` detect_batch ` instead
20
+ - ⚠️ ` user_status ` method renamed to ` account_status `
21
+ - HTTPS is used by default. Removed secure mode configuration.
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ You can get it by signing up at https://detectlanguage.com
15
15
pip install detectlanguage
16
16
```
17
17
18
+ ### Upgrading
19
+
20
+ When upgrading please check [ changelog] ( CHANGELOG.md ) for breaking changes.
21
+
18
22
### Configuration
19
23
20
24
``` python
You can’t perform that action at this time.
0 commit comments