more typos, i can't write
Some checks are pending
Lint / Ruff Linting (push) Waiting to run
Lint / Black Formatting (push) Waiting to run
Tests / test (<2.0.0, macos-latest, 3.12) (push) Waiting to run
Tests / test (<2.0.0, macos-latest, 3.9) (push) Waiting to run
Tests / test (<2.0.0, ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (<2.0.0, ubuntu-latest, 3.9) (push) Waiting to run
Tests / test (<2.0.0, windows-latest, 3.12) (push) Waiting to run
Tests / test (<2.0.0, windows-latest, 3.9) (push) Waiting to run
Tests / test (>=2.0.0, macos-latest, 3.12) (push) Waiting to run
Tests / test (>=2.0.0, macos-latest, 3.9) (push) Waiting to run
Tests / test (>=2.0.0, ubuntu-latest, 3.10) (push) Waiting to run
Tests / test (>=2.0.0, ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (>=2.0.0, ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (>=2.0.0, ubuntu-latest, 3.9) (push) Waiting to run
Tests / test (>=2.0.0, windows-latest, 3.12) (push) Waiting to run
Tests / test (>=2.0.0, windows-latest, 3.9) (push) Waiting to run
Tests / finish-coverage (push) Blocked by required conditions

This commit is contained in:
sneakers-the-rat 2024-09-23 18:41:45 -07:00
parent faeccc8b17
commit 7f2c79bbae
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -109,7 +109,7 @@ as `int` ({class}`numpy.int64`) or `float` ({class}`numpy.float64`)
## Roundtripping ## Roundtripping
To roundtrip make arrays round-trippable, use the `round_trip` argument To make arrays round-trippable, use the `round_trip` argument
to {func}`~pydantic.BaseModel.model_dump_json`. to {func}`~pydantic.BaseModel.model_dump_json`.
All the following should return an equivalent array from the same All the following should return an equivalent array from the same
@ -213,7 +213,7 @@ print_json(
Numpydantic tries to be [stable](./development.md#api-stability), Numpydantic tries to be [stable](./development.md#api-stability),
but we're not perfect. To preserve the full information about the but we're not perfect. To preserve the full information about the
interface that's needed to load the data referred to by the value, interface that's needed to load the data referred to by the value,
use the `mark_interface` contest parameter: use the `mark_interface` context parameter:
```{code-cell} ```{code-cell}
print_json( print_json(