-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathChangeLog
More file actions
23 lines (23 loc) · 768 Bytes
/
Copy pathChangeLog
File metadata and controls
23 lines (23 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2017-04-01
commit version 1.0.0. Supports MPI, openmp. Passed Valgrind memory test for simple cases.
TODO: implement output POVRay object.
2017-04-06
remove POVRay functions and finish document. Now devote all the time of the correct Fourier transform.
2017-04-22
Optimize memory usage. Updated to 1.0.1
2017-04-26
Add ellipse and polygon pattern to 2D object
2017-05-02
Add non-orthogonal lattice, and circular truncation of G.
2017-06-15
Fixed the bug of JJ correlation
2017-11-04
Add function allowing to specify z-coordinate in the target layer for Poynting flux calculation
2017-11-15
Implement Python wrapper
2017-12-09
Fixed a few lua bugs, and add interpolator class
2018-04-08
Update Armardillo version
2019-11-28
Add Python3 support