|
1 | 1 | Metadata-Version: 2.1 |
2 | 2 | Name: sqlmath |
3 | | -Version: 2026.7.1 |
| 3 | +Version: 2026.7.30 |
4 | 4 | Summary: sqlite for data-science |
5 | 5 | Author: Kai Zhu |
6 | 6 | Requires-Python: >=3.10 |
@@ -34,7 +34,7 @@ Description-Content-Type: text/markdown |
34 | 34 |
|
35 | 35 | # Status |
36 | 36 |
|
37 | | -| Branch | [master<br>(v2026.6.30)](https://github.com/sqlmath/sqlmath/tree/master) | [beta<br>(Web Demo)](https://github.com/sqlmath/sqlmath/tree/beta) | [alpha<br>(Development)](https://github.com/sqlmath/sqlmath/tree/alpha) | |
| 37 | +| Branch | [master<br>(v2026.7.30)](https://github.com/sqlmath/sqlmath/tree/master) | [beta<br>(Web Demo)](https://github.com/sqlmath/sqlmath/tree/beta) | [alpha<br>(Development)](https://github.com/sqlmath/sqlmath/tree/alpha) | |
38 | 38 | |--:|:--:|:--:|:--:| |
39 | 39 | | CI | [](https://github.com/sqlmath/sqlmath/actions?query=branch%3Amaster) | [](https://github.com/sqlmath/sqlmath/actions?query=branch%3Abeta) | [](https://github.com/sqlmath/sqlmath/actions?query=branch%3Aalpha) | |
40 | 40 | | Coverage | [](https://sqlmath.github.io/sqlmath/branch-master/.artifact/coverage/index.html) | [](https://sqlmath.github.io/sqlmath/branch-beta/.artifact/coverage/index.html) | [](https://sqlmath.github.io/sqlmath/branch-alpha/.artifact/coverage/index.html) | |
@@ -423,7 +423,7 @@ Full notebook with fraud detection, intraday trading signals, and model persiste |
423 | 423 | **Kaggle Environment:** |
424 | 424 | - Linux x64, Python 3.12, Node.js 24 |
425 | 425 | - Datasets: [Credit Card Fraud](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud) (284K transactions), SPY intraday OHLCV |
426 | | -- sqlmath installs via `pip install sqlmath==2026.7.1` |
| 426 | +- sqlmath installs via `pip install sqlmath==2026.7.30` |
427 | 427 |
|
428 | 428 |
|
429 | 429 | <br><br> |
@@ -668,11 +668,11 @@ PORT=8080 sh jslint_ci.sh shHttpFileServer |
668 | 668 | ```shell |
669 | 669 | python -m build |
670 | 670 | # |
671 | | -twine upload --repository testpypi dist/sqlmath-2026.7.1* |
672 | | -py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2026.7.1 |
| 671 | +twine upload --repository testpypi dist/sqlmath-2026.7.30* |
| 672 | +py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2026.7.30 |
673 | 673 | # |
674 | | -twine upload dist/sqlmath-2026.7.1* |
675 | | -pip install sqlmath==2026.7.1 |
| 674 | +twine upload dist/sqlmath-2026.7.30* |
| 675 | +pip install sqlmath==2026.7.30 |
676 | 676 | ``` |
677 | 677 |
|
678 | 678 |
|
|
0 commit comments