Skip to content

feat: rename package #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "array-api",
"projectName": "types-array-api",
"projectOwner": "34j",
"repoType": "github",
"repoHost": "https://github.com",
Expand Down
5 changes: 1 addition & 4 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
# Changes here will be overwritten by Copier
_commit: 2e4f7d0
_src_path: gh:34j/pypackage-template
add_me_as_contributor: false
cli_name: array-api
copyright_year: '2025'
documentation: true
email: [email protected]
full_name: 34j
github_app_installation_ids: 31487150,37771054
github_username: 34j
has_cli: true
initial_commit: false
is_django_package: false
open_source_license: Apache Software License 2.0
open_with_editor: true
package_name: array_api
project_name: Python array API standard typing
project_short_description: Typing for array API and array-api-compat
project_slug: array-api
project_slug: types-array-api
run_uv_sync: false
setup_github: false
setup_pre_commit: false
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ body:
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our
[Code of Conduct](https://github.com/34j/array-api/blob/main/.github/CODE_OF_CONDUCT.md).
[Code of Conduct](https://github.com/34j/types-array-api/blob/main/.github/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct.
required: true
- type: checkboxes
id: no-duplicate
attributes:
label: No Duplicate
description: Please check [existing issues](https://github.com/34j/array-api/issues) to avoid duplicates.
description: Please check [existing issues](https://github.com/34j/types-array-api/issues) to avoid duplicates.
options:
- label: I have checked existing issues to avoid duplicates.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body:
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our
[Code of Conduct](https://github.com/34j/array-api/blob/main/.github/CODE_OF_CONDUCT.md).
[Code of Conduct](https://github.com/34j/types-array-api/blob/main/.github/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions
url: https://github.com/34j/array-api/discussions/categories/q-a
url: https://github.com/34j/types-array-api/discussions/categories/q-a
about: Please ask and answer questions here.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
😀 Wonderful! Thank you for opening a pull request.

By submitting this pull request, you agree to follow our [Code of Conduct](https://github.com/34j/array-api/blob/main/.github/CODE_OF_CONDUCT.md).
By submitting this pull request, you agree to follow our [Code of Conduct](https://github.com/34j/types-array-api/blob/main/.github/CODE_OF_CONDUCT.md).

Please fill in the information below to expedite the review
and (hopefully) merge of your change.
Expand Down Expand Up @@ -34,7 +34,7 @@
-->

- [ ] Code is up-to-date with the `main` branch
- [ ] This pull request follows the [contributing guidelines](https://github.com/34j/array-api/blob/main/CONTRIBUTING.md).
- [ ] This pull request follows the [contributing guidelines](https://github.com/34j/types-array-api/blob/main/CONTRIBUTING.md).
- [ ] This pull request links relevant issues as `Fixes #0000`
- [ ] There are new or updated unit tests validating the change
- [ ] Documentation has been updated to reflect this change
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

### Documentation

- Add screenshot ([`809ab74`](https://github.com/34j/array-api/commit/809ab74ce3805404100cd4248cc5d42787b35017))
- Add screenshot ([`809ab74`](https://github.com/34j/types-array-api/commit/809ab74ce3805404100cd4248cc5d42787b35017))

## v0.1.0 (2025-06-07)

### Features

- Add main feat ([`3604571`](https://github.com/34j/array-api/commit/3604571a3be95353ef3c4a5354545ca711d91cfb))
- Add main feat ([`3604571`](https://github.com/34j/types-array-api/commit/3604571a3be95353ef3c4a5354545ca711d91cfb))

## v0.0.0 (2025-06-07)
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Ready to contribute? Here's how to set yourself up for local development.
2. Clone your fork locally:

```shell
$ git clone [email protected]:your_name_here/array-api.git
$ git clone [email protected]:your_name_here/types-array-api.git
```

3. Install the project dependencies with [uv](https://docs.astral.sh/uv/):
Expand Down Expand Up @@ -114,4 +114,4 @@ $ pytest tests

The deployment should be automated and can be triggered from the Semantic Release workflow in GitHub. The next version will be based on [the commit logs](https://python-semantic-release.readthedocs.io/en/latest/commit-log-parsing.html#commit-log-parsing). This is done by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/index.html) via a GitHub action.

[gh-issues]: https://github.com/34j/array-api/issues
[gh-issues]: https://github.com/34j/types-array-api/issues
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python array API standard typing

<p align="center">
<a href="https://github.com/34j/array-api/actions/workflows/ci.yml?query=branch%3Amain">
<a href="https://github.com/34j/types-array-api/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/34j/array-api/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://array-api.readthedocs.io">
Expand Down Expand Up @@ -34,7 +34,7 @@

**Documentation**: <a href="https://array-api.readthedocs.io" target="_blank">https://array-api.readthedocs.io </a>

**Source Code**: <a href="https://github.com/34j/array-api" target="_blank">https://github.com/34j/array-api </a>
**Source Code**: <a href="https://github.com/34j/types-array-api" target="_blank">https://github.com/34j/types-array-api </a>

---

Expand All @@ -45,7 +45,7 @@ Typing for array API and array-api-compat
Install this via pip (or your favourite package manager):

```shell
pip install array-api
pip install types-array-api
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# Installation

The package is published on [PyPI](https://pypi.org/project/array-api/) and can be installed with `pip` (or any equivalent):
The package is published on [PyPI](https://pypi.org/project/types-array-api/) and can be installed with `pip` (or any equivalent):

```bash
pip install array-api
pip install types-array-api
```

Next, see the {ref}`section about usage <usage>` to see how to use it.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
requires = [ "setuptools" ]

[project]
name = "array-api"
name = "types-array-api"
version = "1.0.0"
description = "Typing for array API and array-api-compat"
readme = "README.md"
Expand All @@ -30,10 +30,10 @@ dependencies = [
"rich>=10",
"typer>=0.15,<1",
]
urls."Bug Tracker" = "https://github.com/34j/array-api/issues"
urls.Changelog = "https://github.com/34j/array-api/blob/main/CHANGELOG.md"
urls."Bug Tracker" = "https://github.com/34j/types-array-api/issues"
urls.Changelog = "https://github.com/34j/types-array-api/blob/main/CHANGELOG.md"
urls.documentation = "https://array-api.readthedocs.io"
urls.repository = "https://github.com/34j/array-api"
urls.repository = "https://github.com/34j/types-array-api"
scripts.array-api = "array_api.cli:app"

[dependency-groups]
Expand Down
3 changes: 0 additions & 3 deletions src/array_api/main.py

This file was deleted.

96 changes: 48 additions & 48 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading