perpetual 0.7.11__tar.gz → 0.7.12__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.
Potentially problematic release.
This version of perpetual might be problematic. Click here for more details.
- {perpetual-0.7.11 → perpetual-0.7.12}/.github/workflows/CI.yml +2 -3
- {perpetual-0.7.11 → perpetual-0.7.12}/Cargo.toml +1 -1
- {perpetual-0.7.11 → perpetual-0.7.12}/PKG-INFO +1 -1
- {perpetual-0.7.11 → perpetual-0.7.12}/pyproject.toml +1 -1
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/Cargo.lock +2 -2
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/Cargo.toml +2 -2
- {perpetual-0.7.11 → perpetual-0.7.12}/.github/workflows/cargo-build-publish.yml +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/.github/workflows/docs.yml +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/.gitignore +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/.pre-commit-config.yaml +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/CONTRIBUTING.md +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/LICENSE +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/README.md +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/benches/perpetual_benchmarks.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/examples/cal_housing.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/examples/cover_types.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/examples/titanic.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python/perpetual/__init__.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python/perpetual/booster.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python/perpetual/data.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python/perpetual/serialize.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python/perpetual/types.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python/perpetual/utils.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/.gitignore +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/LICENSE +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/README.md +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/docs/index.md +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/benchmark_lgbm.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/benchmark_perpetual.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/categorical_data.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/categorical_data_diamonds.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/categorical_data_titanic.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/fetch_openml.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/lgbm_openml_sensory.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/openml.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/openml_mnist.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/performance_benchmark.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/santander.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/toy_datasets.ipynb +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/mkdocs.yml +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/python/perpetual/__init__.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/python/perpetual/booster.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/python/perpetual/data.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/python/perpetual/serialize.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/python/perpetual/types.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/python/perpetual/utils.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/src/booster.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/src/lib.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/src/multi_output.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/src/utils.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/tests/test_booster.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/tests/test_multi_output.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/python-package/tests/test_serialize.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/resources/perp_logo.png +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/rust-toolchain +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/rustfmt.toml +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/scripts/make_resources.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/scripts/remove-optional-deps.py +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/scripts/run-python-tests.ps1 +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/scripts/run-python-tests.sh +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/scripts/run-single-python-test.ps1 +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/bin.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/binning.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/booster.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/constants.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/constraints.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/data.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/errors.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/grower.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/histogram.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/lib.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/metric.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/multi_output.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/node.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/objective.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/partial_dependence.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/sampler.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/shapley.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/splitter.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/tree.rs +0 -0
- {perpetual-0.7.11 → perpetual-0.7.12}/src/utils.rs +0 -0
|
@@ -160,7 +160,7 @@ jobs:
|
|
|
160
160
|
- uses: actions/setup-python@v5
|
|
161
161
|
with:
|
|
162
162
|
python-version: ${{ matrix.pyversion }}
|
|
163
|
-
architecture:
|
|
163
|
+
architecture: arm64
|
|
164
164
|
- name: Install deps
|
|
165
165
|
run: pip install numpy pandas seaborn scikit-learn toml
|
|
166
166
|
- run: |
|
|
@@ -175,7 +175,6 @@ jobs:
|
|
|
175
175
|
- name: Build wheels with maturin
|
|
176
176
|
uses: PyO3/maturin-action@v1
|
|
177
177
|
with:
|
|
178
|
-
target: x86_64
|
|
179
178
|
manylinux: auto
|
|
180
179
|
command: build
|
|
181
180
|
args: --release --strip --interpreter python${{ matrix.pyversion }} --manifest-path python-package/Cargo.toml --out dist --sdist
|
|
@@ -192,7 +191,7 @@ jobs:
|
|
|
192
191
|
- name: Save Artifacts
|
|
193
192
|
uses: actions/upload-artifact@v4
|
|
194
193
|
with:
|
|
195
|
-
name: dist-linux-${{ matrix.pyversion }}
|
|
194
|
+
name: dist-linux-arm-${{ matrix.pyversion }}
|
|
196
195
|
path: dist
|
|
197
196
|
|
|
198
197
|
cargo-build-test:
|
|
@@ -212,7 +212,7 @@ checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
|
|
212
212
|
|
|
213
213
|
[[package]]
|
|
214
214
|
name = "perpetual"
|
|
215
|
-
version = "0.7.
|
|
215
|
+
version = "0.7.12"
|
|
216
216
|
dependencies = [
|
|
217
217
|
"approx",
|
|
218
218
|
"log",
|
|
@@ -259,7 +259,7 @@ dependencies = [
|
|
|
259
259
|
|
|
260
260
|
[[package]]
|
|
261
261
|
name = "py-perpetual"
|
|
262
|
-
version = "0.7.
|
|
262
|
+
version = "0.7.12"
|
|
263
263
|
dependencies = [
|
|
264
264
|
"ndarray",
|
|
265
265
|
"numpy",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "py-perpetual"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.12"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
authors = ["Mutlu Simsek <msimsek@perpetual-ml.com>"]
|
|
6
6
|
homepage = "https://perpetual-ml.com"
|
|
@@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]
|
|
|
19
19
|
|
|
20
20
|
[dependencies]
|
|
21
21
|
pyo3 = { version = "0.23.2", features = ["extension-module"] }
|
|
22
|
-
perpetual_rs = {package="perpetual", version = "0.7.
|
|
22
|
+
perpetual_rs = {package="perpetual", version = "0.7.12", path = "../" }
|
|
23
23
|
numpy = "0.23.0"
|
|
24
24
|
ndarray = "0.16.1"
|
|
25
25
|
serde_plain = { version = "1.0" }
|
|
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
|
|
File without changes
|
{perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/categorical_data_diamonds.ipynb
RENAMED
|
File without changes
|
{perpetual-0.7.11 → perpetual-0.7.12}/python-package/examples/categorical_data_titanic.ipynb
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|