Skip to content

Commit 1c664f6

Browse files
committed
release CELES v2.1, update CHANGELOG
1 parent b7af63f commit 1c664f6

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,26 @@
1111
Fixed for any bug fixes.
1212
-->
1313

14+
## [Testing]
15+
### Changed
16+
- subclass celes classes from `matlab.System`
17+
- implement `setProperties` methods for name-value style initialization
18+
- implement `validatePropertiesImpl` methods for validation
19+
- limit use of `Dependent` properties to avoid redundant calculations
20+
- implement `setupImpl` where appropriate for one-time calculations to improve performance
21+
- compute and set maximal particle distance inside particles class
1422

1523
## [Unreleased]
24+
-
25+
26+
## [2.1] - 2017-10-25
1627
### Changed
1728
- define only trigonometric versions of legendre and spherical functions
1829
- precalculate coefficients in spherical functions @tkfryett
1930
- case-insensitive flags and types
2031

2132
### Removed
22-
- disperse flag (radii must be specified)
33+
- `disperse` flag (radii must be specified)
2334

2435
### Fixed
2536
- performance issue with polydisperse samples @fragkrag
@@ -43,5 +54,7 @@
4354

4455
## 1.0 - 2017-02-24
4556

46-
[Unreleased]: https://github.com/disordered-photonics/celes/compare/v2.0...HEAD
57+
[Testing]: https://github.com/disordered-photonics/celes/compare/HEAD...develop
58+
[Unreleased]: https://github.com/disordered-photonics/celes/compare/v2.1...HEAD
59+
[2.1]: https://github.com/disordered-photonics/celes/compare/v2.0...v2.1
4760
[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.0 |');
36+
fprintf(1,'\n\t\t| \\\\\\\\\\\\\\\\\\\\\\/ vers. 2.1 |');
3737
fprintf(1,'\n\t\t\\----^~^~^~^~^~^~^~~-~--(c)2017, KIT-LENS-------/');
3838
fprintf(1,'\n');
3939
fprintf(1,'\n');

0 commit comments

Comments
 (0)