dependabot[bot]
49603a57d5
Merge f41e1a5d97 into fa02eddc1e
2025-04-02 13:23:40 +00:00
dependabot[bot]
f41e1a5d97
build(deps): bump pyo3 from 0.21.2 to 0.24.1
...
Bumps [pyo3](https://github.com/pyo3/pyo3 ) from 0.21.2 to 0.24.1.
- [Release notes](https://github.com/pyo3/pyo3/releases )
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md )
- [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.24.1 )
---
updated-dependencies:
- dependency-name: pyo3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 13:23:37 +00:00
Mueez Khan
fa02eddc1e
chore: delete .github/FUNDING.yml
2025-03-07 06:57:15 -05:00
rzmk
5b8c057e5d
test(python): rename tests & add column count test
2024-06-25 21:19:24 -04:00
rzmk
1e7c4a1569
test(wasm): add column_count
2024-06-22 08:41:52 -04:00
rzmk
358fe0a8b9
test: add row count with header
2024-06-21 23:30:44 -04:00
rzmk
719f3e1512
docs: comment slice docstring while disabled
2024-06-21 05:55:20 -04:00
Mueez Khan
55835772ed
docs: fix czv-wasm node-demo
2024-06-21 01:32:09 -04:00
Mueez Khan
254e34fe05
docs: remove links to non-existent files
2024-06-21 01:18:45 -04:00
Mueez Khan
4e62cc2ecd
docs: fix Rust example to use include_header_row
2024-06-21 00:19:44 -04:00
rzmk
ad526cc717
docs: add docstring for ColumnCountBuilder::execute
2024-06-20 23:48:28 -04:00
rzmk
bdaf0eb853
docs: add link to https://docs.rs/czv
2024-06-20 23:38:46 -04:00
rzmk
b4dc96ac41
chore: update czv to v0.0.2 (remove atty dep)
2024-06-20 23:28:04 -04:00
rzmk
c0b76fa543
refactor: improve error-handling, fix lints, & update criterion
2024-06-20 23:18:38 -04:00
rzmk
f435642358
ci: add cargo test & cargo clippy on push/PR
2024-06-20 23:16:47 -04:00
rzmk
a7e040170b
docs: add link to web demo source code
2024-06-20 21:04:28 -04:00
rzmk
cc80f99476
docs: add instructions for publishing to PyPI
2024-06-20 20:19:33 -04:00
rzmk
747818d99b
chore: update to v0.0.1 for czv-wasm link updates
2024-06-20 20:15:17 -04:00
rzmk
93bc82bd36
docs: add WASM library demo using Vite & React
2024-06-20 20:13:34 -04:00
rzmk
bc05a9f46e
build: change npm library from czv to czv-wasm
2024-06-20 18:14:39 -04:00
rzmk
55aa4457b8
docs: shorten note
2024-06-20 17:15:47 -04:00
rzmk
9bd3090545
docs: update info about WASM web-demo example
2024-06-20 17:11:28 -04:00
rzmk
0648673c46
docs: clarify WASM docs example written in TS
2024-06-20 17:05:30 -04:00
rzmk
2a38998425
docs: show types in WASM examples
2024-06-20 16:51:07 -04:00
rzmk
25a2568ea0
docs: show types in Python examples
2024-06-20 16:49:20 -04:00
rzmk
786d0f38ba
docs: use top-level RowCount & show types
2024-06-20 16:47:39 -04:00
rzmk
9de1541773
chore: remove empty LICENSE file
2024-06-20 16:42:47 -04:00
rzmk
1d46e30a68
docs: improve czv description
2024-06-20 16:41:46 -04:00
rzmk
f15affb856
docs: add installation example for uv
2024-06-20 16:37:50 -04:00
rzmk
1b3f8bb0c9
docs: fix Python example for including header rows
2024-06-20 16:34:32 -04:00
rzmk
e84c5bec8b
refactor: use options object for WASM function args, improve docs
...
- Add relevant links to all READMEs and source code
- Resolve clippy lints
czv:
- Add more docs for top-level items
- Add suggestion to use builder methods instead of functions
- Disable slice and slice tests until operation is complete
czv-wasm:
- Use tsify_next for allowing objects as parameters
- Add nodejs example and instructions
2024-06-20 16:28:53 -04:00
rzmk
ce260e9491
refactor: use czv in czv-python
...
- Add `file_path` for czv-python count operations
- Refactor tests based on file path instead of data
- Use thiserror in czv
- Update examples to reflect changes
2024-06-20 01:03:54 -04:00
rzmk
9799ab694b
feat: add czv, czv-wasm, and czv-python (init release)
2024-06-19 22:55:19 -04:00