Releases: DeepSpace2/StyleFrame
Releases · DeepSpace2/StyleFrame
1.2
- Fixed an issue when running tests from code
- Using .loc and .iloc instead of .ix since .ix is deprecated in pandas >0.20
- Added horizontal and vertical alignments to Styler objects
- Added style_alternate_rows
1.1.1
- Added option to pass a JSON string through CLI
- Added
cells
option todefault_styles
when using JSON
1.1
- Added commandline interface that supports json to xlsx
- Added utils.fonts
- Added "width" and "height" to relevant styling methods
1.0
- Removed support for individual style specifiers when calling styling methods.
0.2.1
- Added 2 general styles to utils.number_formats: '0' as utils.number_formats.general_integer
and '0.00' as utils.number_formats.general_float - Fixed a bug with a DeprecationWarning unnecessarily showing.
0.2
- Added ability to change font
- Added ability to change cell border type
- Added
style_ob
argument to all "styling methods" to accept Styler object so styles can be reused.
The ability to directly pass style specifiers is deprecated and may break in a future version. - Added basic ability to read stylized excel into a stylized StyleFrame
Currently doesn't support reading style from a subset of sheet (ie using startrow, startcol and the such.)
Passread_style=True
toStyleFrame.read_excel
- Added ability to provide a default Styler object to StyleFrame
init
, and added deprecation message when not
passing Styler object to "styling methods".
0.1.8: - Added ability to run tests by code:
- Added ability to run tests by code:
from StyleFrame import tests
tests.run()
0.1.7
- Fixed a bug when adding an underline to a style
- More extensive tests
0.1.6
- Fixed a bug when using
header=False
into_excel
0.1.5
- Changed dependencies, now requires pandas 0.16.2 - 0.18.1
- Changed Python support: 2.7, 3.3, 3.4, 3.5
- Fixed a bug when trying to filter the first row
- Transitioning to x.y.z version numbers