All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project tries to adhere to Semantic Versioning.
- Started keeping a changelog!
-
Add conformance tests for
MPolyRing
, and fix bugs in^
andis_unit
forMPoly
PR #1950 -
Add optional
ignore_kwargs
argument to@attr
macro PR #1958
-
Don't require
base_ring
in ring conformance tests issue #1944 PR #1946 -
Fix promotion for matrix-scalar operations PR #1949
-
Some internal enhancements
- Make
is_exact_type
andis_domain_type
more convenient by having them accept rings and ring elements (not just types) PR #1942