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
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
23
Code
Issues
41
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
Feature/element data classes+id+dataclasses
- #611
#611
Open
FBumann
wants to merge 29 commits into
feature/element-data-classes+id
flixOpt/flixopt:feature/element-data-classes+id
from
feature/element-data-classes+id+dataclasses
flixOpt/flixopt:feature/element-data-classes+id+dataclasses
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
Feature/element data classes+id+dataclasses
#611
FBumann
wants to merge 29 commits into
feature/element-data-classes+id
flixOpt/flixopt:feature/element-data-classes+id
from
feature/element-data-classes+id+dataclasses
flixOpt/flixopt:feature/element-data-classes+id+dataclasses
Copy head branch name to clipboard
Commits
Commits on Feb 15, 2026
⏺ Everything works correctly. The dataclass conversion is complete:
Show description for 197038b
FBumann
committed
197038b
View commit details
Copy full SHA for 197038b
Browse repository at this point
refactor: move leaf interface alignment from Elements to *Data classes
Show description for 80226bd
FBumann
and
claude
committed
80226bd
View commit details
Copy full SHA for 80226bd
Browse repository at this point
refactor: remove dead transform_data/link_to_flow_system from leaf interfaces
Show description for 51e92eb
FBumann
and
claude
committed
51e92eb
View commit details
Copy full SHA for 51e92eb
Browse repository at this point
refactor: move Flow.transform_data alignment into FlowsData
Show description for 5174573
FBumann
and
claude
committed
5174573
View commit details
Copy full SHA for 5174573
Browse repository at this point
refactor: decouple leaf dataclasses from Interface
Show description for 81d2ef2
FBumann
and
claude
committed
81d2ef2
View commit details
Copy full SHA for 81d2ef2
Browse repository at this point
refactor: move Effect.transform_data alignment into EffectsData
Show description for 8b02255
FBumann
and
claude
committed
8b02255
View commit details
Copy full SHA for 8b02255
Browse repository at this point
refactor: move Bus.transform_data alignment into BusesData
Show description for f8265a5
FBumann
and
claude
committed
f8265a5
View commit details
Copy full SHA for f8265a5
Browse repository at this point
refactor: move LinearConverter.transform_data alignment into ConvertersData
Show description for 19f258f
FBumann
and
claude
committed
19f258f
View commit details
Copy full SHA for 19f258f
Browse repository at this point
refactor: move Storage.transform_data alignment into StoragesData
Show description for 4def21b
FBumann
and
claude
committed
4def21b
View commit details
Copy full SHA for 4def21b
Browse repository at this point
refactor: move Transmission.transform_data alignment into TransmissionsData
Show description for 435ffa5
FBumann
and
claude
committed
435ffa5
View commit details
Copy full SHA for 435ffa5
Browse repository at this point
refactor: remove transform_data loop, extract status propagation
Show description for 8c7cd22
FBumann
and
claude
committed
8c7cd22
View commit details
Copy full SHA for 8c7cd22
Browse repository at this point
refactor: consolidate validate_config into *Data.validate()
Show description for 4859471
FBumann
and
claude
committed
4859471
View commit details
Copy full SHA for 4859471
Browse repository at this point
refactor: extract IO from Interface into standalone functions with path-based naming
Show description for 96bee1f
FBumann
and
claude
committed
96bee1f
View commit details
Copy full SHA for 96bee1f
Browse repository at this point
refactor: extract utilities from Interface, remove Carrier inheritance
Show description for 447cfea
FBumann
and
claude
committed
447cfea
View commit details
Copy full SHA for 447cfea
Browse repository at this point
Remove prefixing from Interface
FBumann
committed
32f9fce
View commit details
Copy full SHA for 32f9fce
Browse repository at this point
refactor: remove link_to_flow_system(), set _flow_system directly
Show description for 9e710fb
FBumann
and
claude
committed
9e710fb
View commit details
Copy full SHA for 9e710fb
Browse repository at this point
refactor: convert element classes to @dataclass, remove Interface
Show description for e51f6c5
FBumann
and
claude
committed
e51f6c5
View commit details
Copy full SHA for e51f6c5
Browse repository at this point
refactor: simplify Flow __init__ and remove Element.__init__
Show description for d0a5990
FBumann
and
claude
committed
d0a5990
View commit details
Copy full SHA for d0a5990
Browse repository at this point
refactor: strip Element to thin mixin, remove unused IO methods
Show description for b1d68ed
FBumann
and
claude
committed
b1d68ed
View commit details
Copy full SHA for b1d68ed
Browse repository at this point
Commits on Feb 16, 2026
refactor: coords-aware serialization, remove premature DataArray conversion
Show description for 6be43d9
FBumann
and
claude
committed
6be43d9
View commit details
Copy full SHA for 6be43d9
Browse repository at this point
refactor: clean up numeric array serialization, improve naming
Show description for 9f0dfdd
FBumann
and
claude
committed
9f0dfdd
View commit details
Copy full SHA for 9f0dfdd
Browse repository at this point
refactor: separate user API from internal runtime state
Show description for 9059222
FBumann
and
claude
committed
9059222
View commit details
Copy full SHA for 9059222
Browse repository at this point
refactor: simplify Flow API — remove unnecessary flow_id, auto-default Storage flows
Show description for 3b7095b
FBumann
and
claude
committed
3b7095b
View commit details
Copy full SHA for 3b7095b
Browse repository at this point
refactor: drop @dataclass from Storage and Transmission, use manual __init__
Show description for c3cb15e
FBumann
and
claude
committed
c3cb15e
View commit details
Copy full SHA for c3cb15e
Browse repository at this point
Fix non default fields
FBumann
committed
09c1e7f
View commit details
Copy full SHA for 09c1e7f
Browse repository at this point
refactor: make Component.id and Flow.bus required, simplify inputs/outputs to list[Flow]
Show description for e85b659
FBumann
and
claude
committed
e85b659
View commit details
Copy full SHA for e85b659
Browse repository at this point
refactor: store all numerics as DataArrays in dataset, use flow ids in paths
Show description for 1329ce6
FBumann
and
claude
committed
1329ce6
View commit details
Copy full SHA for 1329ce6
Browse repository at this point
Use | as delimiter in io
FBumann
committed
757695e
View commit details
Copy full SHA for 757695e
Browse repository at this point
Use | as delimiter in io
FBumann
committed
f47ef9d
View commit details
Copy full SHA for f47ef9d
Browse repository at this point
You can’t perform that action at this time.