Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed May 27, 2023
1 parent 73da7e9 commit 64ac11b
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 559 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repos:
rev: v4.0.1
hooks:
- id: end-of-file-fixer
exclude: ^xlwingsjs/dist/

- repo: https://github.com/psf/black
rev: 23.1.0
Expand All @@ -20,7 +21,7 @@ repos:
hooks:
- id: isort

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
hooks:
- id: flake8
- id: ruff
623 changes: 74 additions & 549 deletions docs/_static/opensource_licenses2.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/pro/reader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ xlwings PRO comes with an ultra fast Excel file reader. Compared with ``pandas.r

Other advantages include:

* Support for named ranges
* Support for named ranges.
* Support for dynamic ranges via ``myrange.expand()`` or ``myrange.options(expand="table")``, respectively.
* Support for converters so you can read in ranges not just as pandas DataFrames, but also as NumPy arrays, lists, scalar values, dictionaries, etc.
* You can read out cell errors like ``#DIV/0!`` or ``#N/A`` as strings instead of converting them all into ``NaN``
* Datetime conversion is supported across all file formats, including ``xlsb``.

Unlike the classic ("interactive") use of xlwings that requires Excel to be installed, reading a file doesn't depend on an installation of Excel and therefore works everywhere where Python runs. However, reading directly from a file requires the workbook to be saved before xlwings is able to pick up any changes.

Expand Down
5 changes: 5 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v0.30.8 (May 27, 2023)
----------------------

* :bdg-info:`Enhancement` :bdg-secondary:`PRO` xlwings File Reader: when reading ``xls`` and ``xlsb`` formats, date cells are now properly converted into ``datetime`` objects (:issue:`2059`).

v0.30.7 (May 18, 2023)
----------------------

Expand Down
4 changes: 2 additions & 2 deletions xlwingsjs/dist/xlwings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xlwingsjs/dist/xlwings.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions xlwingsjs/dist/xlwings.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xlwingsjs/dist/xlwings.min.js.map

Large diffs are not rendered by default.

0 comments on commit 64ac11b

Please sign in to comment.