This package is not a generic python3 package. It is an integral part of the FEniCS project and exists only as a prerequisit for the dolfin package in the science repository. This package must not be pushed to devel:languages:python. OBS-URL: https://build.opensuse.org/request/show/478984 OBS-URL: https://build.opensuse.org/package/show/science/python3-FFC?expand=0&rev=1
99 lines
4.1 KiB
Plaintext
99 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 7 12:05:51 UTC 2017 - kkhere.geo@gmail.com
|
|
|
|
- added python3-fixes.patch for correct form compilation
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 12 10:51:05 UTC 2017 - kkhere.geo@gmail.com
|
|
|
|
- update to version 2016.2.0 [2016-11-30]
|
|
* Jit compiler now compiles elements separately from forms to avoid duplicate work
|
|
* Add parameter max_signature_length to optionally shorten signatures in the jit cache
|
|
* Move uflacs module into ffc.uflacs
|
|
* Remove installation of pkg-config and CMake files (UFC path and
|
|
compiler flags are available from ffc module)
|
|
* Add dependency on dijitso and remove dependency on instant
|
|
* Add experimental Bitbucket pipelines
|
|
* Tidy the repo after UFC and UFLACS merge, and general spring cleanup. This
|
|
includes removal of instructions how to merge two repos, commit hash
|
|
c8389032268041fe94682790cb773663bdf27286.
|
|
2016.1.0 [2016-06-23]
|
|
* Add function get_ufc_include to get path to ufc.h
|
|
* Merge UFLACS into FFC
|
|
* Generalize ufc interface to non-affine parameterized coordinates
|
|
* Add ufc::coordinate_mapping class
|
|
* Make ufc interface depend on C++11 features requiring gcc version >= 4.8
|
|
* Add function ufc_signature() to the form compiler interface
|
|
* Add function git_commit_hash()
|
|
- package migrated to python3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 24 19:10:40 UTC 2015 - kkhere.geo@gmail.com
|
|
|
|
- update to version 1.6.0 [2015-07-28]
|
|
* Rename and modify a number of UFC interface functions. See docstrings in ufc.h for details.
|
|
* Bump required SWIG version to 3.0.3
|
|
* Disable dual basis (tabulate_coordinates and evaluate_dofs) for enriched
|
|
elements until correct implementation is brought up
|
|
- require swig version 3.0.3 and above
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 15 12:13:18 UTC 2015 - kkhere.geo@gmail.com
|
|
|
|
- update to version 1.5.0
|
|
* Remove FErari support
|
|
* Add support for new integral type custom_integral
|
|
* Support for new form compiler backend "uflacs", downloaded separately
|
|
- Add Requires: python-uflacs to install the new compiler system
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 2 13:12:25 UTC 2014 - kkhere.geo@gmail.com
|
|
|
|
- update to version 1.4.0
|
|
* Add support for integrals that know which coefficients they use
|
|
* Many bug fixes for facet integrals over manifolds
|
|
* Merge UFC into FFC; ChangeLog for UFC appended below
|
|
* Various updates mirroring UFL changes
|
|
* Experimental: New custom integral with user defined quadrature points
|
|
- Create new subpackages python-ufc and ufc-devel due to upstream merge of
|
|
ufc into FFC
|
|
- Added a patch to correct pkgconfig installation path
|
|
ffc-pkgconfig-path-ufc-1.patch
|
|
- Build of ufc requires swig
|
|
- Add Requires: python-ufc to install subpackage
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 12 16:02:27 UTC 2014 - kkhere.geo@gmail.com
|
|
|
|
- update to version 1.3.0
|
|
changelog available only in upstream git repository
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 21 10:03:14 UTC 2013 - kkhere.geo@gmail.com
|
|
|
|
- update to version 1.2.0
|
|
* New feature: Add basic support for point integrals on vertices
|
|
* New feature: Add general support for m-dimensional cells in
|
|
n-dimensional space (n >= m, n, m = 1, 2, 3)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 22 21:40:44 UTC 2013 - scorot@free.fr
|
|
|
|
- update to version 1.1.0
|
|
* Fix bug for Conditionals related to DG constant Coefficients.
|
|
* Fix bug for Conditionals, precedence rules for And and Or.
|
|
* Changed data structure from list to deque when pop(0) operation
|
|
is needed, speeding up split_expression operation considerable
|
|
* Other minor fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 14 21:19:45 UTC 2012 - scorot@free.fr
|
|
|
|
- Requires python(abi) on recent products
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 26 17:25:17 UTC 2012 - scorot@free.fr
|
|
|
|
- first package
|
|
|