-
-
Notifications
You must be signed in to change notification settings - Fork 462
Convert arviz library to metapackage and global docs #2494
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
base: main
Are you sure you want to change the base?
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| runs-on: ubuntu-latest | ||
| strategy: | ||
| matrix: | ||
| python-version: ["3.11", "3.12", "3.13"] | ||
| fail-fast: false | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - name: Set up Python ${{ matrix.python-version }} | ||
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: ${{ matrix.python-version }} | ||
| - name: Install dependencies | ||
| run: | | ||
| python -m pip install --upgrade pip | ||
| pip install tox tox-gh-actions | ||
| - name: Test with tox | ||
| run: SKIP=no-commit-to-branch tox |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium test
|
I started copying the |
5deab88 to
127aefc
Compare
Prepare for 1.0 release with
arviz.previewbecoming the "main package".The main repo will then be a metapackage that installs the 3 arvizverse libraries
and exposes their functions through
arviz.xyz.Consequently, tests are only about aliases coming from the 3 other libraries.
I think we should keep some global docs here. I can look into making the docs of the
other 3 libraries be subprojects of the main one. That means they would get
python.arviz.org/projects/arviz-base/...as URLs, and we can look at doing somethingsimilar to what we do with PyMC to allow searching across all the different websites.
I have also found a couple minor issues with imports and targets for cross-references in the docs.
I will open PRs to the other repos soon.
📚 Documentation preview 📚: https://arviz--2494.org.readthedocs.build/en/2494/