Skip to content

Upgrade to MADSci 0.8#13

Open
RyanTheRobothead wants to merge 15 commits into
mainfrom
update/madsci-v0.8
Open

Upgrade to MADSci 0.8#13
RyanTheRobothead wants to merge 15 commits into
mainfrom
update/madsci-v0.8

Conversation

@RyanTheRobothead

Copy link
Copy Markdown
Member

Summary

  • Bump madsci.* pin from ~=0.6.0 to ~=0.8.0.
  • Replace removed self.node_definition.node_name with self.node_info.node_name (v0.8 dropped the node_definition attribute).
  • Regenerate pdm.lock against v0.8.
  • .gitignore: ignore .madsci/ (per-machine runtime state).

Cross-references

Same v0.8-upgrade sweep as AD-SDL/bmg_module#3 (split sidecar), AD-SDL/inheco_incubator_module (lifespan migration), AD-SDL/biometra_module (straight v0.8 bump). Three upstream MADSci bugs surfaced during the sweep:

This module isn't blocked by any of them in practice, but the noisy event-client tracebacks in #344 do appear in this node's logs when the resource manager is unreachable.

Test plan

  • pdm install resolves cleanly with v0.8.
  • Node boots, serves /info returning correct NodeInfo.
  • Resource template hidex.nest is created with the right node_name prefix.
  • Existing actions (open, close, stop, etc.) round-trip.
  • Under process-compose orchestration alongside the other v0.8 nodes.

🤖 Generated with Claude Code

Dozgulbas and others added 14 commits May 29, 2025 16:16
- pyproject: madsci.*~=0.6.0 → ~=0.8.0.
- Replace removed self.node_definition.node_name with self.node_info.node_name
  in resource creation (v0.8 breaking change — see liquidhandler example in
  the MADSci v0.8 docs).
- pdm.lock regenerated against v0.8.
- .gitignore: ignore .madsci/ (per-machine runtime state).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants