Paragraph

Latest version: v1.2.1

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

Scan your dependencies

1.2.1

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

Changed
'''''''
- The ``op`` decorator now copies the ``__doc__`` attribute of the underlying function onto the wrapping ``Op`` instance

1.2.0

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

Changed
'''''''
- attribute ``Op.thread_safe`` is now a keyword-only argument of ``__init__`` to permit attributes without default values in derived classes.

1.1.1

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

Fixed
'''''
- the API doc is now included

1.1.0

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

Deprecated
''''''''''
- support for unresolved output variables in ``session.evaluate``, use ``sessions.solve`` for that purpose
- support for arguments of type Variable in ``Op.__call__``, use ``Op.op`` instead

Changed
'''''''
- simplify ``op`` decorator
- simplify default implementation of ``Op.__repr__``
- complete rewrite of the readme

Added
'''''
- method ``Op.op`` to be used in place of direct invocation of an Op instance when building a graph
- the ``Variable`` class, the ``op`` decorator and the functions ``evaluate``, ``apply``, ``solve`` and ``solve_requirements`` are now exposed at package
level.

1.0.1

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

Fixed
'''''
- mistyped variable name breaks ``session.apply``

1.0.0

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

Added
'''''
- initial version of source code

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.