|
2 | 2 |
|
3 | 3 | # Changelog
|
4 | 4 |
|
5 |
| -## Version 1.0.0 |
6 |
| - |
7 |
| -This is the initial release of cppdlr, a C++ library implementing the discrete Lehmann representation of imaginary time Green's functions. |
8 |
| - |
9 |
| -We thank all contributors: Thomas Hahn, Jason Kaye, Hugo U. R. Strand, Nils Wentzell |
10 |
| - |
11 | 5 | ## Version 1.1.0
|
12 | 6 |
|
13 | 7 | This update to cppdlr adds significant new functionality, including symmetrized DLR grids, and improvements to ensure accuracy of DLR expansions in L^2(tau) norm (both described in the updated documentation).
|
@@ -41,56 +35,12 @@ We thank all contributors: Thomas Hahn, Alexander Hampel, Jason Kaye, Henri Menk
|
41 | 35 | * Various code simplifications
|
42 | 36 | * Test tolerance adjustments
|
43 | 37 | * References to cppdlr preprint in documentation and readme
|
| 38 | +* Merge latest changes of app4triqs skeleton |
| 39 | +* Add ubuntu-intel build to jenkins |
44 | 40 |
|
45 |
| -### General |
46 |
| -* Remove redundant sys.path insertion in conf.py.in |
47 |
| -* Remove pip3 install command from Dockerfile |
48 |
| -* Update requirements.txt with dependencies for documentation builds |
49 |
| -* Disable notes about C++ ABI changes when using gcc |
50 |
| -* Fix compiler warning, use abs from std namespace |
51 |
| -* Update macos build instructions in Jenkinsfile and build.yml |
52 |
| -* Set proper GNU install dirs also in env vars file |
53 |
| -* Fix typo in Jenkinsfile |
54 |
| -* Bump actions/checkout from 2 to 4 |
55 |
| -* Fix settings environment variables |
56 |
| -* Allow manual dispatch and triggering action from other workflow |
57 |
| -* Prevent unintentional parallelization in OpenBLAS |
58 |
| -* Use ccache to speed up compilation |
59 |
| -* Remove numpydoc sources from doc/sphinxext |
60 |
| -* Raise shm size for docker run commands to comply with mkl requirements |
61 |
| -* Skip image and binary files in replace_and_rename |
62 |
| -* Use python3 instead of python2 in replace_and_rename.py script |
63 | 41 |
|
| 42 | +## Version 1.0.0 |
64 | 43 |
|
65 |
| -### cmake |
66 |
| -* Bump version number to 1.1.0 |
67 |
| -* Bump Version number to 3.3 |
68 |
| -* Remove C as a project language |
69 |
| -* Update top-level CMakeLists.txt file with latest app4triqs skeleton |
70 |
| -* Fix inclusion of targets file in cppdlr-config.cmake.in |
71 |
| -* Do not define DEBUG macros for RelWithDebInfo builds |
72 |
| -* Correct target file inclusion PATH to be absolute |
73 |
| -* Only use GNUInstallDirs for LIBDIR |
74 |
| -* Fix target inclusion directory to use GNUInstallDirs |
75 |
| -* Use unstable branch of cpp2py |
76 |
| -* Minor improvements in top-level CMakeLists.txt |
77 |
| -* Consistently use GNUInstallDirs for install commands |
78 |
| -* Use GNUInstallDirs to obtain installation directories |
79 |
| -* Set policy 114 to new |
80 |
| -* Set policy CMP0144 to new |
81 |
| -* Run Debug checks also in RelWithDebInfo build mode |
82 |
| - |
83 |
| -### actions |
84 |
| -* Bump actions/cache restore/save to version 4 |
85 |
| - |
86 |
| -### ghactions |
87 |
| -* Synchronize build file with app4triqs, add caching using ccache |
88 |
| -* Use libc++ for clang builds |
89 |
| - |
90 |
| -### jenkins |
91 |
| -* Add ubuntu-intel build |
92 |
| -* For sanitized build use RelWithDebInfo build mode |
| 44 | +This is the initial release of cppdlr, a C++ library implementing the discrete Lehmann representation of imaginary time Green's functions. |
93 | 45 |
|
94 |
| -### build |
95 |
| -* add packaging directory to cmake |
96 |
| -* automatically set version in packaging |
| 46 | +We thank all contributors: Thomas Hahn, Jason Kaye, Hugo U. R. Strand, Nils Wentzell |
0 commit comments