Skip to content
Edwin Lee edited this page Mar 9, 2015 · 1 revision

ChangeLog

Consists of pull requests merged in GitHub since the last release

New Features

  • #4442 : Implement new ice storage curve type
  • #4472 : Improvements to the ObjexxFCL library, including new vector classes
  • #4514 : Implement new coupled basement simulation model
  • #4522 : Modify EnergyPlus structure to expose it as a callable shared library
  • #4538 : Add autosizing to fields in humidifiers, low-temp radiant, and district htg/clg
  • #4544 : Add a proper command line interface to EnergyPlus
  • #4559 : Implement new swimming pool simulation model
  • #4570 : Add new data center IT equipment model
  • #4624 : Implement new data center HVAC simulation model
  • #4635 : Implement new coil vs. space peak sizing simulation logic
  • #4692 : Implement new slinky ground heat exchanger simulation model
  • #4727 : Implement additional chiller part load curve type
  • #4729 : Implement advanced modeling of window operation and envelope infiltration
  • #4740 : Implement new gas steam humidifier simulation model
  • #4743 : Add EMS dynamic built in variable for WarmupFlag
  • #4757 : Implement new thermostat and humidistat fault (offset) simulation logic

Performance Enhancements

  • #4594 : Performance commit, cleaning up re-allocation calls
  • #4610 : Performance commit updating SQLite code
  • #4611 : Performance commit updating finite difference conduction model
  • #4612 : Performance commit cleaning stray trims, making non-const fmts, and argument handling
  • #4618 : Performance commit for SolarShading and HeatBalanceIntRadExchange
  • #4634 : Performance commit adding LTO/PGO support
  • #4638 : Disable the input processor audit-echo by default
  • #4658 : Performance commit fixing unnecessary whole array assignment within a loop
  • #4696 : Performance commit and cleanup from Objexx/AutoDesk

Defects Repaired

  • #4459 : Re-Implement DeLight simulations in C++ source
  • #4513 : Update RetailPackagedTESCoil.idf with proper discharge SHR curve
  • #4533 : Update DataStringGlobals so it only searches for the X.Y version form
  • #4539 : Fix third-party library builds on MinGW.
  • #4540 : Fix EvapCoolers and EIRChillers to properly detect blank input fields
  • #4541 : Correct UnitarySystem error message for multi-speed coils
  • #4550 : Address debug assertion errors for select files
  • #4552 : Install runtime libraries to support VB Programs
  • #4553 : Added error handling for controller placed on multiple controller lists
  • #4554 : Added error handling for orphaned ZoneHVAC:* objects;
  • #4555 : Updated incorrect version specifying in some example files, datasets, and macro files
  • #4574 : Add cross platform FMUs for external interface simulations
  • #4583 : Fix always-zero exterior equipment fuel rate output
  • #4585 : Fix HVACTemplate:System:ConstantVolume humidity controls
  • #4590 : Fix spurious fatal error with AdaptiveCovectionAlgorithm in zone input
  • #4593 : Comment-only IDD cleanup
  • #4597 : Cleanup IDD issues with object-list and reference tags
  • #4603 : Minor IDD cleanup for new basement ground simulation model
  • #4614 : Fix critical bug in sql tabular output
  • #4616 : Update HVACDiagram with proper variable initialization
  • #4617 : Fix missing data in DaylightMaps table
  • #4621 : Clean up IDD object referencing for radiant surface types
  • #4623 : Fix ShadowCalculation with TimestepFrequency hourly init in SolarShading
  • #4637 : Fix bad units in IDD for swimming pool misc power input
  • #4640 : Fix crash when duplicate node names are used in zone connections object
  • #4641 : Fix crash in TimeBins report due to an incorrect key
  • #4642 : Revised supply air flow rate fields in multiple IDD objects
  • #4645 : Cleanup IDD tags with extraneous spacing and incorrect casing
  • #4661 : Remove unused second flow rate input from vertical GLHEs
  • #4668 : Fix sizing issues for standalone ERV
  • #4670 : Fix HPWH coil removing heat from tank
  • #4675 : Remove unused DegToRad variable from the source
  • #4684 : Fix bug in the ground heat transfer model using incorrect property variable
  • #4689 : Fix to set the default per person outdoor air flow to zero when not used
  • #4690 : SolarShading: Remove extra line left during redimension mig [Fixes #4676]
  • #4699 : Fix Multispeed heat pump resistive defrost bug
  • #4701 : Added error handling in GetMeteredVariables so that invalid Meter:Customs don't cause a crash
  • #4704 : Fix autosizing of ideal load cooling capacity
  • #4705 : Fix missing setpoint for HVACTemplate DOAS with only heat recovery (no coils)
  • #4707 : Fix missing case for VRF terminal unit in SystemReports
  • #4712 : Fix unit label issue with LEED report
  • #4715 : Relax error check for oa controller actuator node
  • #4721 : Display OutputVariables in EmsSensor A3 - IDD change
  • #4731 : Fix air flow rate calculation for DX or DX assisted cooling coils
  • #4732 : Fix a crash if no Zone:EquipmentConnection was used with refrigerated case object
  • #4735 : Fix bug due to zone contaminant levels being zero and also causing a crash
  • #4748 : Fix misc data center inputs and get input logic
  • #4756 : Fix 2-speed fluid cooler fatal error with autocalculated low speed nominal capacity
  • #4766 : Fix missing initialization of SysTotCoolCap
Clone this wiki locally