Liblet

Latest version: v1.11.1

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 12

1.3.1alpha

-------------------------

- InstantaneousDescription has been subclassed in two specilized classes:
TopDownInstantaneousDescription and BottomUpInstantaneousDescription.
- Stack and Queues copy method has been deprecated in favor of more
standard use of the copy module (the shallow copy obtains a separate
storage by overriding __copy__).
- InstantaneousDescription and its subclasses shallow copies don't share
the stack with the original object (obtained by overriding __copy__).
- Improved deprecations (now the warning module is used instead of raise).

1.3.0alpha

-------------------------

- Added a first version of the InstantaneousDescription class (in liblet.automata).
- Documentation improvement (substituted :obj: with :class: where appropriate).
- Bumped ANTLR version to 4.9.1.
- Created FUNDING.yml for GitHub sponsorship.

1.2.3beta

------------------------

- To avoid confusion with peek of Stack and Queue, utils.peek has been
deprecated in favor of utils.first.
- Updated Automaton and StateTransitionGraph to allow representing item
set with frozenset instead of tuples.
- Modified utils.closure so that it always return the computed value,
in this way if just one iteration is performed, the returned type
coincides nonetheless with the type returned by the wrapped function.
- Fixing some graphviz visualization sizes.

1.2.1beta

------------------------

- Added a missing import.

1.2.0beta

-------------------------

- Bumped to beta.
- Added display.animate_derivation (and hence ipywidgets to the deps).
- Dderivation now admits productions and not only indexes.
- Added utils.uc to append unicode combination chars.
- Grammar.restrict_to now makes explicit that the start symbol must be kept and
throws away productions containing also not specified terminals.

1.1.0alpha

-------------------------

- Now Derivation accepts also an iterable of steps (both for left/rightmost and
general case).

Page 7 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.