sqlmath 2026.4.30__tar.gz → 2026.4.31__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 (44) hide show
  1. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/.ci.sh +3 -4
  2. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/.github/workflows/ci.yml +1 -1
  3. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/.github/workflows/publish.yml +6 -6
  4. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/.github/workflows/publish_pypi_test.yml +2 -2
  5. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/.npmignore +1 -1
  6. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/CHANGELOG.md +4 -0
  7. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/PKG-INFO +7 -7
  8. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/README.md +6 -6
  9. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/package.json +1 -1
  10. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/pyproject.toml +1 -1
  11. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/setup.py +2 -2
  12. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/sqlmath/__init__.py +2 -2
  13. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/sqlmath.mjs +1 -1
  14. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/.gitconfig +0 -0
  15. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/.gitignore +0 -0
  16. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/LICENSE +0 -0
  17. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/MANIFEST.in +0 -0
  18. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/asset_image_folder_open_solid.svg +0 -0
  19. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/asset_image_github_brands.svg +0 -0
  20. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/asset_image_logo_256.html +0 -0
  21. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/asset_image_logo_256.png +0 -0
  22. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/asset_image_logo_256.svg +0 -0
  23. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/asset_sqlmath_external_rollup.js +0 -0
  24. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/cpplint.py +0 -0
  25. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/csslint.js +0 -0
  26. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/indent.exe +0 -0
  27. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/index.html +0 -0
  28. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/jslint.mjs +0 -0
  29. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/jslint_ci.sh +0 -0
  30. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/libiconv2.dll +0 -0
  31. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/libintl3.dll +0 -0
  32. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/sqlmath_base.c +0 -0
  33. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/sqlmath_base.h +0 -0
  34. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/sqlmath_browser.mjs +0 -0
  35. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/sqlmath_external_sqlite.c +0 -0
  36. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/sqlmath_wrapper_wasm.js +0 -0
  37. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/test.mjs +0 -0
  38. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/test.py +0 -0
  39. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/test_data_sinefit.csv +0 -0
  40. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/test_lgbm_binary.test +0 -0
  41. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/test_lgbm_binary.train +0 -0
  42. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/test_lgbm_numpy.py +0 -0
  43. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/test_lgbm_preb.txt +0 -0
  44. {sqlmath-2026.4.30 → sqlmath-2026.4.31}/zlib.v1.3.1.vcpkg.x64-windows-static.lib +0 -0
@@ -439,13 +439,12 @@ shCiPublishNpmCustom() {(set -e
439
439
  # This function will run custom-code to npm-publish package.
440
440
  # fetch artifact
441
441
  git fetch origin artifact --depth=1
442
- git checkout origin/artifact \
443
- branch-beta/_sqlmath* \
444
- branch-beta/sqlmath_wasm*
442
+ git checkout origin/artifact branch-beta/
445
443
  cp -a branch-beta/_sqlmath.napi* ./
446
444
  cp -a branch-beta/_sqlmath.shell* ./
447
- cp -a branch-beta/lib_lightgbm* ./
448
445
  cp -a branch-beta/sqlmath_wasm.* ./
446
+ mkdir -p sqlmath/
447
+ cp -a branch-beta/lib_lightgbm* sqlmath/
449
448
  # npm-publish
450
449
  npm publish --access public
451
450
  )}
@@ -85,7 +85,7 @@ jobs:
85
85
  github.event_name == 'schedule' ||
86
86
  github.event_name == 'workflow_dispatch'
87
87
  # https://github.com/actions/setup-node
88
- - uses: actions/setup-node@v5
88
+ - uses: actions/setup-node@v6
89
89
  with:
90
90
  node-version: ${{ matrix.node_version }}
91
91
  # https://github.com/actions/setup-python
@@ -17,8 +17,8 @@ jobs:
17
17
  contents: read
18
18
  packages: write
19
19
  steps:
20
- - uses: actions/checkout@v4
21
- - uses: actions/setup-node@v4
20
+ - uses: actions/checkout@v5
21
+ - uses: actions/setup-node@v6
22
22
  with:
23
23
  node-version: "24"
24
24
  registry-url: "https://npm.pkg.github.com"
@@ -39,8 +39,8 @@ jobs:
39
39
  id-token: write # Required for OIDC
40
40
  packages: write
41
41
  steps:
42
- - uses: actions/checkout@v4
43
- - uses: actions/setup-node@v4
42
+ - uses: actions/checkout@v5
43
+ - uses: actions/setup-node@v6
44
44
  with:
45
45
  node-version: "24"
46
46
  registry-url: "https://registry.npmjs.org"
@@ -59,8 +59,8 @@ jobs:
59
59
  id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
60
60
  steps:
61
61
  # retrieve your distributions here
62
- - uses: actions/checkout@v4
63
- - uses: actions/setup-python@v5
62
+ - uses: actions/checkout@v5
63
+ - uses: actions/setup-python@v6
64
64
  with:
65
65
  python-version: "3.12"
66
66
  - run: sh jslint_ci.sh shCiPublishPypi
@@ -17,8 +17,8 @@ jobs:
17
17
  id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
18
18
  steps:
19
19
  # retrieve your distributions here
20
- - uses: actions/checkout@v4
21
- - uses: actions/setup-python@v5
20
+ - uses: actions/checkout@v5
21
+ - uses: actions/setup-python@v6
22
22
  with:
23
23
  python-version: "3.12"
24
24
  - run: sh jslint_ci.sh shCiPublishPypi
@@ -10,8 +10,8 @@ node_modules
10
10
  !_sqlmath.napi*
11
11
  !_sqlmath.shell*
12
12
  !jslint.mjs
13
- !lib_lightgbm*
14
13
  !sqlmath.mjs
14
+ !sqlmath/lib_lightgbm*
15
15
  !sqlmath_browser.mjs
16
16
  !sqlmath_wasm*
17
17
  !test.mjs
@@ -5,6 +5,10 @@
5
5
  - sqlite - Add similar error-handling from builtin-sql-function PERCENTILE() into custom-sql-function QUANTILE().
6
6
  - none
7
7
 
8
+ # v2026.4.31
9
+ - sqlmath-npm - bugfix - Fix missing lib_lightgbm pre-built libraries in npm-package. - part3 - ./sqlmath/lib_lightgbm_xxx.
10
+ - sqlmath-npm - bugfix - Fix missing lib_lightgbm pre-built libraries in npm-package. - part2 - git checkout origin/artifact branch-beta/
11
+
8
12
  # v2026.4.30
9
13
  - sqlmath-python - Add context manager and Pythonic API (execute, close) to SqlmathDb matching sqlite3 conventions.
10
14
  - sqlmath-python - Add __repr__ and __bool__ methods to SqlmathDb for better debugging experience.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sqlmath
3
- Version: 2026.4.30
3
+ Version: 2026.4.31
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.4.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.4.31)](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 | [![ci](https://github.com/sqlmath/sqlmath/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/sqlmath/sqlmath/actions?query=branch%3Amaster) | [![ci](https://github.com/sqlmath/sqlmath/actions/workflows/ci.yml/badge.svg?branch=beta)](https://github.com/sqlmath/sqlmath/actions?query=branch%3Abeta) | [![ci](https://github.com/sqlmath/sqlmath/actions/workflows/ci.yml/badge.svg?branch=alpha)](https://github.com/sqlmath/sqlmath/actions?query=branch%3Aalpha) |
40
40
  | Coverage | [![coverage](https://sqlmath.github.io/sqlmath/branch-master/.artifact/coverage/coverage_badge.svg)](https://sqlmath.github.io/sqlmath/branch-master/.artifact/coverage/index.html) | [![coverage](https://sqlmath.github.io/sqlmath/branch-beta/.artifact/coverage/coverage_badge.svg)](https://sqlmath.github.io/sqlmath/branch-beta/.artifact/coverage/index.html) | [![coverage](https://sqlmath.github.io/sqlmath/branch-alpha/.artifact/coverage/coverage_badge.svg)](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.4.30`
426
+ - sqlmath installs via `pip install sqlmath==2026.4.31`
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.4.30*
672
- py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2026.4.30
671
+ twine upload --repository testpypi dist/sqlmath-2026.4.31*
672
+ py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2026.4.31
673
673
  #
674
- twine upload dist/sqlmath-2026.4.30*
675
- pip install sqlmath==2026.4.30
674
+ twine upload dist/sqlmath-2026.4.31*
675
+ pip install sqlmath==2026.4.31
676
676
  ```
677
677
 
678
678
 
@@ -9,7 +9,7 @@
9
9
 
10
10
  # Status
11
11
 
12
- | Branch | [master<br>(v2026.4.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) |
12
+ | Branch | [master<br>(v2026.4.31)](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) |
13
13
  |--:|:--:|:--:|:--:|
14
14
  | CI | [![ci](https://github.com/sqlmath/sqlmath/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/sqlmath/sqlmath/actions?query=branch%3Amaster) | [![ci](https://github.com/sqlmath/sqlmath/actions/workflows/ci.yml/badge.svg?branch=beta)](https://github.com/sqlmath/sqlmath/actions?query=branch%3Abeta) | [![ci](https://github.com/sqlmath/sqlmath/actions/workflows/ci.yml/badge.svg?branch=alpha)](https://github.com/sqlmath/sqlmath/actions?query=branch%3Aalpha) |
15
15
  | Coverage | [![coverage](https://sqlmath.github.io/sqlmath/branch-master/.artifact/coverage/coverage_badge.svg)](https://sqlmath.github.io/sqlmath/branch-master/.artifact/coverage/index.html) | [![coverage](https://sqlmath.github.io/sqlmath/branch-beta/.artifact/coverage/coverage_badge.svg)](https://sqlmath.github.io/sqlmath/branch-beta/.artifact/coverage/index.html) | [![coverage](https://sqlmath.github.io/sqlmath/branch-alpha/.artifact/coverage/coverage_badge.svg)](https://sqlmath.github.io/sqlmath/branch-alpha/.artifact/coverage/index.html) |
@@ -398,7 +398,7 @@ Full notebook with fraud detection, intraday trading signals, and model persiste
398
398
  **Kaggle Environment:**
399
399
  - Linux x64, Python 3.12, Node.js 24
400
400
  - Datasets: [Credit Card Fraud](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud) (284K transactions), SPY intraday OHLCV
401
- - sqlmath installs via `pip install sqlmath==2026.4.30`
401
+ - sqlmath installs via `pip install sqlmath==2026.4.31`
402
402
 
403
403
 
404
404
  <br><br>
@@ -643,11 +643,11 @@ PORT=8080 sh jslint_ci.sh shHttpFileServer
643
643
  ```shell
644
644
  python -m build
645
645
  #
646
- twine upload --repository testpypi dist/sqlmath-2026.4.30*
647
- py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2026.4.30
646
+ twine upload --repository testpypi dist/sqlmath-2026.4.31*
647
+ py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2026.4.31
648
648
  #
649
- twine upload dist/sqlmath-2026.4.30*
650
- pip install sqlmath==2026.4.30
649
+ twine upload dist/sqlmath-2026.4.31*
650
+ pip install sqlmath==2026.4.31
651
651
  ```
652
652
 
653
653
 
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "shCiArtifactUpload": 1,
34
34
  "shCiPublishNpm": 1,
35
- "version": "2026.4.30"
35
+ "version": "2026.4.31"
36
36
  }
@@ -9,7 +9,7 @@ backend-path = ["."]
9
9
  # https://peps.python.org/pep-0621/#example
10
10
  [project]
11
11
  name = "sqlmath"
12
- version = "2026.4.30"
12
+ version = "2026.4.31"
13
13
  description = "sqlite for data-science"
14
14
  authors = [{name = "Kai Zhu"}]
15
15
  maintainers = []
@@ -27,8 +27,8 @@ python setup.py bdist_wheel
27
27
  python setup.py build_ext
28
28
  """
29
29
 
30
- __version__ = "2026.4.30"
31
- __version_info__ = ("2026", "4", "30")
30
+ __version__ = "2026.4.31"
31
+ __version_info__ = ("2026", "4", "31")
32
32
 
33
33
  import asyncio
34
34
  import base64
@@ -21,8 +21,8 @@
21
21
 
22
22
  """sqlmath.py."""
23
23
 
24
- __version__ = "2026.4.30"
25
- __version_info__ = ("2026", "4", "30")
24
+ __version__ = "2026.4.31"
25
+ __version_info__ = ("2026", "4", "31")
26
26
 
27
27
  import csv
28
28
  import io
@@ -128,7 +128,7 @@ let {
128
128
  let sqlMessageDict = {}; // dict of web-worker-callbacks
129
129
  let sqlMessageId = 0;
130
130
  let sqlWorker;
131
- let version = "v2026.4.30";
131
+ let version = "v2026.4.31";
132
132
 
133
133
  async function assertErrorThrownAsync(asyncFunc, regexp) {
134
134
 
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