Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.53 KB

Changelog

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.

[Unreleased]

Added

  • Started keeping a changelog!

[0.44.3] - 2025-01-17

Added

  • Add conformance tests for MPolyRing, and fix bugs in ^ and is_unit for MPoly PR #1950

  • Add optional ignore_kwargs argument to @attr macro PR #1958

Changed

  • Don't require base_ring in ring conformance tests issue #1944 PR #1946

  • Fix promotion for matrix-scalar operations PR #1949

  • Some internal enhancements

[0.44.2] - 2024-12-22

Changed

  • Make is_exact_type and is_domain_type more convenient by having them accept rings and ring elements (not just types) PR #1942

Fixed