Rename ADAM to AIDAS (Argonne AI-Driven Adaptive Sampling System) - #30
Merged
Merged
Conversation
Rename the import package from `adam` to `aidas` and the PyPI distribution from `adam-atmos` to `aidas-atmos`, and retitle the project from "ATMOS Analogue Digital Twin" to the "Argonne AI-Driven Adaptive Sampling System". PyPI distribution names cannot be renamed in place, so `adam-atmos` lives on as a separate, transitional project under compat/adam-atmos/. That shim has no functionality of its own: it depends on `aidas-atmos>=0.6.0` and aliases every `aidas.*` module under the old `adam.*` prefix, so existing code keeps working and gets a DeprecationWarning pointing at the new name. It is built and published independently of the root project. Also in this change: * Replace the "digital twin" framing in the project description with adaptive sampling / instrument tasking, which is what the system actually does: it models the atmosphere and cues instruments, it does not model an instrument. * Rewrite the README, whose three badges pointed at an unrelated `adam` project on PyPI, a readthedocs site that is not ours, and a pyup shield. * Point the changelog URL at the rendered history page rather than a changelog.md that does not exist on a master branch that does not exist, and add documentation/repository URLs. * Add a migration section to the installation docs. * Bump the version to 0.6.0. Historical changelog entries keep their wording, but their :func:/:mod: roles now point at `aidas.*` so they resolve in the rendered docs. The 0.1.1 entry recording the original rename to `adam-atmos` is left verbatim. Phase 4 housekeeping: add CITATION.cff (BSD-3-Clause, the five authors from `__author__`) and ship it in the sdist. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
main bumped the version to 0.6.0 for the gate geolocation work, so that release now carries both it and the rename. The changelog only listed the rename. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
rcjackson
force-pushed
the
rename-to-aidas
branch
from
September 15, 2026 17:51
e21316f to
cdc04b8
Compare
Renaming ADAM to AIDAS lengthened three titles by a character each while leaving their underlines at the old width, which docutils reports as "Title underline too short" and the -W docs build turns into an error: * docs/source/index.rst - the page title grew by 16 characters. * examples/README.txt - sphinx-gallery copies this into the generated auto_examples/index.rst, which is where CI reported it. * src/aidas/testing/__init__.py - the module docstring's overline and underline, pulled in by autodoc. Verified with a local `sphinx-build -W --keep-going` (gallery execution disabled): build succeeded, no warnings. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.