1.1+
- Full analysis of dependencies’ consistency (build configurations,compiler flags, cmake options, etc)
- Detection of potential cycles (circular dependencies)
- “Typed dependency arcs” (i.e. this is a build dependency, that’s a testing dependency). See this discussion on the Python packaging list for relevant information
- Dependency Management for Simultaneous Multi-Project Development. Someone needs to refresh my memory about what this means
- Downstream notification system (when patches are applied upstream)
- Support Index overrides in package metadata
- Support search by identifiers (i.e. git sha, unique tags, symbolic names)
- License analyzer (i.e., please warn me about using GPL’ed code)
- Local system state (consistency check)
- Read-only virtual environments
- Support for .debs, .msis, etc.
