|
1 | | -# 0.5.0 - February 7, 2014 - "YOLO" |
| 1 | +0.6.0 - May 10, 2014 |
| 2 | +* Support for setting row/column widths |
| 3 | +* Fix issue #22 - Decimal data type (thanks rhyek) |
| 4 | + |
| 5 | +0.5.0 - February 7, 2014 - "YOLO" |
2 | 6 | * Implement new "YOLO" mode for increased PyExceleration |
3 | 7 | * Fix tests/benchmark.py and update benchmark data |
4 | 8 |
|
5 | | -# 0.4.1 - December 4, 2013 |
| 9 | +0.4.1 - December 4, 2013 |
6 | 10 | * Fix import errors caused by missing templates |
7 | 11 | * Remove bundled six.py and use system-wide six.py instead |
8 | 12 |
|
9 | | -# 0.4.0 - November 15 , 2013 |
| 13 | +0.4.0 - November 15 , 2013 |
10 | 14 | * Add basic style support (see README.md for usage and examples) |
11 | 15 | * Merge and intersection logic bugfixes (thanks morty) |
12 | 16 | * Fixed float precision bug (thanks jmcnamara) |
13 | 17 |
|
14 | | -# 0.3.0 - July 29, 2013 |
15 | | -* Fixed bug in __coordinate_to_string function |
| 18 | +0.3.0 - July 29, 2013 |
| 19 | +* Fixed bug in \_\_coordinate\_to\_string function |
16 | 20 | * Compatibility fixes for Python 3 and numpy datatypes |
17 | 21 | * Updated test suite to work with Python 3 |
18 | 22 |
|
19 | | -# 0.2.6 - July 10, 2013 |
| 23 | +0.2.6 - July 10, 2013 |
20 | 24 | * Better PyInstaller compatibility (sys.executable in addition to sys.\_MEIPASS) |
21 | 25 |
|
22 | | -# 0.2.5 - May 14, 2013 |
| 26 | +0.2.5 - May 14, 2013 |
23 | 27 | * Fixed int/float bug (thanks Redoubts) |
24 | 28 |
|
25 | | -# 0.2.4 - May 2, 2013 |
| 29 | +0.2.4 - May 2, 2013 |
26 | 30 | * Increased exceleration (in response to issue #1) |
27 | 31 |
|
28 | | -# 0.2.3 - April 23, 2013 |
| 32 | +0.2.3 - April 23, 2013 |
29 | 33 | * #3 - fix numpy and other subclasses support (thanks Redoubts) |
30 | 34 | * #4 - fix issue with range writer (thanks Redoubts) |
31 | 35 |
|
32 | | -# 0.2.2 - April 22, 2013 |
| 36 | +0.2.2 - April 22, 2013 |
33 | 37 | * #2 - template path detection fix for PyInstaller (thanks sh0375) |
34 | 38 |
|
35 | | -# 0.2.1 - April 21, 2013 |
| 39 | +0.2.1 - April 21, 2013 |
36 | 40 | * datetime bugfixes |
37 | 41 | * optimization for type-checking |
38 | 42 | * UTF-8 encoding fix (thanks Genmutant from Reddit) |
39 | 43 |
|
40 | | -# 0.2.0 - April 20, 2013 |
| 44 | +0.2.0 - April 20, 2013 |
41 | 45 | * Add datetime support |
42 | 46 | * Add Workbook.cell() call |
43 | 47 |
|
44 | | -# 0.1.0 - April 20, 2013 |
| 48 | +0.1.0 - April 20, 2013 |
45 | 49 | * Initial release |
0 commit comments