Skip to content

Commit 9fe2df7

Browse files
Merge upstream/master into design/restricted-diagram
Resolve conflicts in diagram.py and table.py: - Adopt master's config access pattern (self._connection._config) - Keep graph-driven cascade/restrict implementation - Apply master's declare() config param, split_full_table_name(), _config in store context Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 parents d63c130 + 0b4a346 commit 9fe2df7

39 files changed

+1726
-368
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ DataJoint is a framework for scientific data pipelines based on the **Relational
4242
</td>
4343
<td>Citation</td>
4444
<td>
45-
<a href="https://doi.org/10.1101/031658">
46-
<img src="https://img.shields.io/badge/DOI-10.1101/031658-blue.svg" alt="DOI" />
45+
<a href="https://doi.org/10.48550/arXiv.2602.16585">
46+
<img src="https://img.shields.io/badge/DOI-10.48550/arXiv.2602.16585-blue.svg" alt="DOI" />
4747
</a>
4848
</td>
4949
<td>Coverage</td>
@@ -80,7 +80,7 @@ conda install -c conda-forge datajoint
8080
- [How-To Guides](https://docs.datajoint.com/how-to/) — Task-oriented guides
8181
- [API Reference](https://docs.datajoint.com/api/) — Complete API documentation
8282
- [Migration Guide](https://docs.datajoint.com/how-to/migrate-to-v20/) — Upgrade from legacy versions
83-
- **[DataJoint Elements](https://datajoint.com/docs/elements/)** — Example pipelines for neuroscience
83+
- **[DataJoint Elements](https://docs.datajoint.com/elements/)** — Example pipelines for neuroscience
8484
- **[GitHub Discussions](https://github.com/datajoint/datajoint-python/discussions)** — Community support
8585

8686
## Contributing

0 commit comments

Comments
 (0)