Commit Graph

19 Commits

Author SHA1 Message Date
leafspark 82309b5ccf
ci: update artifact upload version 2025-02-13 17:41:58 -08:00
leafspark 2056473717
Merge pull request #18 from leafspark/dependabot/pip/uvicorn-approx-eq-0.34.0
build(deps): update uvicorn requirement from ~=0.30.6 to ~=0.34.0
2025-01-27 15:46:15 -08:00
dependabot[bot] 925001cdad
build(deps): update uvicorn requirement from ~=0.30.6 to ~=0.34.0
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.34.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 22:47:56 +00:00
leafspark 367afa70e2
Merge pull request #4 from leafspark/dependabot/pip/scipy-approx-eq-1.14.1
build(deps): update scipy requirement from ~=1.13.1 to ~=1.14.1
2024-09-28 11:14:03 -07:00
leafspark 0b0f5af662
Merge pull request #3 from leafspark/dependabot/pip/numpy-approx-eq-2.1.1
build(deps): update numpy requirement from ~=1.26.4 to ~=2.1.1
2024-09-23 21:50:27 -07:00
BuildTools 1ce6d4c7d6
fix: add template to code 2024-09-23 21:49:37 -07:00
dependabot[bot] 3737742165
build(deps): update scipy requirement from ~=1.13.1 to ~=1.14.1
Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.14.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 22:34:05 +00:00
dependabot[bot] 08ae56d012
build(deps): update numpy requirement from ~=1.26.4 to ~=2.1.1
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 22:34:00 +00:00
BuildTools 9a94d5bbda
feat(config): add configuration options
- add configuration options via environment variables
- move get_data.py functionality to graph.py to avoid using subprocess
- update .gitignore
- update .env.example
- create globals.py to store helper functions
- add run.bat to start and configure program
2024-09-22 09:31:12 -07:00
BuildTools 559c821bae
docs: update changelog to v1.0.0 2024-09-21 16:47:14 -07:00
BuildTools 36306e5b12
feat(models): load models from JSON configuration
- load models from JSON configuration
- resolve security issue
- update dependencies
- optimize imports in graph.py and monitor.py
2024-09-21 16:45:48 -07:00
BuildTools ba2a610ac5
Merge branch 'main' of https://github.com/leafspark/vAnalytics 2024-09-21 16:37:04 -07:00
BuildTools 2d4d28493e
docs: fix shields
- rename llama.cpp to vLLM
2024-09-21 16:36:56 -07:00
leafspark 0236bcb39e
Merge pull request #1 from leafspark/dependabot/pip/numpy-approx-eq-2.1.1
build(deps): update numpy requirement from ~=1.26.4 to ~=2.1.1
2024-09-21 16:36:13 -07:00
leafspark b4b5ee399b
Merge pull request #2 from leafspark/autofix/alert-1-a46341326c
Fix code scanning alert #1: Uncontrolled command line
2024-09-21 16:35:48 -07:00
leafspark a7fe82a62e
Fix code scanning alert #1: Uncontrolled command line
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-09-21 16:35:20 -07:00
dependabot[bot] 0e10ef9850
build(deps): update numpy requirement from ~=1.26.4 to ~=2.1.1
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 23:31:12 +00:00
BuildTools dff316c725
docs: add README.md and initial commit
- add code
- add GitHub workflows
- add GitHub repo files
2024-09-21 16:30:15 -07:00
leafspark ffc14cb984
Initial commit 2024-09-21 16:12:09 -07:00