Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

- **0.17.0** (January 08, 2026) **Unreleased**
- **0.18.0** (July 25, 2026)
- Bugfixes:
- Fixed NetworkX direction-agnostic, negative-edge, multigraph constraint, and result-limit handling.
- Fixed dynamic edge constraint parsing and Cypher generation for escaped values and parallel relationships.
- Fixed neuPrint ROI constraint rewriting.
- Fixed motif graph replacement, save/load stream ownership, and edgelist endpoint dtype handling.
- Housekeeping:
- Completed the uv migration and made `pyproject.toml` and `uv.lock` authoritative.
- Moved Neo4j and neuPrint dependencies into optional extras.
- Unified runtime and distribution version metadata.
- **0.17.0** (January 08, 2026)
- Features:
- Added ImpossibleConstraintValidator to catch logically impossible constraints during motif validation.
- **0.16.0** (January 08, 2026)
Expand Down
2 changes: 1 addition & 1 deletion dotmotif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from .executors.NetworkXExecutor import NetworkXExecutor
from .executors.GrandIsoExecutor import GrandIsoExecutor

__version__ = "0.17.0"
__version__ = "0.18.0"

DEFAULT_MOTIF_PARSER = ParserV2

Expand Down
Loading
Loading