Skip to content

Commit 8ac8cec

Browse files
committed
release CELES v2.2, update CHANGELOG
1 parent 010cdc2 commit 8ac8cec

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,21 @@
1414

1515
## [Testing]
1616

17+
### Added
18+
- H field calculation
19+
- Poynting vector plotting
20+
- benchmark simulation script and data for MSTM
21+
- dedicated `initialField.type` for plane waves (previously a Gaussian beam with infinite waist)
22+
23+
### Changed
24+
- naming of output methods are now specific for E and H fields
25+
- the `focalPoint` parameter of `initialField` renamed to `referencePoint`
26+
27+
1728
## [Unreleased]
29+
30+
31+
## [2.2] - 2021-04-13
1832
### Changed
1933
- subclass celes classes from `matlab.System`
2034
- implement `setProperties` methods for name-value style initialization
@@ -26,11 +40,11 @@
2640
- fancier, faster plotting functions
2741
- use convex hull in compute_maximal_particle_distance
2842
- provide robust, fallback method for compute_maximal_particle_distance
43+
- avoid recompiling .mex files if already available
2944

3045
### Fixed
3146
- don't try to compute initial power for plane waves
3247
- fix bug in scattered field plots
33-
- fix bug in computeTotalFieldPWP
3448

3549
## [2.1] - 2017-10-25
3650
### Changed
@@ -63,7 +77,8 @@
6377

6478
## 1.0 - 2017-02-24
6579

66-
[Testing]: https://github.com/disordered-photonics/celes/compare/HEAD...develop
67-
[Unreleased]: https://github.com/disordered-photonics/celes/compare/v2.1...HEAD
80+
[Testing]: https://github.com/disordered-photonics/celes/compare/HEAD...tiltedPWs
81+
[Unreleased]: https://github.com/disordered-photonics/celes/compare/v2.2...HEAD
82+
[2.2]: https://github.com/disordered-photonics/celes/compare/v2.1...v2.2
6883
[2.1]: https://github.com/disordered-photonics/celes/compare/v2.0...v2.1
6984
[2.0]: https://github.com/disordered-photonics/celes/compare/v1.0...v2.0

src/print_logo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
fprintf(1,'\n\t\t| / / / / ( _| | _| \\__ \\ |');
3434
fprintf(1,'\n\t\t| \\_\\_\\_\\ <\\ \\___|___|____|___|____/ |');
3535
fprintf(1,'\n\t\t| (\\____!_____)) |');
36-
fprintf(1,'\n\t\t| \\\\\\\\\\\\\\\\\\\\\\/ vers. 2.1 |');
36+
fprintf(1,'\n\t\t| \\\\\\\\\\\\\\\\\\\\\\/ vers. 2.2 |');
3737
fprintf(1,'\n\t\t\\----^~^~^~^~^~^~^~~-~--(c)2017, KIT-LENS-------/');
3838
fprintf(1,'\n');
3939
fprintf(1,'\n');

0 commit comments

Comments
 (0)