Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 3883b2e

Browse files
committed
updated CHANGELOG
1 parent 4b29e29 commit 3883b2e

File tree

2 files changed

+34
-22
lines changed

2 files changed

+34
-22
lines changed

CHANGELOG.md

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
11
ColorSharp's Changelog
22
======================
33

4-
## 2015-01-13 : 0.9.1 Release
4+
## 2015-02-25 : 0.10.0 Release
55

66
### Contributors
7-
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
7+
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
8+
9+
### Project Handling
10+
* Until we have more contributors, removed the references to contributors for
11+
every release in the CHANGELOG file.
12+
* Connected the ColorSharp GIT repository to Gitter in order to make possible
13+
only & real-time assistance to users and other programmers.
14+
* Connected the project to Gitcolony. This is an experiment, and only will be
15+
useful if more programmers join to the project.
16+
* Added a basic CONTRIBUTING guidelines file.
17+
18+
### Changes
19+
* Added the illuminants B, C, D50 and D55.
20+
* Added the CIE's 1964 10º matching functions.
21+
* Added black body spectrums for given CCTs.
22+
* Replaced the CIE's 1931 2º matching functions data with more precisa data.
23+
* Minor improvements in spectrum->color conversions, splitted spectrum->color
24+
conversion strategies from color->color conversion strategies.
25+
* Improved XML documentation.
26+
* Removed MathNet.Numerics dependency.
27+
28+
### Bugfixes
29+
* Many bugfixes in the UCS color space handling.
30+
31+
### Warnings
32+
* Minor API breaks, mainly in spectrum->color conversions, but not only there.
33+
34+
## 2015-01-13 : 0.9.1 Release
835

936
### Changes
1037
* Added CIE's 1960 UCS color space
@@ -15,9 +42,6 @@ ColorSharp's Changelog
1542

1643
## 2014-12-19 : 0.8.3 Release
1744

18-
### Contributors
19-
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
20-
2145
### Changes
2246
* Updated MathNet.Numerics dependency
2347
* Added HashCode to light spectrum objects
@@ -26,26 +50,17 @@ ColorSharp's Changelog
2650

2751
## 2014-12-05 : 0.8.2 Release
2852

29-
### Contributors
30-
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
31-
3253
### Minor changes
3354
* Added new constructor to the RegularLightSpectrum class.
3455

3556
## 2014-11-12 : 0.8.1 Release
3657

37-
### Contributors
38-
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
39-
4058
### Bugfixes
4159
* Fixed D65 spectrum data points.
4260

4361

4462
## 2014-11-12 : 0.8.0 Release
4563

46-
### Contributors
47-
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
48-
4964
### Changes
5065
* Added Illuminants (only D65)
5166
* Added more precise matching functions
@@ -57,9 +72,6 @@ ColorSharp's Changelog
5772

5873
## 2014-11-05 : 0.7.0 Release
5974

60-
### Contributors
61-
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
62-
6375
### Changes
6476
* Big refactor:
6577
* Removed the colors conversion path search mechanism.
@@ -71,9 +83,6 @@ ColorSharp's Changelog
7183

7284
## 2014-11-05 : 0.6.0 Release
7385

74-
### Contributors
75-
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
76-
7786
### Changes
7887
* Improved XML documentation.
7988
* Removed many build warnings (related with XML documentation)

TODO.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* [X] B (Direct sunlight at noon (obsolete))
1414
* [X] C (Average / North sky Daylight (obsolete))
1515
* [X] D50 (Horizon Light. ICC profile PCS)
16-
* [ ] D55 (Mid-morning / Mid-afternoon Daylight)
16+
* [X] D55 (Mid-morning / Mid-afternoon Daylight)
1717
* [X] D65 (Noon Daylight: Television, sRGB color space)
1818
* [ ] D75 (North sky Daylight)
1919
* [ ] E (Equal energy)
@@ -22,6 +22,9 @@
2222
* [ ] F11 (Philips TL84, Ultralume 40)
2323
* [ ] Custom White Points
2424

25+
## Connectivity & Interoperability
26+
* [ ] Connection with spectralworkbench.org's API .
27+
2528
## Feature Extraction
2629

2730
### Light Spectrums
@@ -52,7 +55,7 @@
5255

5356
## Documentation
5457
* [ ] Wiki
55-
* [ ] Improve inline documentation (code comments)
58+
* [X] Improve inline documentation (code comments)
5659
* [ ] Create Roadmap
5760

5861
## Trademark Issues?

0 commit comments

Comments
 (0)