Remove features deprecated in version 0.3.
This commit is contained in:
parent
47551e8c71
commit
5a79c351e3
15 changed files with 21 additions and 319 deletions
|
|
@ -151,11 +151,6 @@ class Simulator:
|
|||
"""
|
||||
self._engine.reset()
|
||||
|
||||
# TODO(amaranth-0.4): replace with _real_step
|
||||
@deprecated("instead of `sim.step()`, use `sim.advance()`")
|
||||
def step(self):
|
||||
return self.advance()
|
||||
|
||||
def advance(self):
|
||||
"""Advance the simulation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue