Skip to content

Commit

Permalink
Rename from jax_ml_stack to jax-ai-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 12, 2024
1 parent 90c51b4 commit f5da905
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install -U jax flax grain ml_dtypes optax orbax tensorflow tensorflow_datasets pytest pytest-xdist
- name: Run tests
run: |
pytest -n auto jax_ml_stack
pytest -n auto jax_ai_stack
build:
name: Pinned packages (${{ matrix.os }} Python ${{ matrix.python-version }})
Expand All @@ -61,4 +61,4 @@ jobs:
pip install .[dev,tfds,grain]
- name: Run tests
run: |
pytest -n auto jax_ml_stack
pytest -n auto jax_ai_stack
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jax-ml-stack
# jax-ai-stack

This is a work-in-progress meta-package for the AI/ML stack built on top of the
[jax](http://github.com/google/jax/) package. It is intended as a location for
Expand Down
2 changes: 1 addition & 1 deletion jax_ml_stack/__init__.py → jax_ai_stack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""jax_ml_stack metapackage."""
"""jax-ai-stack metapackage."""

__version__ = "0.0.0" # keep in sync with pyproject.toml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "jax_ml_stack"
version = "0.0.0" # keep in sync with jax_ml_stack/__init__.py
name = "jax-ai-stack"
version = "0.0.0" # keep in sync with jax_ai_stack/__init__.py
description = ""
readme = "README.md"
license = {file = "LICENSE"}
authors = [{name = "jax_ml_stack authors", email="jax_ml_stack@google.com"}]
authors = [{name = "jax-ai-stack authors", email="jax-dev+jax-ai-stack@google.com"}]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand All @@ -23,8 +23,8 @@ dependencies = [
]

[project.urls]
homepage = "https://github.com/jax-ml/jax_ml_stack"
repository = "https://github.com/jax-ml/jax_ml_stack"
homepage = "https://github.com/jax-ml/jax_-ai-stack"
repository = "https://github.com/jax-ml/jax-ai-stack"
# Other: `documentation`, `changelog`

[project.optional-dependencies]
Expand Down Expand Up @@ -60,5 +60,5 @@ requires = [
]

[tool.setuptools]
packages = ["jax_ml_stack"]
packages = ["jax_ai_stack"]
include-package-data = false

0 comments on commit f5da905

Please sign in to comment.