forked from lbl-srg/BuildingsPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
37 lines (32 loc) · 1.62 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
BuildingsPy Changelog
---------------------
Version 1.1.1, October 9, 2012 -- Release 1.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Improved error reporting in unittest.py
- Fixed bug in constructor of simulate.Simulator.py that caused
TypeError: __init__() got an unexpected keyword argument 'directory'
Version 1.1.0, July 26, 2012 -- Release 1.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added class buildingspy.io.postprocess.Plotter.
This simplifies the creation of boxplot and the
plotting of data that repeat every day.
- Moved function buildingspy.development.unittest.Tester.__interpolate
to buildingspy.io.postprocess.Plotter.interpolate
- Caught exception that is caused when non-ascii characters are
used in the comments of constants, parameters or variables. Now,
these files are excluded from the unit tests and a warning is issued.
- Centralized error reporting to using buildings.io.reporter instead
of writing directly to stderr.
- Fixed error in buildingspy.io.postprocess.Plotter.interpolate().
The previous version could lead to non-increasing time for
the last time stamp of the results, and then led to an wrong result
of the interpolation function.
- Changed file output: The output of Dymola is now in the file dymola.log,
whereas unitTests.log contains the warning and error messages of the python
unit test scripts.
- Changed buildingspy.development.unittest.py to achieve better load
balancing. This change reduced the computing time for all unit tests on a
24 core computer from 38 minutes to 21 minutes.
Version 1.0.0, November 1, 2011
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Initial release.