You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changed: creating a :class:`Signal` with a shape that is a :class:`ShapeCastable` implementing :meth:`ShapeCastable.__call__` wraps the returned object using that method. (`RFC 15`_)
* Changed: :meth:`Value.cast` treats instances of classes derived from both :class:`enum.Enum` and :class:`int` (including :class:`enum.IntEnum`) as enumerations rather than integers.
63
66
* Changed: :meth:`Value.matches` with an empty list of patterns returns ``Const(1)`` rather than ``Const(0)``, to match the behavior of ``with m.Case():``.
64
67
* Changed: :class:`Cat` warns if an enumeration without an explicitly specified shape is used. (`RFC 3`_)
65
68
* Deprecated: :meth:`Const.normalize`. (`RFC 5`_)
69
+
* Deprecated: :class:`Repl`; use :meth:`Value.replicate` instead. (`RFC 10`_)
66
70
* Removed: (deprecated in 0.1) casting of :class:`Shape` to and from a ``(width, signed)`` tuple.
67
71
* Removed: (deprecated in 0.3) :class:`ast.UserValue`.
68
72
* Removed: (deprecated in 0.3) support for ``# nmigen:`` linter instructions at the beginning of file.
0 commit comments