Skip to content

v1.6.1

Terence Tsang requested to merge aa-line-bug-fix into master

pyproject.toml

Fixed whitespace issues in [tools.pytest.ini_options.filterwarnings] so that toml (used by pytest < 7.0) can parse them correctly (see https://github.com/uiri/toml/issues/382)

~.__version__

Bumped to 1.6.1

~._deprecations.deprecate

@~._utils.decorators.deprecate_positionals

New (internal) utilities for handling deprecations (e.g. of arguments)

~._utils.monkeypatching.clone_module()

~.cl.tests.utils.{is|not}_deprecated()

Other new utilities

~.aa.annotate_aligned(axline=...)

Fixed bug where the point, slope form of axline results in an error

~.aa._resolve_slope_and_anchors_from_axline()

Added doctest verifying the correct resolution of the axline argument

~.cl.{Axes|Figure}.{get_cl_categories|get_cl_handles_labels|categorized_legend}()

Added deprecation for positional arguments

~.cl.test.conftest

Fixed backward-incompatible import of pytest.Config

~.cl.tests.test_deprecations.test_cla_clf_method_pos_args()

New test for the aforementioned deprecation

~.cl.tests.test_fig_ax_unit_tests.test_hide_empty_legend_with_warning()

New test testing for the hiding of empty legends (new behavior in v1.6.0)

~.cl.test_plot_unit_tests.test_{formatter|category_value_typesetting}()

Fixed backward-incompatible use of pytest.approx()

Merge request reports