v1.1.4
What's Changed
- Identify and mitigate flaky tests with pytest-rerunfailures by @Copilot in #1196
- Align RST docs with source: Promote DSL v2.1 Builder API over legacy string DSL by @Copilot in #1197
- Add property tests for claims and counterfactual modules by @Copilot in #1198
- Remove duplicate flaky test documentation files by @Copilot in #1200
- Align examples with DSL v2 patterns from AGENTS.md by @Copilot in #1201
- Fix broken docs and enhance stub component documentation by @Copilot in #1203
- Add property-based tests for Leiden and Label Propagation community detection by @Copilot in #1202
- Remove redundant root-level markdown files by @Copilot in #1204
- Fix CI: Add --clear flag to cached uv venv commands by @Copilot in #1205
- Add runnable ergonomics demo script by @Copilot in #1208
- Fix broken PLUGIN_GUIDE.md references in documentation by @Copilot in #1207
- Add property tests for 9 critical modules (81+ tests) by @Copilot in #1206
- Fix 23 broken internal references in RST documentation by @Copilot in #1209
- Align book version references to 1.1.3 by @Copilot in #1210
- Add 56 tests for AutoCommunity subsystem coverage by @Copilot in #1211
- Update AGENTS.md with current repository state (v1.1.3) by @Copilot in #1212
- Verify documentation links and enforce markdown file count by @Copilot in #1213
- Improve test coverage: fix temporal_utils_extended tests, add utils.py deprecation tests by @Copilot in #1214
- Add ergonomic helpers to reduce boilerplate by 50-70% by @Copilot in #1216
- Fix inconsistencies in recently added algorithm implementations by @Copilot in #1215
- Fix type hints and exception handling consistency by @Copilot in #1217
- Consolidate DSL pattern documentation for faster onboarding by @Copilot in #1218
- Add docstrings to 10 advanced examples and fix error handling by @Copilot in #1219
- Update AGENTS.md to reflect v1.1.3 repository state by @Copilot in #1220
- [WIP] Improve test coverage for existing codebase by @Copilot in #1221
- Extend dsl_zoo with 19 missing DSL feature examples by @Copilot in #1223
- Refactor: Eliminate code duplication in layer name extraction by @Copilot in #1224
- Property test coverage: measure, fix, improve (9.65% → 15.20%) by @Copilot in #1226
- Update AGENTS.md repository statistics to current counts by @Copilot in #1227
- Fix outdated QueryResult API usage in book chapters by @Copilot in #1225
- feat: Query Algebra, Canonicalization & Equivalence Engine for the DSL by @Copilot in #1229
- Remove emojis from README by @Copilot in #1235
- Remove common DSL patterns section by @SkBlaz in #1236
- Add monotonic
network_versionmutation counter tomulti_layer_networkby @Copilot in #1233 - Book alignment: fix stale API names and capability claims in DSL chapters by @Copilot in #1238
- Add selection fast path for WHERE-only DSL queries by @Copilot in #1231
- Add first-class runtime capability discovery API (Python, CLI, MCP) by @Copilot in #1240
- Remove redundant AI-generated report txt files and tighten .gitignore by @Copilot in #1243
- feat: cost-based query optimizer layer between AST compilation and execution by @Copilot in #1242
- examples: consolidate folders, remove redundant dirs, strip emojis by @Copilot in #1244
- Add Network Experiment Registry with DSL v2 integration and CLI by @Copilot in #1246
- Update AGENTS.md with current repository statistics by @Copilot in #1247
- Add streaming / out-of-core query execution for multilayer networks by @Copilot in #1249
- Add first-class embeddings (NetMF) to DSL v2 with caching and provenance by @Copilot in #1251
- Update AGENTS.md repository statistics by @Copilot in #1252
- docs(AGENTS.md): sync with current repo state — new v1.2 modules and updated statistics by @Copilot in #1253
- Update AGENTS.md statistics for March 2026 by @Copilot in #1255
- perf: eliminate per-item getattr and redundant .keys() views in hot-path manipulators by @Copilot in #1254
- Add MetaPath2Vec embedding for heterogeneous/multilayer networks by @Copilot in #1257
- Refresh AGENTS.md with latest repo additions and March 2026 stats by @Copilot in #1258
- Polish rough source wording by fixing targeted typos in core comments/docstrings by @Copilot in #1259
- Bump library version metadata to 1.1.4 across package, docs, and citation surfaces by @Copilot in #1260
- docs: fix unexpected keyword arguments in random_multilayer_ER by @Daniel-A-GS in #1263
- some polishing by @SkBlaz in #1264
- Fix multiplex example by @SkBlaz in #1265
- Refresh AGENTS.md with current repo state and align repeated metadata by @Copilot in #1266
New Contributors
- @Daniel-A-GS made their first contribution in #1263
Full Changelog: v1.1.3...v1.1.4