v0.7.1
v0.7.1 (2019-10-14)
Closed issues:
- Move map for Poly into Poly.jl (#479)
- Move change_base_ring implementation for Poly into Poly.jl (#478)
- divexact_left and divexact_right implemented in the wrong place (#473)
- Order of functions in files (#468)
- Todo: Breaking things for next release (#446)
- Implement identity_matrix(::Ring, Int, Int) (#435)
- Make function arguments first in map_from_func, change_base_ring, etc. (#421)
- eye still referenced in docs (#306)
- Cannot construct matrix from vector (#279)
- change_base_ring does not work for external packages (#273)
- Improve eye(x::MatrixElem) or its documentation (#258)
- divexact for Laurent series over ZZ (#63)
Merged pull requests:
- Fix bug in change_base_ring/map_coeffs (#487) (thofma)
- make eltype work on all matrices (#486) (rfourquet)
- remove useless recursive method of crt (#483) (rfourquet)
- Move change_base_ring and map to Poly.jl. (#482) (wbhart)
- Rearrange tests (#481) (wbhart)
- Rearrange files (#480) (wbhart)
- Restrict divexact_left/right to matrix algebras. (#477) (wbhart)
- fix failing doctests (#476) (rfourquet)
- restore docstrings for map/map! (#475) (rfourquet)
- Zero and identity matrix (#474) (wbhart)
- add a pseudo-primality test in GF(n) (#469) (rfourquet)
- Fix copy/deepcopy for generic matrices (#465) (thofma)
- define elem_type/parent_type on all instances (#464) (rfourquet)
- add eltype(::MatrixElem) (#463) (rfourquet)
- fix show_minus_one for matrices (#462) (rfourquet)
- test R['x']['y'] syntax (#461) (rfourquet)
- DirectSum: fix wrong type in docstring (#460) (rfourquet)
- remove :RR from import_exclude (#459) (rfourquet)
- make ZZ and friends const (#457) (rfourquet)
- Dimensions of vector subspaces (#445) (martinra)