-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG.txt
68 lines (51 loc) · 1.47 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Change Log
==========
0.1.8 (10/27/2024)
-----------------------------
- corrected download_example function
0.1.7 (05/17/2024)
-----------------------------
- Added a requirement on readme that "pip<24.1" due to compatability issues with textract
0.1.5 (05/17/2024)
-----------------------------
- adding load_results_from_json to the set of functions that can be called.
- made changes to the readme
0.1.4 (05/13/2024)
-----------------------------
- System crashed during upload, so reuploading
0.1.3 (05/13/2024)
-----------------------------
- Corrected typos
0.1.2 (05/08/2024)
-----------------------------
- Removed zipfile from required packages
0.1.1 (05/08/2024)
-----------------------------
- Fixed typos
0.1.0 (05/08/2024)
-----------------------------
- Bugs in the readme
0.0.9 (05/08/2024)
-----------------------------
- Bugs in the readme
0.0.8 (05/08/2024)
-----------------------------
- Bugs in the readme
0.0.6 (05/07/2024)
-----------------------------
- Minor edits to readme folder
0.0.5 (05/07/2024)
-----------------------------
- Changes to the code to gracefully handle the lack of the folder in which the themes would be saved.
0.0.4 (05/07/2024)
-----------------------------
- Made updates due to OpenAI's changes
0.0.3 (05/07/2024)
-----------------------------
- Edited __init__ file to diagnose errors
0.0.2 (05/07/2024)
-----------------------------
- Updated setup.py errors from setup.py.
0.0.1 (05/07/2024)
-------------------
- First Release