Rename Concrete ML to Torus ML

This commit is contained in:
Zach Kelling
2026-01-26 18:35:22 -08:00
parent c6df5cc9be
commit 79f3069091
595 changed files with 29 additions and 29 deletions
+7 -7
View File
@@ -1,5 +1,5 @@
[project]
name = "concrete-ml-extensions"
name = "torus-ml-extensions"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Rust"
@@ -8,9 +8,9 @@ requires-python = ">=3.7"
dynamic = ["version"]
[tool.poetry]
name = "concrete-ml-extensions"
name = "torus-ml-extensions"
version = "0.2.0"
description = "Concrete ML extensions is a set of tools used by the Concrete ML library implemented using Lux FHE."
description = "Torus ML extensions is a set of tools used by the Torus ML library implemented using Lux FHE."
license = "BSD-3-Clause-Clear"
authors = [
"luxfhe <fhe@lux.network>",
@@ -37,15 +37,15 @@ readme = "README.md"
[tool.semantic_release]
version_toml = "pyproject.toml:tool.poetry.version"
version_variable = "src/concrete_ml_extensions/__init__.py:__version__"
version_variable = "src/torus_ml_extensions/__init__.py:__version__"
upload_to_pypi = "False"
changelog_sections = "breaking, feature, fix, documentation, performance"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.13"
numpy = [
{version = "1.23.5", python = "<3.9" },
{version = "1.26.4", python = ">=3.9.0"}
{version = "1.23.5", python = "<3.9" },
{version = "1.26.4", python = ">=3.9.0"}
]
pytest-randomly = "^3.15.0"
@@ -73,4 +73,4 @@ requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[tool.maturin]
python-packages = ["concrete_ml_extensions"]
python-packages = ["torus_ml_extensions"]
+3 -3
View File
@@ -1,13 +1,13 @@
[package]
name = "concrete-ml-extensions"
name = "torus-ml-extensions"
version = "0.2.0"
edition = "2021"
description = "Private matrix multiplication library using fully homomorphic encryption"
license = "BSD-3-Clause-Clear"
homepage = "https://luxfhe.io"
homepage = "https://lux.network/fhe"
[lib]
name="concrete_ml_extensions"
name="torus_ml_extensions"
path = "src/lib_switcher.rs"
crate-type = ["cdylib", "staticlib"]

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB

Before

Width:  |  Height:  |  Size: 213 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 138 KiB

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Some files were not shown because too many files have changed in this diff Show More