Skip to content

Commit

Permalink
Merge branch 'main' into chore-change-progress-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
zbilodea authored Jul 2, 2024
2 parents 97ef13c + 06ee606 commit 3bf042e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
--durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v4.3.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
[rtd-badge]: https://readthedocs.org/projects/hepconvert/badge/?version=latest
[rtd-link]: https://hepconvert.readthedocs.io/en/latest/

The hepconvert library is a bridge between columnar file formats, currently **ROOT, and Parquet** and soon will include **Feather, and HDF5.** It aims to simplify file conversions in Python, replacing what is usually a multi-step process with one line of code, with builtin features for managing large datasets and choosing compression levels.
The hepconvert library is a bridge between columnar file formats, currently **ROOT, and Parquet** and soon will include **HDF5.** It aims to simplify file conversions in Python, replacing what is usually a multi-step process with one line of code, with builtin features for managing large datasets and choosing compression levels.

# Installation

Expand Down

0 comments on commit 3bf042e

Please sign in to comment.