Mkdocs-table-reader-plugin

Latest version: v2.2.0

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

Scan your dependencies

Page 1 of 4

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

2.0.1

What's Changed

Bugfixes:

* Bugfix in `kwargs_in_func` where arguments parsing sometimes lead to errors by BartvanWoesik in https://github.com/timvink/mkdocs-table-reader-plugin/pull/51

Documentation:

- Add guide on using mkdocs-material docer in 355224f967b5f35d91131169493c5ce34ce53479 by timvink (see 46)
- Update broken link in README in e99b028f6b8753d8fc1883489ef0318b0dfa7ee8 by timvink (see 49)
- Add multiline yaml to examples in e9ca47258dd32a39f465e84f8be9b028ba558bd0 by timvink (see 47)

New Contributors

* BartvanWoesik made their first contribution in https://github.com/timvink/mkdocs-table-reader-plugin/pull/51

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

2.0

Table reader v2 is here!

Major new release! Highlights:

- You can now specify tables paths relative to the markdown table (thanks kdm9 for help building this)
- New `read_raw()` reader that allows you to insert files directly. This is useful for example when you have markdown tables in separate markdown `.md` files.
- New option `allow_missing_files` allows you to raise warnings instead of errors when files are missing
- Rewrote documentation and added how to guides describing different use cases
- Refactored code and extended unit tests
- Fix bug where tables containing pipe characters (`|`) would break the markdown table (29)
- Fixed various deprecation warnings

Head over to the updated [documentation](https://timvink.github.io/mkdocs-table-reader-plugin/) to see the details

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.