sqlite-predict 0.0.1a4__tar.gz → 0.0.1a5__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.
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/PKG-INFO +1 -1
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/pyproject.toml +1 -1
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/sqlite_predict.egg-info/PKG-INFO +1 -1
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/src/sqlite-predict.c +4 -4
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/MANIFEST.in +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/README.md +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/setup.cfg +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/setup.py +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/sqlite_predict/__init__.py +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/sqlite_predict.egg-info/SOURCES.txt +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/sqlite_predict.egg-info/dependency_links.txt +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/sqlite_predict.egg-info/top_level.txt +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/src/sqlite3.h +0 -0
- {sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/src/sqlite3ext.h +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sqlite-predict
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a5
|
|
4
4
|
Summary: Prediction as a SQL primitive for SQLite: forecast, detect_anomalies, predict, with replayable receipts.
|
|
5
5
|
License: MIT OR Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/PureStorage-OpenConnect/sqlite-predict
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "sqlite-predict"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.1a5"
|
|
8
8
|
description = "Prediction as a SQL primitive for SQLite: forecast, detect_anomalies, predict, with replayable receipts."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sqlite-predict
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a5
|
|
4
4
|
Summary: Prediction as a SQL primitive for SQLite: forecast, detect_anomalies, predict, with replayable receipts.
|
|
5
5
|
License: MIT OR Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/PureStorage-OpenConnect/sqlite-predict
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* sqlite-predict 0.0.1-alpha.
|
|
1
|
+
/* sqlite-predict 0.0.1-alpha.5 -- single-file amalgamation of the zero-dependency
|
|
2
2
|
* core (forecast / detect_anomalies / predict / distill + receipts).
|
|
3
3
|
* Generated by scripts/amalgamate.py; edit the sources, not this file.
|
|
4
4
|
* The onnx serving path is not included (see the script). */
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
#ifndef SQLITE_PREDICT_H
|
|
11
11
|
#define SQLITE_PREDICT_H
|
|
12
12
|
|
|
13
|
-
#define SQLITE_PREDICT_VERSION "v0.0.1-alpha.
|
|
14
|
-
#define SQLITE_PREDICT_DATE "2026-07-
|
|
15
|
-
#define SQLITE_PREDICT_SOURCE "
|
|
13
|
+
#define SQLITE_PREDICT_VERSION "v0.0.1-alpha.5"
|
|
14
|
+
#define SQLITE_PREDICT_DATE "2026-07-28T00:51:56+0000"
|
|
15
|
+
#define SQLITE_PREDICT_SOURCE "96cc3db"
|
|
16
16
|
#define SQLITE_PREDICT_VERSION_MAJOR 0
|
|
17
17
|
#define SQLITE_PREDICT_VERSION_MINOR 0
|
|
18
18
|
#define SQLITE_PREDICT_VERSION_PATCH 1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sqlite_predict-0.0.1a4 → sqlite_predict-0.0.1a5}/sqlite_predict.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|