Skip to content

Commit

Permalink
Converted changelog to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 15, 2024
1 parent e6dd7a5 commit e8be3c5
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions CHANGES → CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
0.3.0 (unreleased)
------------------
## 0.2.0 (2016-09-29)

- Updated package infrastructure. [#186]
- Make sure that calling structure_at with an array, list, or tuple all behave the same. [#98]

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 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]
- 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]
- Make sure that periodic boundaries (e.g. longitude) are properly supported. [#121]

- Added progress bar for catalog computation. [#127]

Expand All @@ -36,7 +26,6 @@

- Give HDUs names in FITS output. [#144]

0.1.0 (2013-11-09)
------------------
## 0.1.0 (2013-11-09)

Initial release

0 comments on commit e8be3c5

Please sign in to comment.