X Tutup
Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 408 Bytes

File metadata and controls

16 lines (12 loc) · 408 Bytes

API Changes for 3.1.1

Locator.nonsingular return order

.Locator.nonsingular (introduced in mpl 3.1) now returns a range v0, v1 with v0 <= v1. This behavior is consistent with the implementation of nonsingular by the .LogLocator and .LogitLocator subclasses.

X Tutup