You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
2
2
3
3
All notable changes for version updates.
4
4
5
-
## [0.1.3] - 2024-02-27
5
+
## [0.1.4] - 2024-02-25
6
6
7
7
### Changed
8
8
9
-
- Updated GitHub Actions workflow to use the --no-cache-dir flag in pip install commands, which prevents disk space issues during dependency installation (e.g., for large packages like torch).
9
+
- Improved logging across startup: the banner, model details, configuration, system resources, API documentation, quick start guide, and footer are now fully logged and printed.
10
+
- Updated the start_server function to extend the health check timeout to 60 seconds in Google Colab (when using ngrok) and to set an environment variable to trigger the Colab branch in run_server_proc.
11
+
- Modified startup_event to load the model in the background, ensuring that the server's /health endpoint becomes available in time and that logging output is complete.
10
12
11
-
## [0.1.2] - 2024-02-25
13
+
## [0.1.3] - 2024-02-25
12
14
13
15
### Changed
14
16
@@ -22,23 +24,28 @@ All notable changes for version updates.
22
24
- Removed duplicate architecture diagrams from the root `README.md` to streamline documentation.
23
25
- Minor improvements to logging and error handling.
24
26
27
+
## [0.1.2] - 2024-02-25
28
+
29
+
### Changed
30
+
31
+
- Updated GitHub Actions workflow to install the Locallab package along with its runtime dependencies in CI.
32
+
33
+
### Fixed
34
+
35
+
- Fixed RuntimeError related to SemLock sharing in multiprocessing by clearing logger handlers in `run_server_proc`.
36
+
- Updated Mermaid diagrams to wrap node labels in double quotes, improving compatibility with GitHub rendering.
37
+
- Improved build status badge aesthetics in the README.
38
+
25
39
## [0.1.1] - 2024-02-25
26
40
27
41
### Fixed
28
42
29
43
- Fixed RuntimeError related to SemLock sharing in multiprocessing by clearing logger handlers in `run_server_proc`.
30
-
- Updated Mermaid diagrams in `README.md` and `docs/colab/README.md`to wrap node labels in double quotes, improving compatibility with GitHub rendering.
44
+
- Updated Mermaid diagrams to wrap node labels in double quotes, improving compatibility with GitHub rendering.
31
45
- Improved build status badge aesthetics in the README.
32
46
33
47
## [0.1.0] - 2024-02-24
34
48
35
49
### Added
36
50
37
-
- Upgraded package version from 0.0 to 0.1.0.
38
-
- Initial release as a Python package with full Google Colab integration.
39
-
- Basic API functionality including dynamic model loading and inference endpoints.
40
-
- Enhanced logging with ASCII art banners, detailed model and system resource information, and robust error handling.
41
-
- Ngrok tunnel management for public URL access in Colab.
42
-
- Comprehensive documentation with absolute URLs for smooth navigation.
43
-
- GitHub Actions workflow for automated PyPI publishing.
44
-
- MIT License introduced.
51
+
- Initial release as a Python package with full Google Colab integration, dynamic model loading, robust logging (with ASCII art banners), API endpoints for text generation and system monitoring, Ngrok tunnel management, and comprehensive documentation.
0 commit comments