-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGES.rst
61 lines (44 loc) · 1.48 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
53
54
55
56
57
58
59
60
61
2.0.4 (2024-04-15)
=======================
This is a pure maintenance release providing cygrid for newer Python versions
and migrating to new Python packaging mechanisms.
2.0.3 (2022-11-22)
=======================
This is a pure maintenance release providing cygrid for newer Python versions.
2.0.2 (2021-01-25)
=======================
- Python3.5 support ceased (it may still work, but is not tested anymore)
Bugfixes
~~~~~~~~~~
- Fix a typo (conversion between FWHM and sigma) in the manual and notebooks.
Thanks to Yoko Okada for pointing this out.
2.0.1 (2020-10-19)
=======================
Bugfixes
~~~~~~~~~~
- Fix (stable) HTML manual
2.0.0 (2020-10-17)
=======================
- Major overhaul of the handling of array shapes. No need to manually
fiddle with FITS headers (`NAXIS3` key) anymore. `cygrid` will now do
everything automatically behind the curtain. [#12]
Bugfixes
~~~~~~~~~~
- Fix byteorder of input data/weights if not native. (Apparently,
astroquery.skyview can deliver non-native byteorders.) [#8dfc]
1.0.1 (2019-01-19)
=======================
Packaging/Installation
~~~~~~~~~~~~~~~~~~~~~~
- Use clang/LLVM for the compilation on MacOS and use this path to generate
MacOS binary wheels for PyPI. #5b32
Documentation
~~~~~~~~~~~~~
- Add bibtex item to README. #74c7
- Fix some URLs in the documention. #a42b
1.0.0 (2019-01-18)
=======================
Other
-----
- Add a user manual to supplement the existing tutorial notebooks.
- Now using Astropy package template.