Enlighten

Latest version: v1.14.1

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

Scan your dependencies

Page 3 of 6

1.10.0

**New Features**
- [Experimental] [Support for Jupyter Notebooks](https://python-enlighten.readthedocs.io/en/stable/faq.html#is-jupyter-notebooks-supported)
- ``width`` keyword can be applied to [manager classes](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager) to statically specify width

1.9.0

**New Features**
- [Human-readable numeric prefixes](https://python-enlighten.readthedocs.io/en/latest/patterns.html#human-readable-numeric-prefixes) 29
- Allows automatic conversion of SI (metric) and IEC (binary) unit prefixes
- Improved exemption messages for unavailable reserve fields
- ``rate_0``, ``rate_00``, ``interval_0``, and ``interval_00`` added as [formatting fields](https://python-enlighten.readthedocs.io/en/stable/api.html#counter-format)

**Changes**
- New dependency: [Prefixed](https://pypi.org/project/prefixed/)
- ``all_fields`` can now be specified as a keyword argument to [Counter](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Counter) to set the default value for subcounters

**Housekeeping**
- Minor refactoring and optimizations
- Demo updated
- Added Conda badge and instructions

1.8.0

**New Features**
- [Manager.counter()](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager.counter) and [Manager.status_bar()](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager.counter) now have a ``replace`` keyword argument
- ``replace`` value must be an existing managed counter or status bar
- New counter will assume the position of the counter it replaces
- Old counter will be closed and removed
- Equivalent to setting ``leave=False`` and running ``counter.close`` before adding a new counter

- ``percentage_00`` and ``count_00`` added as ``bar_format`` [formatting fields](https://python-enlighten.readthedocs.io/en/stable/api.html#counter-format) (42)
- Sum of percentages and counts for all subcounters
- Inverse of percentage_0 and count_0

**Changes**
- ``position`` for [Manager.counter()](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager.counter) and [Manager.status_bar()](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager.counter) must be >= 1
- This was assumed before, but not enforced

**Bugfixes**
- Improved behavior of multicolored bars to avoid partial bars when count is 0 (41)

**Housekeeping**
- Fixed typos
- Minor refactoring

1.7.2

**Changes**
- [Manager()](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager) argument, `threaded`, now defaults to True when multiple processes are detected
- Evaluation of [Manager()](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager) argument, `threaded`, now deferred until scroll area is set when not set explicitly
- Added FAQ question about reentrant calls

**Housekeeping**
- `blessed.Terminal` subclass removed
- Removed assert statements from code

1.7.1

**Bugfixes**

- Improved write atomicity [ Issue 36 ]
- Improved behavior when multiple processes are writing to the terminal

1.7.0

**New Features**
- Added ``interval``, the inverse of ``rate`` as a built-in [formatting](https://python-enlighten.readthedocs.io/en/stable/api.html#counter-format) field. [ Issue 34 ]
- Added new [``Manager()``](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager) argument, ``threaded``, which forces threading behavior when ``True``
- Defaults to ``True`` when multiple threads are detected

**Changes**
- Deferred resize handing introduced in 1.6.2 is now only performed if [``threaded``](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Manager) is ``True`` (default when multiple threads are detected)

**Bugfixes**
- Improved resize handing [ Issue 33 ]

**Housekeeping**
- Add 3.9 support to package metadata
- Minor optimizations

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.