Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 2b916a8

Browse files
committed
changes
1 parent 34e8f54 commit 2b916a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

governance/api-reviews.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ linalg or svd). When in doubt we ask domain experts or use web search to see
7979
what spelling is most common.
8080

8181
If possible we prefer to name things in a similar way to numpy (e.g., we would
82-
not pick einsum as a name, but numpy and MatLab before it has, and that
82+
not pick einsum as a name, but numpy and others before it have, and that
8383
precedent is very strong).
8484

8585
We prefer experimental namespaces (i.e. tf.data.experimental.foobar) over
@@ -207,6 +207,6 @@ Keras has its own external API and maintainers, as well as an internal
207207
team. Keras API changes tend to be cross-cutting as core Keras classes are base
208208
classes to many TF API endpoints. We generally only look at keras changes after
209209
a keras owner (say, fchollet or karmel) has already approved it on their
210-
end. fchollet has guidelines for changes to the Keras API at
211-
go/keras-api-guidelines. These include many generally good practices that are
212-
useful to keep in mind outside of Keras as well.
210+
end. fchollet has guidelines for changes to the Keras API (location TBD). These
211+
include many generally good practices that are useful to keep in mind outside of
212+
Keras as well.

0 commit comments

Comments
 (0)