d1a7cf400a
* add pyclass `eq` option * prevent manual impl of `__richcmp__` or `__eq__` with `#[pyclass(eq)]` * add simple enum `eq_int` option * rearrange names to fix deprecation warning * add newsfragment and migration * update docs --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
1 line
89 B
Markdown
1 line
89 B
Markdown
Deprecate implicit integer comparision for simple enums in favor of `#[pyclass(eq_int)]`. |