lopace 0.1.5__tar.gz → 0.1.6.dev2__tar.gz

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.
Files changed (63) hide show
  1. {lopace-0.1.5 → lopace-0.1.6.dev2}/PKG-INFO +2 -2
  2. {lopace-0.1.5 → lopace-0.1.6.dev2}/README.md +1 -1
  3. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace/_version.py +3 -3
  4. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace.egg-info/PKG-INFO +2 -2
  5. {lopace-0.1.5 → lopace-0.1.6.dev2}/.dockerignore +0 -0
  6. {lopace-0.1.5 → lopace-0.1.6.dev2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  7. {lopace-0.1.5 → lopace-0.1.6.dev2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  8. {lopace-0.1.5 → lopace-0.1.6.dev2}/.github/dependabot.yml +0 -0
  9. {lopace-0.1.5 → lopace-0.1.6.dev2}/.github/pull_request_template.md +0 -0
  10. {lopace-0.1.5 → lopace-0.1.6.dev2}/.github/workflows/ci-cd.yml +0 -0
  11. {lopace-0.1.5 → lopace-0.1.6.dev2}/.github/workflows/test-only.yml +0 -0
  12. {lopace-0.1.5 → lopace-0.1.6.dev2}/.gitignore +0 -0
  13. {lopace-0.1.5 → lopace-0.1.6.dev2}/CHANGELOG.md +0 -0
  14. {lopace-0.1.5 → lopace-0.1.6.dev2}/CODE_OF_CONDUCT.md +0 -0
  15. {lopace-0.1.5 → lopace-0.1.6.dev2}/CONTRIBUTING.md +0 -0
  16. {lopace-0.1.5 → lopace-0.1.6.dev2}/Dockerfile +0 -0
  17. {lopace-0.1.5 → lopace-0.1.6.dev2}/LICENSE +0 -0
  18. {lopace-0.1.5 → lopace-0.1.6.dev2}/MANIFEST.in +0 -0
  19. {lopace-0.1.5 → lopace-0.1.6.dev2}/SECURITY.md +0 -0
  20. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace/__init__.py +0 -0
  21. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace/compressor.py +0 -0
  22. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace.egg-info/SOURCES.txt +0 -0
  23. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace.egg-info/dependency_links.txt +0 -0
  24. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace.egg-info/requires.txt +0 -0
  25. {lopace-0.1.5 → lopace-0.1.6.dev2}/lopace.egg-info/top_level.txt +0 -0
  26. {lopace-0.1.5 → lopace-0.1.6.dev2}/notebooks/LoPace_Complete_Guide.ipynb +0 -0
  27. {lopace-0.1.5 → lopace-0.1.6.dev2}/notebooks/README.md +0 -0
  28. {lopace-0.1.5 → lopace-0.1.6.dev2}/paper/lopace-preprint-arxiv-01.png +0 -0
  29. {lopace-0.1.5 → lopace-0.1.6.dev2}/paper/lopace-preprint-arxiv.pdf +0 -0
  30. {lopace-0.1.5 → lopace-0.1.6.dev2}/pyproject.toml +0 -0
  31. {lopace-0.1.5 → lopace-0.1.6.dev2}/requirements-dev.txt +0 -0
  32. {lopace-0.1.5 → lopace-0.1.6.dev2}/requirements.txt +0 -0
  33. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/.gitkeep +0 -0
  34. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/benchmark_data.csv +0 -0
  35. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/comprehensive_comparison.png +0 -0
  36. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/comprehensive_comparison.svg +0 -0
  37. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/compression-pipeline.png +0 -0
  38. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/compression_ratio.png +0 -0
  39. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/compression_ratio.svg +0 -0
  40. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/disk_size_comparison.png +0 -0
  41. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/disk_size_comparison.svg +0 -0
  42. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/logo-text.png +0 -0
  43. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/logo.png +0 -0
  44. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/lopace-compression-technique.png +0 -0
  45. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/memory_usage.png +0 -0
  46. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/memory_usage.svg +0 -0
  47. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/original_vs_decompressed.png +0 -0
  48. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/original_vs_decompressed.svg +0 -0
  49. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/scalability_analysis.png +0 -0
  50. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/scalability_analysis.svg +0 -0
  51. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/space_savings.png +0 -0
  52. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/space_savings.svg +0 -0
  53. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/speed_metrics.png +0 -0
  54. {lopace-0.1.5 → lopace-0.1.6.dev2}/screenshots/speed_metrics.svg +0 -0
  55. {lopace-0.1.5 → lopace-0.1.6.dev2}/scripts/README.md +0 -0
  56. {lopace-0.1.5 → lopace-0.1.6.dev2}/scripts/__init__.py +0 -0
  57. {lopace-0.1.5 → lopace-0.1.6.dev2}/scripts/generate_visualizations.py +0 -0
  58. {lopace-0.1.5 → lopace-0.1.6.dev2}/scripts/requirements.txt +0 -0
  59. {lopace-0.1.5 → lopace-0.1.6.dev2}/setup.cfg +0 -0
  60. {lopace-0.1.5 → lopace-0.1.6.dev2}/setup.py +0 -0
  61. {lopace-0.1.5 → lopace-0.1.6.dev2}/streamlit_app.py +0 -0
  62. {lopace-0.1.5 → lopace-0.1.6.dev2}/tests/__init__.py +0 -0
  63. {lopace-0.1.5 → lopace-0.1.6.dev2}/tests/test_compressor.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lopace
3
- Version: 0.1.5
3
+ Version: 0.1.6.dev2
4
4
  Summary: Lossless Optimized Prompt Accurate Compression Engine
5
5
  Home-page: https://github.com/connectaman/LoPace
6
6
  Author: Aman Ulla
@@ -421,7 +421,7 @@ The app features:
421
421
  ### Setup Development Environment
422
422
 
423
423
  ```bash
424
- git clone https://github.com/amanulla/lopace.git
424
+ git clone https://github.com/connectaman/LoPace.git
425
425
  cd lopace
426
426
  pip install -r requirements-dev.txt
427
427
  ```
@@ -388,7 +388,7 @@ The app features:
388
388
  ### Setup Development Environment
389
389
 
390
390
  ```bash
391
- git clone https://github.com/amanulla/lopace.git
391
+ git clone https://github.com/connectaman/LoPace.git
392
392
  cd lopace
393
393
  pip install -r requirements-dev.txt
394
394
  ```
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.1.5'
32
- __version_tuple__ = version_tuple = (0, 1, 5)
31
+ __version__ = version = '0.1.6.dev2'
32
+ __version_tuple__ = version_tuple = (0, 1, 6, 'dev2')
33
33
 
34
- __commit_id__ = commit_id = 'g7b834190b'
34
+ __commit_id__ = commit_id = 'g18b00919a'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lopace
3
- Version: 0.1.5
3
+ Version: 0.1.6.dev2
4
4
  Summary: Lossless Optimized Prompt Accurate Compression Engine
5
5
  Home-page: https://github.com/connectaman/LoPace
6
6
  Author: Aman Ulla
@@ -421,7 +421,7 @@ The app features:
421
421
  ### Setup Development Environment
422
422
 
423
423
  ```bash
424
- git clone https://github.com/amanulla/lopace.git
424
+ git clone https://github.com/connectaman/LoPace.git
425
425
  cd lopace
426
426
  pip install -r requirements-dev.txt
427
427
  ```
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes