-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,49 @@ | ||
# 0.5.0 - February 7, 2014 - "YOLO" | ||
0.6.0 - May 10, 2014 | ||
* Support for setting row/column widths | ||
* Fix issue #22 - Decimal data type (thanks rhyek) | ||
|
||
0.5.0 - February 7, 2014 - "YOLO" | ||
* Implement new "YOLO" mode for increased PyExceleration | ||
* Fix tests/benchmark.py and update benchmark data | ||
|
||
# 0.4.1 - December 4, 2013 | ||
0.4.1 - December 4, 2013 | ||
* Fix import errors caused by missing templates | ||
* Remove bundled six.py and use system-wide six.py instead | ||
|
||
# 0.4.0 - November 15 , 2013 | ||
0.4.0 - November 15 , 2013 | ||
* Add basic style support (see README.md for usage and examples) | ||
* Merge and intersection logic bugfixes (thanks morty) | ||
* Fixed float precision bug (thanks jmcnamara) | ||
|
||
# 0.3.0 - July 29, 2013 | ||
* Fixed bug in __coordinate_to_string function | ||
0.3.0 - July 29, 2013 | ||
* Fixed bug in \_\_coordinate\_to\_string function | ||
* Compatibility fixes for Python 3 and numpy datatypes | ||
* Updated test suite to work with Python 3 | ||
|
||
# 0.2.6 - July 10, 2013 | ||
0.2.6 - July 10, 2013 | ||
* Better PyInstaller compatibility (sys.executable in addition to sys.\_MEIPASS) | ||
|
||
# 0.2.5 - May 14, 2013 | ||
0.2.5 - May 14, 2013 | ||
* Fixed int/float bug (thanks Redoubts) | ||
|
||
# 0.2.4 - May 2, 2013 | ||
0.2.4 - May 2, 2013 | ||
* Increased exceleration (in response to issue #1) | ||
|
||
# 0.2.3 - April 23, 2013 | ||
0.2.3 - April 23, 2013 | ||
* #3 - fix numpy and other subclasses support (thanks Redoubts) | ||
* #4 - fix issue with range writer (thanks Redoubts) | ||
|
||
# 0.2.2 - April 22, 2013 | ||
0.2.2 - April 22, 2013 | ||
* #2 - template path detection fix for PyInstaller (thanks sh0375) | ||
|
||
# 0.2.1 - April 21, 2013 | ||
0.2.1 - April 21, 2013 | ||
* datetime bugfixes | ||
* optimization for type-checking | ||
* UTF-8 encoding fix (thanks Genmutant from Reddit) | ||
|
||
# 0.2.0 - April 20, 2013 | ||
0.2.0 - April 20, 2013 | ||
* Add datetime support | ||
* Add Workbook.cell() call | ||
|
||
# 0.1.0 - April 20, 2013 | ||
0.1.0 - April 20, 2013 | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = '0.6.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters