mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
2d071bb74b
- removed cython : macro, detection, pxd, etc... - adapt wrapper tools for external applis. - cleaned doc for cython
26 lines
372 B
Plaintext
26 lines
372 B
Plaintext
|
|
From version 1.0 to 1.2
|
|
|
|
C++
|
|
----
|
|
|
|
* new wrapping of boost random generators. No effect on API.
|
|
|
|
|
|
|
|
Python
|
|
----------
|
|
|
|
* New wrapper tool to glue C++ and python. Cython is gone.
|
|
|
|
gf:
|
|
|
|
* transpose method now returns a NEW green function, like conjugate, etc...
|
|
|
|
tail :
|
|
|
|
* Suppress the possibility to save/load in h5 for a tail alone (must be part
|
|
of a gf). [ok ?]
|
|
|
|
|