Mkdocs-table-reader-plugin

Latest version: v2.2.2

Safety actively analyzes 633088 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

2.2.2

What's Changed

- Bugfix: reading tables with non-string headers now supported (63) by timvink in https://github.com/timvink/mkdocs-table-reader-plugin/commit/0b6201de52d5fcc96cce96386bfe936f90fdba44

**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.2.1...v2.2.2

2.2.1

What's Changed

- Fixed edge case parsing keyword arguments that are tuples (62) by timvink in 404aa9660033b1081c45ebfb8e469ce129c16013

**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.2.0...v2.2.1

2.2.0

What's Changed

* Create `schema.json` file to support auto-completion in IDEs by blakenetz in https://github.com/timvink/mkdocs-table-reader-plugin/pull/58
* Add codespell support (config, workflow to detect/not fix) and make it fix few typos by yarikoptic in https://github.com/timvink/mkdocs-table-reader-plugin/pull/59
* New args/kwargs string parsing, that now supports passing lists to arguments. Fixed by timvink in https://github.com/timvink/mkdocs-table-reader-plugin/commit/170e82c854a00aa74250e4114c6ab1b5fbadf292

The example below has an argument with a comma separated list, that would lead to an error before, but now works:

jinja2
{{ read_csv("file.csv", usecols=['A', 'B']) }}


New Contributors
* blakenetz made their first contribution in https://github.com/timvink/mkdocs-table-reader-plugin/pull/58
* yarikoptic made their first contribution in https://github.com/timvink/mkdocs-table-reader-plugin/pull/59

**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.1.0...v2.2.0

2.1.0

What's Changed

* Add `read_feather` reader by BartvanWoesik in https://github.com/timvink/mkdocs-table-reader-plugin/pull/56
* Add `select_readers` option for reducing build times for large sites (see [docs](https://timvink.github.io/mkdocs-table-reader-plugin/options/#select_readers)) by BartvanWoesik in https://github.com/timvink/mkdocs-table-reader-plugin/pull/56
* Drop support for python 3.7

**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.0.3...v2.1.0

2.0.3

Fix regression, `df.map` is only available from `pandas>=2.1.0`..

**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.0.2...v2.0.3

2.0.2

**Full Changelog**:

- Avoid deprecationwarning of `pandas.applymap` in `pandas` >= 2.0.0 (55)

https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.0.1...v2.0.2

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.