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
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
.
flixOpt
/
flixopt
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
24
Code
Issues
40
Pull requests
20
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
refactor!: migrate clustering from tsam to tsam_xarray
- #654
#654
Merged
FBumann
merged 20 commits into
main
flixOpt/flixopt:main
from
refactor/tsam-xarray
flixOpt/flixopt:refactor/tsam-xarray
Copy head branch name to clipboard
Jul 7, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
refactor!: migrate clustering from tsam to tsam_xarray
#654
FBumann
merged 20 commits into
main
flixOpt/flixopt:main
from
refactor/tsam-xarray
flixOpt/flixopt:refactor/tsam-xarray
Copy head branch name to clipboard
Commits
Commits on Mar 31, 2026
refactor: replace per-slice tsam loops with single tsam_xarray.aggregate() call
Show description for 9bf7e68
FBumann
and
claude
committed
9bf7e68
View commit details
Copy full SHA for 9bf7e68
Browse repository at this point
refactor: remove dead code and fix outdated docstrings after tsam_xarray migration
Show description for 0324b59
FBumann
and
claude
committed
0324b59
View commit details
Copy full SHA for 0324b59
Browse repository at this point
refactor!: remove ClusteringResults, delegate to tsam_xarray ClusteringInfo
Show description for 5e3abb9
FBumann
and
claude
committed
5e3abb9
View commit details
Copy full SHA for 5e3abb9
Browse repository at this point
fix: address PR review feedback
Show description for d0cb2cf
FBumann
and
claude
committed
d0cb2cf
View commit details
Copy full SHA for d0cb2cf
Browse repository at this point
refactor: eliminate two-step cluster-then-reapply flow
Show description for 64f1e80
FBumann
and
claude
committed
64f1e80
View commit details
Copy full SHA for 64f1e80
Browse repository at this point
refactor!: remove data_vars, auto-weights, and clustering_group/weight from API
Show description for e803041
FBumann
and
claude
committed
e803041
View commit details
Copy full SHA for e803041
Browse repository at this point
Commits on Apr 1, 2026
refactor!: strip Clustering API — remove dims, coords, metrics, clustering_data, etc.
Show description for 1ce6d87
FBumann
and
claude
committed
1ce6d87
View commit details
Copy full SHA for 1ce6d87
Browse repository at this point
refactor: rename clustering_info → clustering_result to match tsam_xarray
Show description for bff05cb
FBumann
and
claude
committed
bff05cb
View commit details
Copy full SHA for bff05cb
Browse repository at this point
refactor!: replace expand_data/timestep_mapping with tsam_xarray disaggregate()
Show description for 51274ee
FBumann
and
claude
committed
51274ee
View commit details
Copy full SHA for 51274ee
Browse repository at this point
refactor!: remove legacy variable category fallback from _Expander
Show description for 086a450
FBumann
and
claude
committed
086a450
View commit details
Copy full SHA for 086a450
Browse repository at this point
refactor!: remove ClusteringPlotAccessor, metrics, original_data, include_original_data (#655)
Show description for cf0caf4
FBumann
and
claude
authored
cf0caf4
View commit details
Copy full SHA for cf0caf4
Browse repository at this point
test: add expansion regression tests for cluster → optimize → expand pipeline
Show description for bafdc94
FBumann
and
claude
committed
bafdc94
View commit details
Copy full SHA for bafdc94
Browse repository at this point
docs!: consolidate clustering notebooks, remove obsolete ones
Show description for c6f29b7
FBumann
and
claude
committed
c6f29b7
View commit details
Copy full SHA for c6f29b7
Browse repository at this point
fix: add temporal_resolution to reserved_tsam_keys guard
Show description for 515c46c
FBumann
and
claude
committed
515c46c
View commit details
Copy full SHA for 515c46c
Browse repository at this point
Commits on Apr 16, 2026
docs: remove links to notebooks that don't exist yet
Show description for 9c9afd9
FBumann
and
claude
committed
9c9afd9
View commit details
Copy full SHA for 9c9afd9
Browse repository at this point
Merge branch 'main' into refactor/tsam-xarray
FBumann
authored
d212be3
View commit details
Copy full SHA for d212be3
Browse repository at this point
Commits on May 27, 2026
refactor: address PR review and adapt to tsam_xarray 0.6.0
Show description for ae86984
FBumann
and
claude
committed
ae86984
View commit details
Copy full SHA for ae86984
Browse repository at this point
Commits on Jul 7, 2026
Merge branch 'main' into refactor/tsam-xarray
Show description for cd3918f
FBumann
committed
cd3918f
View commit details
Copy full SHA for cd3918f
Browse repository at this point
fix(clustering): correct segmented state expansion and single-slice extremes guard
Show description for 0a933b2
FBumann
committed
0a933b2
View commit details
Copy full SHA for 0a933b2
Browse repository at this point
style: ruff format test_clustering/test_integration.py
FBumann
committed
ba5f4c0
View commit details
Copy full SHA for ba5f4c0
Browse repository at this point
You can’t perform that action at this time.