Brownie

Latest version: v0.5.1

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

Scan your dependencies

Page 2 of 2

0.3

-----------

- Added :class:`brownie.datastructures.SetQueue`.

0.2.2

-----

- Expose wrapper for :func:`multiprocessing.cpu_count` instead the
function itself which was sometimes exposed as
:func:`brownie.parallel.get_cpu_count` because the latter is supposed
to have a `default` parameter which :func:`multiprocessing.cpu_count`
does not.

0.2.1

-----

- Switched theme to minimalism.
- Fixed wrong use of :rst:role:`meth` in the documentation of
:class:`brownie.abstract.AbstractClassMeta`.
- Added example to :class:`brownie.abstract.VirtualSubclassMeta`.
- Added example to :class:`brownie.abstract.AbstractClassMeta`.

0.2

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

Added Modules
- :mod:`brownie.importing`
- :mod:`brownie.abstract`

Added Classes
- :class:`brownie.itools.chain`
- :class:`brownie.datastructures.OrderedSet`
- :class:`brownie.datastructures.CombinedDict`.
- :class:`brownie.datastructures.CombinedMultiDict`.
- :class:`brownie.datastructures.ImmutableOrderedDict`.

- Make type checks work for dictionaries based on interfaces and
behaviour.

0.1.1

-----

- Fixed a :exc:`KeyError` and a :exc:`ValueError` which could occur
by calling :func:`brownie.parallel.get_cpu_count` on Windows or Linux
respectively.

0.1

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

Initial Release.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.