forked from dendrograms/astrodendro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
42 lines (25 loc) · 1.04 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
0.3.0 (unreleased)
------------------
- No changes yet
0.2.0 (2016-09-29)
------------------
- Make sure that calling structure_at with an array, list, or tuple all
behave the same. [#98]
- Added support for linked scatter plots and multiple selections.
[#104, #105, #109, #136]
- Added support for custom functions to define what a 'neighbor' is. [#108]
- Fixed a bug that caused the interactive viewer when showing a dendrogram
loaded from a file. [#106, #110]
- Added a 'prune' method to prune dendrograms after computing them. [#111]
- Added support for brightness temperatures in Kelvin. [#112]
- Cache/memoize catalog statistics. [#115]
- Make sure that periodic boundaries (e.g. longitude) are properly
supported. [#121]
- Added progress bar for catalog computation. [#127]
- Better support for image WCS. [#126, #137]
- Improve the performance of dendrogram loading. [#131]
- Include dendrogram parameters in HDF5 files. [#142, #145]
- Give HDUs names in FITS output. [#144]
0.1.0 (2013-11-09)
------------------
Initial release