Skip to content

Commit c4e3886

Browse files
committed
Migrate to encoding-atlas organization and update compatibility
Transfer repository from personal account to encoding-atlas GitHub organization. Update all repository URLs, badge links, documentation site URLs, and git remote configuration. Fix Python 3.10+ compatibility issues and harden statistical test reliability.
1 parent 3c1977a commit c4e3886

32 files changed

Lines changed: 1254 additions & 57 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,8 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
os: [ubuntu-latest, macos-latest, windows-latest]
68-
python-version: ["3.9", "3.10", "3.11", "3.12"]
68+
python-version: ["3.10", "3.11", "3.12"]
6969
exclude:
70-
- os: macos-latest
71-
python-version: "3.9"
72-
- os: windows-latest
73-
python-version: "3.9"
7470
- os: macos-latest
7571
python-version: "3.10"
7672
- os: windows-latest

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8484

8585
---
8686

87-
[Unreleased]: https://github.com/ashutoshm1771/quantum-encoding-atlas/compare/v0.1.0...HEAD
88-
[0.1.0]: https://github.com/ashutoshm1771/quantum-encoding-atlas/releases/tag/v0.1.0
87+
[Unreleased]: https://github.com/encoding-atlas/quantum-encoding-atlas/compare/v0.1.0...HEAD
88+
[0.1.0]: https://github.com/encoding-atlas/quantum-encoding-atlas/releases/tag/v0.1.0

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
- family-names: "Mishra"
77
given-names: "Ashutosh"
88
email: "ashutoshm1771@gmail.com"
9-
repository-code: "https://github.com/ashutoshm1771/quantum-encoding-atlas"
9+
repository-code: "https://github.com/encoding-atlas/quantum-encoding-atlas"
1010
url: "https://q-encoding-atlas.web.app/documentation"
1111
license: MIT
1212
version: "0.1.0"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Thank you for your interest in contributing to Quantum Encoding Atlas! This docu
2424

2525
3. Add the upstream repository as a remote:
2626
```bash
27-
git remote add upstream https://github.com/ashutoshm1771/quantum-encoding-atlas.git
27+
git remote add upstream https://github.com/encoding-atlas/quantum-encoding-atlas.git
2828
```
2929

3030
## Development Setup

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
[![PyPI version](https://badge.fury.io/py/encoding-atlas.svg)](https://pypi.org/project/encoding-atlas/)
88
[![Python versions](https://img.shields.io/pypi/pyversions/encoding-atlas.svg)](https://pypi.org/project/encoding-atlas/)
99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10-
[![CI](https://img.shields.io/github/actions/workflow/status/ashutoshm1771/quantum-encoding-atlas/ci.yml?branch=master&logo=github&label=CI)](https://github.com/ashutoshm1771/quantum-encoding-atlas/actions/workflows/ci.yml)
11-
[![codecov](https://codecov.io/gh/ashutoshm1771/quantum-encoding-atlas/branch/master/graph/badge.svg)](https://codecov.io/gh/ashutoshm1771/quantum-encoding-atlas)
12-
[![Documentation](https://img.shields.io/badge/docs-online-blue.svg)](https://ashutoshm1771.github.io/quantum-encoding-atlas/)
10+
[![CI](https://img.shields.io/github/actions/workflow/status/encoding-atlas/quantum-encoding-atlas/ci.yml?branch=master&logo=github&label=CI)](https://github.com/encoding-atlas/quantum-encoding-atlas/actions/workflows/ci.yml)
11+
[![codecov](https://codecov.io/gh/encoding-atlas/quantum-encoding-atlas/branch/master/graph/badge.svg)](https://codecov.io/gh/encoding-atlas/quantum-encoding-atlas)
12+
[![Documentation](https://img.shields.io/badge/docs-online-blue.svg)](https://encoding-atlas.github.io/quantum-encoding-atlas/)
1313
[![Website](https://img.shields.io/badge/Website-live-brightgreen?logo=data:image/png;base64,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)](https://q-encoding-atlas.web.app)
1414

15-
[Documentation](https://ashutoshm1771.github.io/quantum-encoding-atlas/) |
15+
[Documentation](https://encoding-atlas.github.io/quantum-encoding-atlas/) |
1616
[Website](https://q-encoding-atlas.web.app) |
17-
[Tutorials](https://ashutoshm1771.github.io/quantum-encoding-atlas/tutorials/) |
18-
[API Reference](https://ashutoshm1771.github.io/quantum-encoding-atlas/api/) |
17+
[Tutorials](https://encoding-atlas.github.io/quantum-encoding-atlas/tutorials/) |
18+
[API Reference](https://encoding-atlas.github.io/quantum-encoding-atlas/api/) |
1919
[PyPI](https://pypi.org/project/encoding-atlas/)
2020

2121
</div>
@@ -102,14 +102,14 @@ print(f"Reason: {rec.explanation}")
102102
| **Symmetry & Equivariant** | SymmetryInspiredFeatureMap, SO2EquivariantFeatureMap, CyclicEquivariantFeatureMap, SwapEquivariantFeatureMap |
103103
| **Trainable** | TrainableEncoding |
104104

105-
See the [full encoding list](https://ashutoshm1771.github.io/quantum-encoding-atlas/encodings/) for details.
105+
See the [full encoding list](https://encoding-atlas.github.io/quantum-encoding-atlas/encodings/) for details.
106106

107107
## Documentation
108108

109-
- [Installation Guide](https://ashutoshm1771.github.io/quantum-encoding-atlas/installation/)
110-
- [Quick Start Tutorial](https://ashutoshm1771.github.io/quantum-encoding-atlas/quickstart/)
111-
- [Encoding Selection Guide](https://ashutoshm1771.github.io/quantum-encoding-atlas/guide/which-encoding/)
112-
- [API Reference](https://ashutoshm1771.github.io/quantum-encoding-atlas/api/)
109+
- [Installation Guide](https://encoding-atlas.github.io/quantum-encoding-atlas/installation/)
110+
- [Quick Start Tutorial](https://encoding-atlas.github.io/quantum-encoding-atlas/quickstart/)
111+
- [Encoding Selection Guide](https://encoding-atlas.github.io/quantum-encoding-atlas/guide/which-encoding/)
112+
- [API Reference](https://encoding-atlas.github.io/quantum-encoding-atlas/api/)
113113

114114
## Citation
115115

@@ -120,7 +120,7 @@ If you use this library in your research, please cite:
120120
title={Quantum Encoding Atlas: A Comprehensive Library for Quantum Data Encodings},
121121
author={Mishra, Ashutosh},
122122
year={2026},
123-
url={https://github.com/ashutoshm1771/quantum-encoding-atlas},
123+
url={https://github.com/encoding-atlas/quantum-encoding-atlas},
124124
version={0.1.0}
125125
}
126126
```

docs/contributing/development-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This guide walks you through setting up a local development environment for the
1515
## Step 1: Clone the Repository
1616

1717
```bash
18-
git clone https://github.com/ashutoshm1771/quantum-encoding-atlas.git
18+
git clone https://github.com/encoding-atlas/quantum-encoding-atlas.git
1919
cd quantum-encoding-atlas
2020
```
2121

docs/contributing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Quantum Encoding Atlas is an open-source project and contributions are welco
88

99
| Contribution | Guide |
1010
|:-------------|:------|
11-
| Report a bug or suggest a feature | [Open an issue](https://github.com/ashutoshm1771/quantum-encoding-atlas/issues) |
11+
| Report a bug or suggest a feature | [Open an issue](https://github.com/encoding-atlas/quantum-encoding-atlas/issues) |
1212
| Set up a development environment | [Development Setup](development-setup.md) |
1313
| Add a new quantum encoding | [Adding Encodings](adding-encodings.md) |
1414
| Understand the code conventions | [Code Style](code-style.md) |
@@ -46,4 +46,4 @@ This project follows the [Contributor Covenant](https://www.contributor-covenant
4646

4747
## License
4848

49-
By contributing, you agree that your contributions will be licensed under the [MIT License](https://github.com/ashutoshm1771/quantum-encoding-atlas/blob/master/LICENSE).
49+
By contributing, you agree that your contributions will be licensed under the [MIT License](https://github.com/encoding-atlas/quantum-encoding-atlas/blob/master/LICENSE).

docs/contributing/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The tag push triggers the `publish-pypi.yml` workflow, which automatically:
8080
### 5. Verify
8181

8282
- Check [PyPI](https://pypi.org/project/encoding-atlas/) for the new version
83-
- Check the [GitHub Releases](https://github.com/ashutoshm1771/quantum-encoding-atlas/releases) page
83+
- Check the [GitHub Releases](https://github.com/encoding-atlas/quantum-encoding-atlas/releases) page
8484
- Test installation: `pip install encoding-atlas==0.2.0`
8585

8686
---

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install encoding-atlas[all]
2525
## Development Installation
2626

2727
```bash
28-
git clone https://github.com/ashutoshm1771/quantum-encoding-atlas.git
28+
git clone https://github.com/encoding-atlas/quantum-encoding-atlas.git
2929
cd quantum-encoding-atlas
3030
pip install -e ".[dev]"
3131
```

0 commit comments

Comments
 (0)