Skip to content

Commit

Permalink
I prefer Uproot to be capitalized, even in the badge. (The rest are c…
Browse files Browse the repository at this point in the history
…apitalized, too.)
  • Loading branch information
jpivarski committed Dec 17, 2020
1 parent 506399d commit 882f262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![DOI 10.5281/zenodo.3952728](https://zenodo.org/badge/DOI/10.5281/zenodo.3952728.svg)](https://doi.org/10.5281/zenodo.3952728)
[![Python 3.5‒3.9](https://img.shields.io/badge/Python-3.5%E2%80%923.9-blue)](https://www.python.org)
[![BSD-3 Clause License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Latest version](https://img.shields.io/github/v/release/scikit-hep/uproot4?color=blue&label=uproot)](https://github.com/scikit-hep/uproot4/releases/latest)
[![Latest version](https://img.shields.io/github/v/release/scikit-hep/uproot4?color=blue&label=Uproot)](https://github.com/scikit-hep/uproot4/releases/latest)

Uproot is a reader and a writer of the [ROOT file format](https://root.cern/) using only Python and Numpy. Unlike the standard C++ ROOT implementation, Uproot is only an I/O library, primarily intended to stream data into machine learning libraries in Python. Unlike PyROOT and root_numpy, Uproot does not depend on C++ ROOT. Instead, it uses Numpy to cast blocks of data from the ROOT file as Numpy arrays.

Expand Down
2 changes: 1 addition & 1 deletion docs-sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
:alt: BSD-3 Clause License
:target: https://opensource.org/licenses/BSD-3-Clause

.. image:: https://img.shields.io/github/v/release/scikit-hep/uproot4?color=blue&label=uproot
.. image:: https://img.shields.io/github/v/release/scikit-hep/uproot4?color=blue&label=Uproot
:alt: Latest version
:target: https://github.com/scikit-hep/uproot4/releases/latest

Expand Down

0 comments on commit 882f262

Please sign in to comment.