Skip to content

Commit

Permalink
release CELES v2.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lpattelli committed Oct 25, 2017
1 parent b7af63f commit 1c664f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,26 @@
Fixed for any bug fixes.
-->

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

## [Unreleased]
-

## [2.1] - 2017-10-25
### Changed
- define only trigonometric versions of legendre and spherical functions
- precalculate coefficients in spherical functions @tkfryett
- case-insensitive flags and types

### Removed
- disperse flag (radii must be specified)
- `disperse` flag (radii must be specified)

### Fixed
- performance issue with polydisperse samples @fragkrag
Expand All @@ -43,5 +54,7 @@

## 1.0 - 2017-02-24

[Unreleased]: https://github.com/disordered-photonics/celes/compare/v2.0...HEAD
[Testing]: https://github.com/disordered-photonics/celes/compare/HEAD...develop
[Unreleased]: https://github.com/disordered-photonics/celes/compare/v2.1...HEAD
[2.1]: https://github.com/disordered-photonics/celes/compare/v2.0...v2.1
[2.0]: https://github.com/disordered-photonics/celes/compare/v1.0...v2.0
2 changes: 1 addition & 1 deletion src/print_logo.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
fprintf(1,'\n\t\t| / / / / ( _| | _| \\__ \\ |');
fprintf(1,'\n\t\t| \\_\\_\\_\\ <\\ \\___|___|____|___|____/ |');
fprintf(1,'\n\t\t| (\\____!_____)) |');
fprintf(1,'\n\t\t| \\\\\\\\\\\\\\\\\\\\\\/ vers. 2.0 |');
fprintf(1,'\n\t\t| \\\\\\\\\\\\\\\\\\\\\\/ vers. 2.1 |');
fprintf(1,'\n\t\t\\----^~^~^~^~^~^~^~~-~--(c)2017, KIT-LENS-------/');
fprintf(1,'\n');
fprintf(1,'\n');

0 comments on commit 1c664f6

Please sign in to comment.