2025-01-25 12:45:49 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tablib: updated to 3.8.0
3.8.0 (2025-01-22)
- Add support for exporting XLSX with column width
- Remove redundant check from `Dataset.load()`
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-15 07:56:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tablib: updated to 3.7.0
3.7.0 (2024-10-08)
Improvements
- Add support for Python 3.13
- Drop support for EOL Python 3.8
- Add styling to datetime, date and time values for ODS
- Add styling for date/time types for XLS
Bugfixes
- Fix time and datetime export in ODS format
- Avoid normalizing input twice in `import_set`/`book`
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-03-24 18:22:44 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-tablib: updated to 3.6.0
3.6.0 (2024-03-23)
Improvements
- It's now possible to access a dataset row using its index without slicing
- The dataset `transpose()` method can be called on datasets without headers.
- The html format now supports importing from HTML content
- The ODS format now supports importing from .ods files
still a bit experimental.
- When adding rows to a dataset with dynamic columns, it's now possible to
provide only static values, and dynamic column values will be automatically
calculated and added to the row
Changes
- The html export format does not depend on MarkupPy any longer, therefore the
tablib[html] install target was removed also.
Bugfixes
- Fix crash when loading a databook from an XLS file
- `None` Python values are now converted to the empty string by the ODS formatter.
- When applying formatters, the internal data is no longer mutated
- Columns can be inserted even when a dataset has headers but no values
|
2023-12-07 19:15:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tablib: updated to 3.5.0
3.5.0 (2023-06-11)
Improvements
Add support for Python 3.12
Drop support for EOL Python 3.7
Allow importing 'ragged' .xlsx files through dataset
Release: replace deprecated repository_url with repository-url
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) |  |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) |  |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2023-04-26 12:08:11 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-tablib: updated to 3.4.0
3.4.0 (2023-03-24)
Improvements
- Move setup to `pyproject.toml`
- xlsx export: remove redundant code
- xlsx export: support escape of formulae
- Add <tbody> tags to HTML output
- Check for type list and improve error msg
Bugfixes
- Fix bug when yaml file is empty
- Fix linting issues raised by Flake8
|