Skip to content

Commit

Permalink
Update history for 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Mar 23, 2024
1 parent 9b2b441 commit b7aa0de
Showing 1 changed file with 10 additions and 1 deletion.
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

0 comments on commit b7aa0de

Please sign in to comment.