Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Russian localization #1019

Conversation

decorator-factory
Copy link
Contributor

No description provided.

@decorator-factory decorator-factory force-pushed the jan2025-russian-translations branch from 69a41cc to f4102fe Compare January 27, 2025 10:22

This comment has been minimized.

This comment has been minimized.

Copy link
Owner

@DetachHead DetachHead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PFGL 🚀 let me know when ready to merge

Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

sympy (https://github.com/sympy/sympy)
-     Type of "limit_at_inf" is "(num: Unknown, den: Unknown, x: Unknown) -> (NaN | Infinity | NegativeInfinity | Unknown | Literal[0])" (reportUnknownVariableType)
+     Type of "limit_at_inf" is "(num: Unknown, den: Unknown, x: Unknown) -> (NaN | Infinity | NegativeInfinity | _NotImplementedType | Expr | Unknown | Literal[0])" (reportUnknownVariableType)
-     Type of "solve_riccati" is "(fx: Unknown, x: Unknown, b0: Unknown, b1: Unknown, b2: Unknown, gensol: bool = False) -> list[Equality | Unknown | Relational | Unequality | Integer]" (reportUnknownVariableType)
+     Type of "solve_riccati" is "(fx: Unknown, x: Unknown, b0: Unknown, b1: Unknown, b2: Unknown, gensol: bool = False) -> list[Equality | Unknown]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:47:5 - warning: Return type, "tuple[Equality | Unknown | Relational | Unequality | Integer, Unknown, Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
+   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:47:5 - warning: Return type, "tuple[Equality | Unknown, Unknown, Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
-     Type of "eq" is "Equality | Unknown | Relational | Unequality | Integer" (reportUnknownVariableType)
+     Type of "eq" is "Equality | Unknown" (reportUnknownVariableType)
-     Type of "sol" is "Equality | Unknown | Relational | Unequality | Integer" (reportUnknownVariableType)
+     Type of "sol" is "Equality | Unknown" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:58:12 - warning: Return type, "tuple[Equality | Unknown | Relational | Unequality | Integer, Unknown, Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
+   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:58:12 - warning: Return type, "tuple[Equality | Unknown, Unknown, Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:76:5 - warning: Type of "tests" is partially unknown
-     Type of "tests" is "list[tuple[Any, Any, Any, Any | Unknown] | tuple[Any, Any, Any, Any] | tuple[Any, int, Any, Any]]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:103:20 - warning: Type of "y" is partially unknown
+   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:103:20 - warning: Type of "y" is Any (reportAny)
-     Type of "y" is "Any | Unknown" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:105:21 - warning: Type of "cancel" is partially unknown
+   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:105:21 - warning: Type of "cancel" is Any (reportAny)
-     Type of "cancel" is "Any | Unknown" (reportUnknownMemberType)
+   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:105:44 - warning: Argument type is Any
+     Argument corresponds to parameter "y" in function "riccati_inverse_normal" (reportAny)
-     Type of "tests" is "list[tuple[Any | Unknown, bool, Any, Any, Any] | tuple[Any | Unknown, bool, Any | Unknown, Any, Any] | tuple[Any | Unknown, bool, int, int, int] | tuple[Expr | Unknown, bool, int, int, int]]" (reportUnknownVariableType)
+     Type of "tests" is "list[tuple[Any | Unknown, bool, Any, Any, Any] | tuple[Any | Unknown, bool, int, int, int] | tuple[Expr | Unknown, bool, int, int, int]]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:275:18 - warning: Type of "b0" is partially unknown
-     Type of "b0" is "Any | Unknown | int" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:375:5 - warning: Type of "tests" is partially unknown
-     Type of "tests" is "list[tuple[Poly, Poly, int] | tuple[Poly, Poly, Infinity] | tuple[Poly, Poly, NegativeInfinity] | tuple[Poly, Poly, ComplexInfinity | Rational | Unknown]]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:406:19 - warning: Type of "lim" is partially unknown
-     Type of "lim" is "int | Infinity | NegativeInfinity | ComplexInfinity | Rational | Unknown" (reportUnknownVariableType)
-     Type of "tests" is "list[tuple[Poly, Poly, Integer, list[list[Unknown]]] | tuple[Poly, Poly, ComplexInfinity | Rational | Unknown, list[list[Expr | Rational | NaN | ComplexInfinity | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | Number | Unknown]]] | tuple[Poly, Poly, ComplexInfinity | Rational | Unknown | NaN | Expr | Infinity | NegativeInfinity | Zero | Float, list[list[Expr | Rational | NaN | ComplexInfinity | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | Number | Unknown]]]]" (reportUnknownVariableType)
+     Type of "tests" is "list[tuple[Poly, Poly, Integer, list[list[Unknown]]] | tuple[Poly, Poly, ComplexInfinity | Rational | NaN | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | _NotImplementedType | Expr, list[list[Expr | Rational | NaN | ComplexInfinity | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | Number | Unknown]]]]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:444:19 - warning: Type of "pole" is partially unknown
-     Type of "pole" is "Integer | ComplexInfinity | Rational | Unknown | NaN | Expr | Infinity | NegativeInfinity | Zero | Float" (reportUnknownVariableType)
-     Type of "tests" is "list[tuple[Poly, Poly, int, int, list[list[Unknown]]] | tuple[Poly, Poly, ComplexInfinity | Rational | Unknown, int, list[list[ComplexInfinity | Rational | Unknown]]] | tuple[Poly, Poly, int, int, list[list[Expr | Unknown]]] | tuple[Poly, Poly, ComplexInfinity | Rational | Unknown, int, list[list[Expr | Unknown]]] | tuple[Poly, Poly, Expr, int, list[list[Expr | Unknown]]]]" (reportUnknownVariableType)
+     Type of "tests" is "list[tuple[Poly, Poly, int, int, list[list[Unknown]]] | tuple[Poly, Poly, ComplexInfinity | Rational | NaN | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | _NotImplementedType | Expr, int, list[list[ComplexInfinity | Rational | NaN | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | _NotImplementedType | Expr]]] | tuple[Poly, Poly, int, int, list[list[Expr | Unknown]]] | tuple[Poly, Poly, ComplexInfinity | Rational | NaN | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | _NotImplementedType | Expr, int, list[list[Expr]]] | tuple[Poly, Poly, Expr, int, list[list[Expr | Unknown]]]]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:506:19 - warning: Type of "pole" is partially unknown
-     Type of "pole" is "int | ComplexInfinity | Rational | Unknown | Expr" (reportUnknownVariableType)
-     Type of "c" is "list[list[Unknown]] | list[list[ComplexInfinity | Rational | Unknown]] | list[list[Expr | Unknown]]" (reportUnknownVariableType)
+     Type of "c" is "list[list[Unknown]] | list[list[ComplexInfinity | Rational | NaN | One | NegativeOne | Zero | Integer | Half | Infinity | NegativeInfinity | Float | _NotImplementedType | Expr]] | list[list[Expr | Unknown]] | list[list[Expr]]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:662:5 - warning: Type of "tests" is partially unknown
-     Type of "tests" is "list[tuple[Poly, Poly, Integer, int, int, dict[int, int]] | tuple[Poly, Poly, ComplexInfinity | Rational | Unknown, int, int, dict[int, ComplexInfinity | Rational | Unknown]] | tuple[Poly, Poly, Expr, int, int, dict[int, Expr]] | tuple[Poly, Poly, Infinity, int, int, dict[int, int]] | tuple[Poly, Poly, Infinity, int, int, dict[int, int | ComplexInfinity | Rational | Unknown]]]" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:709:19 - warning: Type of "x0" is partially unknown
-     Type of "x0" is "Integer | ComplexInfinity | Rational | Unknown | Expr | Infinity" (reportUnknownVariableType)
-   /tmp/mypy_primer/projects/sympy/sympy/solvers/ode/tests/test_riccati.py:709:31 - warning: Type of "ser" is partially unknown
-     Type of "ser" is "dict[int, int] | dict[int, ComplexInfinity | Rational | Unknown] | dict[int, Expr] | dict[int, int | ComplexInfinity | Rational | Unknown]" (reportUnknownVariableType)
-     Type of "sols" is "list[Equality | Unknown | Relational | Unequality | Integer]" (reportUnknownVariableType)
+     Type of "sols" is "list[Equality | Unknown]" (reportUnknownVariableType)

... (truncated 5558 lines) ...

arviz (https://github.com/arviz-devs/arviz): 3.88x slower (7.2s -> 28.1s in a single noisy sample)

@decorator-factory
Copy link
Contributor Author

@DetachHead Let's merge this 👍

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note to self: remember to squash

@DetachHead
Copy link
Owner

merging this in #1031

@DetachHead DetachHead closed this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants