Skip to content

Releases: DeepSpace2/StyleFrame

1.2

15 Aug 16:09
Compare
Choose a tag to compare
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

17 Jun 13:50
Compare
Choose a tag to compare
  • Added option to pass a JSON string through CLI
  • Added cells option to default_styles when using JSON

1.1

09 Jun 16:55
Compare
Choose a tag to compare
1.1
  • Added commandline interface that supports json to xlsx
  • Added utils.fonts
  • Added "width" and "height" to relevant styling methods

1.0

30 May 13:02
Compare
Choose a tag to compare
1.0
  • Removed support for individual style specifiers when calling styling methods.

0.2.1

12 Mar 12:39
Compare
Choose a tag to compare
  • 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

29 Nov 18:10
Compare
Choose a tag to compare
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.)
    Pass read_style=True to StyleFrame.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:

23 Oct 12:27
Compare
Choose a tag to compare
  • Added ability to run tests by code:
from StyleFrame import tests
tests.run()

0.1.7

22 Oct 12:51
Compare
Choose a tag to compare
  • Fixed a bug when adding an underline to a style
  • More extensive tests

0.1.6

21 Oct 14:13
Compare
Choose a tag to compare
  • Fixed a bug when using header=False in to_excel

0.1.5

30 Sep 10:35
Compare
Choose a tag to compare
  • 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