Changelog for
python3-FIAT-2019.1.0-2.9.noarch.rpm :
* Sat Feb 08 2020 Stefan Brüns
- Update to 2019.1.0
* Added an implementation of the Bell finite element (K. Bell 1969 doi:10.1002/nme.1620010180), with extra basis functions for transformation theory from Kirby (2018) doi:10.5802/smai-jcm.33.- Update to 2018.1.0
* Remove Python 2 support
* Generalize Bubble element to CodimBubble to create bubbles on entity of arbitrary codimension; add FacetBubble, keep Bubble (as bubble on cell)- Update to 2017.2.0
* Add quadrilateral and hexahedron reference cells
* Add quadrilateral and hexahedron elements (with a wrapping class for TensorProductElement)- Update to 2017.1.0
* Change PyPI package name to fenics-fiat.
* Extended the discontinuous trace element HDivTrace to support tensor product reference cells. Tabulating the trace defined on a tensor product cell relies on the argument entity to specify a facet of the cell. The backwards compatibility case entity=None does not support tensor product tabulation as a result. Tabulating the trace of triangles or tetrahedron remains unaffected and works as usual with or without an entity argument.- Drop obsolete Fix-regression-in-SymPy-1_2.patch- Remove python3-devel build dependency, package is noarch.
* Wed Mar 20 2019 Stefan Brüns - Fix a regression with SymPy 1.2, add Fix-regression-in-SymPy-1_2.patch- Use %license, remove %defattr- Use https for Url: and Source: tags
* Wed Jan 11 2017 kkhere.geoAATTgmail.com- Update to upstream release 2016.2.0 [2016-11-30]
* Enable Travis CI on GitHub
* Add Firedrake quadrilateral cell
* Add tensor product cell
* Add facet -> cell coordinate transformation
* Add Bubble element
* Add discontinuous Taylor element
* Add broken element and H(div) trace element
* Add element restrictions onto mesh entities
* Add tensor product elements (for tensor product cells)
* Add H(div) and H(curl) element-modifiers for TPEs
* Add enriched element, i.e. sum of elements (e.g. for building Mini)
* Add multidimensional taylor elements
* Add Gauss Lobatto Legendre elements
* Finding non-vanishing DoFs on a facets
* Add tensor product quadrature rule
* Make regression tests working again after few years
* Prune modules having only __main__ code including transform_morley, transform_hermite (ff86250820e2b18f7a0df471c97afa87207e9a7d)
* Remove newdubiner module (b3b120d40748961fdd0727a4e6c62450198d9647, reference removed by cb65a84ac639977b7be04962cc1351481ca66124)
* Switch from homebrew factorial/gamma to math module (wraps C std lib)
* Wed Oct 19 2016 kkhere.geoAATTgmail.com- Upadated to upstream release 2016.1.0 [2016-06-23]
* Minor fixes- migrated to python3
* Thu Sep 24 2015 kkhere.geoAATTgmail.com- updated to version 1.6.0 [2015-07-28]
* Support DG on facets through the element \"Discontinuous Lagrange Trace\"- require python version 2.7 and above
* Wed Jan 21 2015 p.drouandAATTgmail.com- Get rid of depreciated \"python(abi) == %{py_ver}\" requirement- Remove redundant %clean section
* Wed Jan 14 2015 kkhere.geoAATTgmail.com- updated to version 1.5.0
* Require Python 2.7
* Python 3 support
* Remove ScientificPython dependency and add dependency on SymPy- Replace python-ScientificPython with python-sympy as dependency; follow upstream changes
* Tue Sep 02 2014 kkhere.geoAATTgmail.com- update to version 1.4.0
* Support discontinuous/broken Raviart-Thomas detailed changelog in upstream git repository
* Sun Jan 12 2014 kkhere.geoAATTgmail.com- update to version 1.3.0 changelog available only in upstream git repository
* Tue Jan 22 2013 scorotAATTfree.fr- update to version 1.1
* Support second kind Nedelecs on tetrahedra over degree >= 2
* Support Brezzi-Douglas-Fortin-Marini elements (of degree 1, 2), again- update files list