-
Notifications
You must be signed in to change notification settings - Fork 21
/
CHANGES.rst
52 lines (41 loc) · 1.81 KB
/
CHANGES.rst
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
43
44
45
46
47
48
49
50
51
52
0.3.8 (unreleased)
------------------
0.3.7 (2023-12-07)
------------------
- Update rtd build file #121
- bugfix: brightness_temperature call spec #119
- pdates to testing and such #117
0.3.5/0.3.6 (2023-10-17)
------------------
- Add more documentation about common beam convolution by @keflavich in #113
- remove unused imports that are apparently deprecated anyway by @keflavich in #115
- Clean up _astropy_init.py by @pllim in #116
0.3.4 (2022-09-23)
------------------
- Simplified two-beam common beam determination (https://github.com/radio-astro-tools/radio-beam/pull/102)
- Allow non-arcsecond units in beam tables (https://github.com/radio-astro-tools/radio-beam/pull/98)
- Support for beam initialization from area (https://github.com/radio-astro-tools/radio-beam/pull/94)
- Drop support for python3.6
0.3.3 (2021-03-19)
------------------
- Optimized the deconvolution operation to avoid extra unit conversions and creation of new `Beam` objects. (https://github.com/radio-astro-tools/radio-beam/pull/87)
0.3.2 (2019-08-27)
------------------
0.3.1 (2019-02-20)
------------------
- Set mult/div for convolution/deconvolution in `Beam` and `Beams`.
The `==` and `!=` operators also work with `Beams` now.
(https://github.com/radio-astro-tools/radio-beam/pull/75)
- Added common beam operations to `Beams`.
(https://github.com/radio-astro-tools/radio-beam/pull/67)
- Fix PA usage for plotting and kernel routines.
(https://github.com/radio-astro-tools/radio-beam/pull/65)
0.2 (2017-10-25)
----------------
- Changed repo name to `radio-beam` from `radio_beam`.
(https://github.com/radio-astro-tools/radio-beam/pull/59)
- Enhancement: Added support for multiple beams through the `Beams` class.
(https://github.com/radio-astro-tools/radio-beam/pull/51)
0.1 (2017-09-08)
----------------
First release