1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
Changed
Deprecated
FlowSourcestruct - UseRefrigerantSource,BrineSource, orAirSourceinsteadFlowSinkstruct - UseRefrigerantSink,BrineSink, orAirSinkinsteadFlowSource::incompressible()- UseBrineSource::new()insteadFlowSource::compressible()- UseRefrigerantSource::new()insteadFlowSink::incompressible()- UseBrineSink::new()insteadFlowSink::compressible()- UseRefrigerantSink::new()instead- Type aliases
IncompressibleSource,CompressibleSource,IncompressibleSink,CompressibleSink- Use typed alternatives instead
Removed
Fixed
Security
[0.2.0] - 2026-02-24
Added
- Epic 10: Enhanced Boundary Conditions
RefrigerantSourceandRefrigerantSinkfor refrigerant circuits with native vapor quality supportBrineSourceandBrineSinkfor liquid heat transfer fluids with glycol concentration supportAirSourceandAirSinkfor humid air with psychrometric property support- New physical types:
VaporQuality,Concentration,RelativeHumidity,WetBulbTemperature
Changed
Deprecated
FlowSourceandFlowSink- See migration guide atdocs/migration/boundary-conditions.md
Fixed
[0.1.0] - 2024-12-01
Added
- Initial release with core component framework
FlowSourceandFlowSinkboundary conditions- Basic solver infrastructure
- Python bindings via PyO3