v0.7.0
v0.7.0 (2019-10-02)
Closed issues:
- Evaluate MPoly with map of coefficients (#453)
- perm"(1 2)(3 4)" silently ignores the entries (#450)
- Problem with hnf_with_transform() ? (#440)
- (New) Bug in HNF (#438)
- Uniformize matrix constructors (#437)
- Quotient module test failure (#430)
- Error in new map function (#423)
- Base.oftype for ring elements (#422)
- zero is broken (#407)
- multiplication of Puiseux series modifies inplace (#319)
- Other colon notations for views and submatrices (#307)
- show_minus_one problems for series again (#299)
- zero(M) where M is a matrix in a matrix space, no longer works (#192)
Merged pull requests:
- Remove evaluate with function argument (#456) (thofma)
- allow passing dimensions in matrix(ring, r, c, mat) (#455) (rfourquet)
- Clean up import/export and fix #440 (#454) (thofma)
- Clean up of change_base_ring and map_* (#452) (thofma)
- fix #450, safer perm_str macro (#451) (rfourquet)
- Add perm function (#447) (thofma)
- Fix #438 (#444) (joschmitt)
- rename lowercase types to CamelCase (#443) (rfourquet)
- fix wrongly constrained type in a rand signature (#442) (rfourquet)
- conform rand(::GFField) to the Random API (#441) (rfourquet)
- implement parent_type on instances (#439) (rfourquet)
- clarify how to extend similar and zero (#436) (rfourquet)
- use Int instead of Int64 in a view signature (#434) (rfourquet)
- rename perm -> Perm (#433) (rfourquet)
- Add Base.oftype (#432) (thofma)
- Make func/ring first argument in change_base_ring (#431) (thofma)
- Fix issue with inflate modifying input. (#429) (wbhart)
- Fix issue with printing of polynomials over power series over GF2. (#428) (wbhart)
- Fix incorrect reduction in powmod when exponent is 1. (#427) (wbhart)
- Try to fix a documentation bug (multiple lines). (#426) (wbhart)
- tentatively fix a test failure with map (#425) (rfourquet)
- use at-testset instead of test_* functions (#424) (rfourquet)
- fix a title string in tests (#420) (rfourquet)
- implement map and map! on matrices (#419) (rfourquet)
- Enable windows build on travis (#418) (thofma)
- test result type for change_base_ring on matrices (#416) (rfourquet)
- extend change_base_ring to matrix algebras (#414) (rfourquet)
- fix typo in sub docstring (#413) (rfourquet)
- fix doc typos (#412) (rfourquet)
- Make powering of matrices by negative powers work. (#411) (wbhart)
- Fix a bug in matrix coercion. (#410) (wbhart)
- add an AbstractRNG argument to rand methods (#408) (rfourquet)