Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update history for 3.6.0 #585

Merged
merged 1 commit into from
Mar 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# History

## Unreleased
## 3.6.0 (2024-03-?)

### Improvements

- It's now possible to access a dataset row using its index without slicing (#24).
- The dataset `transpose()` method can be called on datasets without headers.
- The html format now supports importing from HTML content (#243)
- The ODS format now supports importing from .ods files (#567). The support is
still a bit experimental.
Expand All @@ -16,6 +18,13 @@
- 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 (#522).
- `None` Python values are now converted to the empty string by the ODS formatter.
- When applying formatters, the internal data is no longer mutated (#578).
- Columns can be inserted even when a dataset has headers but no values (#583).

## 3.5.0 (2023-06-11)

### Improvements
Expand Down
Loading