Added - New option to force ASCII mode, for example for CI/CD systems that do not support Unicode. Fixed - Added `__all__` statement to fix language server complaint when using `from uniplot import plot` thanks to h0uter
0.9.2
Changed - Vertical axis labels with equal line spacing are now preferred, for a cleaner look. - Fixed many of the rare cases with blank axis labels.
0.9.1
Fixed - Labels are now correctly aligned to zero. - Manual view options are now working correctly when using log scales.
0.9.0
Added - Data can now be plotted on a logarithmic scale.
Fixed - Fixed a rare issue with displaying the wrong number of digits of axis labels.
0.8.1
Security - Upgraded NumPy, and then Python to >= 3.8 with it, to avoid allowing older NumPy versions with known vulnerabilities.
0.8.0
Not secure
Changed - Switched to Poetry for package and build management. - Now using `numpy.typing` for type hints of NumPy objects, which means that uniplot now supports NumPy versions `>=1.20.0`.