Next | Query returned 71 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-07-09 21:50:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.4.4

Release 1.4.4
* Added some performance improvements. Performance for larger files should be
  5-10% better.
   2021-05-13 19:51:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.4.3

Release 1.4.3 - May 12 2021
---------------------------

* Added support for background images in worksheets. See
  :func:`set_background` and :ref:`ex_background`.
   2021-05-07 21:15:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.4.2

Release 1.4.2 - May 7 2021
--------------------------

* Added support for GIF image files (and in Excel 365, animated GIF files).

Release 1.4.1 - May 6 2021
--------------------------

* Added support for dynamic arrays and new Excel 365 functions like UNIQUE and
  FILTER. See :func:`write_dynamic_array_formula`,
  :ref:`formula_dynamic_arrays` and :ref:`ex_dynamic_arrays`.

* Added constructor option "use_future_functions" to enable newer Excel
  "future" functions in Formulas. See :ref:`formula_future`, and the
  :func:`Workbook` constructor.
   2021-04-28 14:46:20 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xlsxwriter: updated to 1.4.0

Release 1.4.0 - April 23 2021
-----------------------------
* Add fix for issue for where a y_axis font rotation of 0 was ignored.
   2021-04-15 08:40:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.3.9

Release 1.3.9
* Added option to set row heights and column widths in pixels via the
  :func:`set_row_pixels` and :func:`set_column_pixels` methods.
   2021-04-02 10:40:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.3.8

Release 1.3.8 - March 29 2021
-----------------------------

* Added accessibility options "description" and "decorative" to
  :func:`insert_image`.

* Added fix for datetime.timedelta values that exceed the Excel 1900 leap day
  (timedeltas greater than 59 days, in hours). This is a backward incompatible
  change.

* Added the worksheet :func:`read_only_recommended` method to set the Excel
  "Read-only Recommended" option that is available when saving a file.

* Fixed issue where temp files used in `constant_memory` mode weren't
  closed/deleted if the workbook object was garbage collected.

* Fixed issue where pattern formats without colors where given a default black
  fill color.

* Added option to set a chart crossing to 'min' as well as the existing 'max'
  option. The 'min' option isn't available in the Excel interface but can be
  enabled via VBA.
   2020-10-14 15:27:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.3.7

Release 1.3.7

* Fixed issue where custom chart data labels didn't inherit the position of
  the data labels in the series.

* Added text alignment for textboxes. The existing options allowed the text
  area to be aligned but didn't offer control over the text within that area.

* Added Python 3.9 to the test matrix.
   2020-09-29 11:57:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.3.6

Release 1.3.6:
* Added the worksheet :func:`unprotect_range()` method to allow ranges within
  a protected worksheet to be unprotected.
* There are now over 1500 test cases in the test suite, including 900 tests
  that compare the output from XlsxWriter, byte for byte, against test files
  created in Excel. This is to ensure the maximum possible compatibility with
  Excel.

Release 1.3.5:
* Fixed issue where relative url links in images didn't work.
* Added ``use_zip64`` as a constructor option.
* Added check, and warning, for worksheet tables with no data row.
  Either with or without a header row.
* Add a warning when the string length in :func:`write_rich_string()` exceeds
  Excel's limit.

Release 1.3.4:
* Replaced internal MD5 digest used to check for duplicate images with a SHA256
  digest to avoid issues on operating systems such as Red Hat in FIPS mode
  which don't support MD5 for security reasons.
   2020-08-21 10:00:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.3.3

Release 1.3.3

* Added :func:`ignore_errors()` worksheet method to to allow Excel worksheet
  errors/warnings to be ignored in user defined ranges. See also
  :ref:`ex_ignore_errors`.

* Added warning when closing a file more than once via :func:`close()` to help
  avoid errors where a file is closed within a loop or at the wrong scope
  level.
   2020-08-07 08:55:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xlsxwriter: updated to 1.3.2

Release 1.3.2
* Added Border, Fill, Pattern and Gradient formatting to chart data labels and
  chart custom data labels. See :ref:`chart_series_option_data_labels` and
  :ref:`chart_series_option_custom_data_labels`.

Next | Query returned 71 messages, browsing 21 to 30 | Previous