Liblet

Latest version: v1.7.5

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

Scan your dependencies

Page 5 of 10

1.3.6alpha

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

- Added src key to annotated trees produced by the tree method of
ANTLR objects.
- Improved hash sign readability (defined the HASH constant equal to '\u266F',
replacing previous '\uFF03')
- Derivation can now start from any nonterminal.

1.3.3alpha

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

- The display.side_by_side now accepts a single argument (and iterates
over it).

1.3.2alpha

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

- Now TopDownInstantaneousDescription.match skips epsilon on the stack.
- Added the suffixes commodity function in utlis package.
- Minimal docs improvements.

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.

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.