- 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.
OBS-URL: https://build.opensuse.org/request/show/772419
OBS-URL: https://build.opensuse.org/package/show/science/python3-FIAT?expand=0&rev=3
127 lines
4.9 KiB
Plaintext
127 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Feb 8 19:47:54 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- 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 17:49:32 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- 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 15:03:13 UTC 2017 - kkhere.geo@gmail.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 14:16:40 UTC 2016 - kkhere.geo@gmail.com
|
|
|
|
- Upadated to upstream release 2016.1.0 [2016-06-23]
|
|
* Minor fixes
|
|
- migrated to python3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 24 18:57:13 UTC 2015 - kkhere.geo@gmail.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 13:46:27 UTC 2015 - p.drouand@gmail.com
|
|
|
|
- Get rid of depreciated "python(abi) == %{py_ver}" requirement
|
|
- Remove redundant %clean section
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 14 13:17:03 UTC 2015 - kkhere.geo@gmail.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 2 13:02:49 UTC 2014 - kkhere.geo@gmail.com
|
|
|
|
- update to version 1.4.0
|
|
* Support discontinuous/broken Raviart-Thomas
|
|
detailed changelog in upstream git repository
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 12 16:10:56 UTC 2014 - kkhere.geo@gmail.com
|
|
|
|
- update to version 1.3.0
|
|
changelog available only in upstream git repository
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 22 21:23:33 UTC 2013 - scorot@free.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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 14 21:20:55 UTC 2012 - scorot@free.fr
|
|
|
|
- requires python(abi) on recent products
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 26 17:56:19 UTC 2012 - scorot@free.fr
|
|
|
|
- first package
|
|
|