Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pathpy
/
pathpyG
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
59
Code
Issues
25
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
An EventGraph class with tests
- #319
#319
Open
vineetbansal
wants to merge 14 commits into
dev
pathpy/pathpyG:dev
from
vb/eventgraph
pathpy/pathpyG:vb/eventgraph
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
An EventGraph class with tests
#319
vineetbansal
wants to merge 14 commits into
dev
pathpy/pathpyG:dev
from
vb/eventgraph
pathpy/pathpyG:vb/eventgraph
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2026
an EventGraph with tests
vineetbansal
committed
f0aa3e7
View commit details
Copy full SHA for f0aa3e7
Browse repository at this point
ruff fixes
vineetbansal
committed
c9ac370
View commit details
Copy full SHA for c9ac370
Browse repository at this point
mypy fixes
vineetbansal
committed
1140196
View commit details
Copy full SHA for 1140196
Browse repository at this point
lift_order_temporal moved as a staticmethod inside EventGraph (better namespace); continuations method removed from EventGraph
vineetbansal
committed
3845f52
View commit details
Copy full SHA for 3845f52
Browse repository at this point
lift_order_temporal -> EventGraph.build_edge_index in docs
vineetbansal
committed
8f3c752
View commit details
Copy full SHA for 8f3c752
Browse repository at this point
Added an eg: EventGraph argument to temporal_shortest_paths
vineetbansal
committed
2e83665
View commit details
Copy full SHA for 2e83665
Browse repository at this point
mapping defined for EventGraph; no using the term fo in methods
vineetbansal
committed
f97ba97
View commit details
Copy full SHA for f97ba97
Browse repository at this point
A reduce_delta method; A convenience edge_delta_map method
vineetbansal
committed
84a58e9
View commit details
Copy full SHA for 84a58e9
Browse repository at this point
MultiOrderModel can be constructed from an EventGraph
vineetbansal
committed
a0fd316
View commit details
Copy full SHA for a0fd316
Browse repository at this point
Commits on Jul 17, 2026
Merge branch 'dev' into vb/eventgraph
vineetbansal
committed
a548e19
View commit details
Copy full SHA for a548e19
Browse repository at this point
Commits on Jul 20, 2026
Merge branch 'dev' into vb/eventgraph
vineetbansal
committed
8c621f2
View commit details
Copy full SHA for 8c621f2
Browse repository at this point
Commits on Jul 27, 2026
Added tests for node labels for an EventGraph; making EventGraph available from package root
vineetbansal
committed
1b032c2
View commit details
Copy full SHA for 1b032c2
Browse repository at this point
variable renaming; pushed common __str__ code up for Graph
vineetbansal
committed
d55b174
View commit details
Copy full SHA for d55b174
Browse repository at this point
variable renaming to get around mypy failures
vineetbansal
committed
f388bfa
View commit details
Copy full SHA for f388bfa
Browse repository at this point
You can’t perform that action at this time.