note rgb->g improvement

This commit is contained in:
John Cupitt 2018-01-03 08:34:15 +00:00
parent 917d61e785
commit 68e0067840
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
10/12/17 started 8.6.1
- stop window new/free cycling .. faster zoom out on some large images in nip2
- fix mmap window new/free cycling
- fix some compiler warnings
- remove the 64-image limit on bandary operations
- better version date [bmwiedemann]
@ -8,6 +8,7 @@
- fix misspelling of IPTC as IPCT [lovell]
- seq could be set on small images opened in random-access mode [aferrero2707]
- fix small memleak in dzsave [lovell]
- small speedup for rgb->g [lovell]
15/4/17 started 8.6.0
- supports fits images with leading non-image HDUs, thanks benepo