CHANGELOG.md in openstudio-analysis-0.4.2 vs CHANGELOG.md in openstudio-analysis-0.4.3
- old
+ new
@@ -1,7 +1,20 @@
OpenStudio Analysis Gem Change Log
==================================
+Version 0.4.3
+------------------
+* Add defaults to the OpenStudio::Analysis::ServerApi .run method.
+* Bug fix for path to the measure if there was more than one depth of the directory.
+* Add measure_definition_directory_local to store the path to the original measure.
+* run_analysis will be deprecated in 0.5.0. Use start_analysis instead of run_analysis.
+* Less stringent check on column names in Excel which caused errors at times.
+* Do not error out when a measure argument is a String or Choice and does not contain Enumerations.
+* New data point status API helper to list all the data points across all the analyses if desired.
+* If the user sets a std dev or delta x on a uniform or discrete variable, allow it to persist. This allows certain algorithms (e.g. rgenoud) to use the data.
+* New class OpenStudio::Weather::Epw to handle pulling data out of weather files.
+* Deprecate the old ERB templates for creating the analysis.json via the Excel translator
+
Version 0.4.2
-------------
* Bug fix when adding measure from path, this now sets the correct argument name.
* Fix namespace conflict with OpenStudio::Logger and OpenStudio::Time
* Create method for saving the Analysis Zip file (save_analysis_zip)