Brownie

Latest version: v0.5.1

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

Scan your dependencies

Page 1 of 2

0.6

---

*Currently in development*

Added Modules
- :mod:`brownie.terminal`.
- :mod:`brownie.context`.
- :mod:`brownie.text`.

Added Classes
- :class:`brownie.datastructures.PeekableIterator`.
- :class:`brownie.datastructures.StackedObject`.

Changed Classes
- Added :meth:`~brownie.datastructures.LazyList.index` to
:class:`brownie.datastructures.LazyList`.

Added Functions
- :func:`brownie.functional.fmap`.

Changed Functions
- Added `doc` parameter to :func:`brownie.datastructures.namedtuple`.

0.5.1

-----

- Added missing `datastructures` package.

0.5

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

Added Classes
- :class:`brownie.functional.Signature`.
- :class:`brownie.datastructures.FixedDict`.
- :class:`brownie.functional.curried`.
- :class:`brownie.datastructures.CombinedSequence`.
- :class:`brownie.datastructures.CombinedList`.

Changed Classes
- Added :mod:`pickle` support to :class:`brownie.datastructures.LazyList`.
- Made :class:`brownie.datastructures.ImmutableDict` hashable.
- Made :class:`brownie.datastructures.CombinedDict` hashable.
- Made :class:`brownie.datastructures.ImmutableMultiDict` hashable.
- Made :class:`brownie.datastructures.ImmutableOrderedDict` hashable.

Added Functions
- :func:`brownie.datastructures.namedtuple`.
- :func:`brownie.itools.flatten`.
- :func:`brownie.caching.memoize`.

Changed Functions
- Allow using :func:`brownie.itools.unique` with non-hashable items.
- Added `seen` parameter to :func:`brownie.itools.unique`.

0.4.1

-----

- Python 3.x support was totally broken which was undiscovered due to the
way tests are run. Looking into the issue and considering the response
I got so far I choose to drop 3.x support for now as fixing it would
take way too much time and effort.

0.4

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

- Added Python 3.x support. [See 0.4.1]
- Added :mod:`brownie.proxies`.
- Added :meth:`brownie.datastructures.OrderedDict.move_to_end`.

0.3.1

-----

- Fixed an issue with :meth:`brownie.datastructures.LazyList.insert`,
which caused the internal stream not to be exhausted when used with
negative indexes.

Thanks to Trundle_ for the report and patch.

.. _Trundle: https://github.com/Trundle

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.