Added dedicated Schedule:Week:Compact generation when December 31 has a unique daily profile, allowing destep_conv_schedule_week() to preserve schedules that cannot reuse one of the first 52 weeks (#30).
Preserved DeST aggregate window thermal and optical performance by converting WINDOW_TYPE_DATA records to WindowMaterial:SimpleGlazingSystem objects, with targeted SYS_WINDOW fallback handling for unavailable or invalid type data (#28).
Ignored missing and zero-valued DeST schedule references during conversion, preventing nullable reserved fields from producing invalid SQL (#26).
Preserved DeST enclosure geometry during EnergyPlus conversion by correcting surface types, outward normals, reciprocal boundary references, true-north rotation, EnergyPlus-tolerance vertex handling, shared-edge topology, reciprocal interzone windows, and windows crossing host partitions (#24).
Fixed EnergyPlus simulation initialization for converted DeST models by adding an annual run period and normalizing schedule day types, surface polygons, material thicknesses, and zone thermostat coverage (#22).
Added GROUND_DATA conversion to Site:GroundTemperature:BuildingSurface using monthly averages of the selected hourly ground-temperature series (#20).
Added occupant outdoor-air conversion from OCCUPANT_GAINS.MIN_REQUIRE_FRESH_AIR to DesignSpecification:OutdoorAir, with IdealLoads systems referencing the converted outdoor-air objects (#19).
Added ROOM_GROUP ideal-loads conversion to create ZoneHVAC:IdealLoadsAirSystem zone equipment using DeST air-conditioning availability schedules (#18).
Added ROOM_GROUP thermostat/setpoint conversion to shared ThermostatSetpoint:DualSetpoint objects and per-zone ZoneControl:Thermostat controls (#17).
Added CI coverage for the full real DeST ACCDB to SQLite to EnergyPlus IDF conversion path using a cached GitHub release fixture (#16).
Fixed Schedule:Week:Compact day schedule references generated from SCHEDULE_YEAR, preventing missing Schedule:Day Name values in converted EnergyPlus schedules (#15).
Added ROOM_RELATION outdoor ventilation conversion to ZoneVentilation:DesignFlowRate, using the referenced air-change schedule and keeping inter-zone mixing deferred (#14).
Added normalized DeST schema catalog TSV assets and schema coverage diagnostics for comparing real SQLite models against the catalog (#10).
Cataloged ROOM_TYPE_DATA as the room-type template table behind ROOM.TYPE, including internal-gain defaults and setpoint schedule metadata (#11).
Cataloged ROOM_RELATION as the observed room ventilation/air-exchange relation table, using Access field descriptions as the field-semantics source of truth (#12).
Added fields_cn.tsv with Access field descriptions extracted from a real DeST model, and refreshed English field semantics from those comments (#13).