|
7 | 7 | - [Notes on next version](next-release-details.md) |
8 | 8 |
|
9 | 9 | ## Version 2023.2 |
| 10 | +- 2023.2.3 - (Sept 21, 2023) |
| 11 | + - docker tag: `latest`, `2023.2`, `2023.2.3` |
10 | 12 | - 2023.2.2 - (Sept 19, 2023) |
11 | | - - docker tag: `latest`, `2023.2`, `2023.2.2` |
| 13 | + - docker tag: `2023.2.2` |
12 | 14 | - 2023.2.1 - (Sept 14, 2023) |
13 | 15 | - docker tag: `2023.2.1` |
14 | 16 | - 2023.2.0 - (Aug 25, 2023) |
|
18 | 20 | #### This release includes some significant TAP features and a new property sheet support |
19 | 21 |
|
20 | 22 | #### New Features |
21 | | -- TAP: Improved support for joins : [Firefly-1157](https://github.com/Caltech-IPAC/firefly/pull/1406) |
| 23 | +- TAP: Improved support for joins: [Firefly-1157](https://github.com/Caltech-IPAC/firefly/pull/1406) |
22 | 24 | - TAP: Improved upload object ID search: [Firefly-1150](https://github.com/Caltech-IPAC/firefly/pull/1401) |
23 | | -- Property Sheet (detail table) support for any table [Firefly-1256](https://github.com/Caltech-IPAC/firefly/pull/1404) |
24 | | -- Support Multi-dimensional WAVE-TAB algorithm [Firefly-1169](https://github.com/Caltech-IPAC/firefly/pull/1383) |
25 | | -- Target Panel: Always show EQ J2000 coordinates [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1385) |
26 | | -- Obscore data results shows search target [Firefly-1291](https://github.com/Caltech-IPAC/firefly/pull/1411) |
| 25 | +- Property Sheet (detail table) support for any table: [Firefly-1256](https://github.com/Caltech-IPAC/firefly/pull/1404) |
| 26 | +- Support Multi-dimensional WAVE-TAB algorithm: [Firefly-1169](https://github.com/Caltech-IPAC/firefly/pull/1383) |
| 27 | +- Target Panel: Always show EQ J2000 coordinates: [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1385) |
| 28 | +- Obscore data results shows search target: [Firefly-1291](https://github.com/Caltech-IPAC/firefly/pull/1411) |
27 | 29 |
|
28 | 30 | #### Other changes |
29 | | -- Read FITS tables directly with `nom.tam.fits` (removed star table) [Firefly-1232](https://github.com/Caltech-IPAC/firefly/pull/1390) |
| 31 | +- Read FITS tables directly with `nom.tam.fits` (removed star table): [Firefly-1232](https://github.com/Caltech-IPAC/firefly/pull/1390) |
30 | 32 | - improved DCE: [Firefly-1286](https://github.com/Caltech-IPAC/firefly/pull/1408), [Firefly-1250](https://github.com/Caltech-IPAC/firefly/pull/1391) |
31 | | -- Firefly now uses React 18 [Firefly-1127](https://github.com/Caltech-IPAC/firefly/pull/1396) |
32 | | -- Firefly now uses Mavin central [Firefly-1258](https://github.com/Caltech-IPAC/firefly/pull/1397) |
| 33 | +- Firefly now uses React 18: [Firefly-1127](https://github.com/Caltech-IPAC/firefly/pull/1396) |
| 34 | +- Firefly now uses Mavin central: [Firefly-1258](https://github.com/Caltech-IPAC/firefly/pull/1397) |
33 | 35 |
|
34 | 36 | #### Notable Bug Fixes |
35 | | -- Fixed: error in processing s_region values containing zeros [Firefly-1281](https://github.com/Caltech-IPAC/firefly/pull/1413) |
36 | | -- Fixed: TAP UI crashes when selecting TAP_SCHEMA table [Firefly-1292](https://github.com/Caltech-IPAC/firefly/pull/1412) |
37 | | - |
38 | | - |
39 | | -##### _Pull Requests in this release_ |
| 37 | +- Fixed: error in processing s_region values containing zeros: [Firefly-1281](https://github.com/Caltech-IPAC/firefly/pull/1413) |
| 38 | +- Fixed: TAP UI crashes when selecting TAP_SCHEMA table: [Firefly-1292](https://github.com/Caltech-IPAC/firefly/pull/1412) |
| 39 | + |
| 40 | +### _Pull Requests in this release_ |
40 | 41 | - [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.2+label%3abug) |
41 | 42 | - [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.2+) |
42 | 43 |
|
43 | | -##### _Patches 2023.2_ |
| 44 | +### _Patches 2023.2_ |
| 45 | + - 2023.2.3 |
| 46 | + - Fixed: More Hips render issues [Firefly-1313](https://github.com/Caltech-IPAC/firefly/pull/1432) |
| 47 | + - missing tiles on deep zoom |
| 48 | + - more deep zoom rendering cleanup |
| 49 | + - optimized retrieving all sky image |
44 | 50 | - 2023.2.2 |
45 | | - - Fixed: HiPS rendering clean up [FIREFLY-1312](https://github.com/Caltech-IPAC/firefly/pull/1431) |
46 | | - - Fixed: projections: if not specified `CD1_1` and `CD2_2` default to `CDELT1/2` [FIREFLY-1315](https://github.com/Caltech-IPAC/firefly/pull/1431) |
| 51 | + - Fixed: HiPS rendering clean up [Firefly-1312](https://github.com/Caltech-IPAC/firefly/pull/1431) |
| 52 | + - Fixed: projections: if not specified `CD1_1` and `CD2_2` default to `CDELT1/2` [Firefly-1315](https://github.com/Caltech-IPAC/firefly/pull/1431) |
47 | 53 | - Fixed: React 18 issue with API. We need to recreate the root for unrender/render [commit](https://github.com/Caltech-IPAC/firefly/commit/5e5b88c7c734fb76db54587d05bcdeda1c53eb6d) |
48 | 54 | - 2023.2.1 |
49 | | - - Fixed: HiPS tile pixels should not be smoothed at highest resolution: [Firefly-1311](https://github.com/Caltech-IPAC/firefly/pull/1429) |
50 | | - - Small bug fixes related to SHA Release [PR](https://github.com/Caltech-IPAC/firefly/pull/1425), [PR](https://github.com/Caltech-IPAC/firefly/pull/1425) |
| 55 | + - Fixed: HiPS tile pixels should not be smoothed at highest resolution [Firefly-1311](https://github.com/Caltech-IPAC/firefly/pull/1429) |
| 56 | + - Small bug fixes related to SHA Release [PR](https://github.com/Caltech-IPAC/firefly/pull/1425), [PR](https://github.com/Caltech-IPAC/firefly/pull/1425) |
51 | 57 |
|
52 | 58 | ## Version 2023.1 |
53 | 59 | - 2023.1.5 - (June 15, 2023) |
|
79 | 85 | - ObsCore table packaging: [Firefly-1193](https://github.com/Caltech-IPAC/firefly/pull/1351) |
80 | 86 | - Embedded spatial search UI in Hips: [Firefly-1177](https://github.com/Caltech-IPAC/firefly/pull/1328) |
81 | 87 |
|
| 88 | +### _Pull Requests in this release_ |
| 89 | +- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.1+label%3abug) |
| 90 | +- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.1+) |
82 | 91 |
|
83 | | -##### _Patches 2023.1_ |
| 92 | +### _Patches 2023.1_ |
84 | 93 | - 2023.1.5 |
85 | 94 | - Fixed: heatmap failed due to uncaught exception [FIREFLY-1255](https://github.com/Caltech-IPAC/firefly/pull/1395) |
86 | 95 | - Fixed: grid buttons missing from MultiProductViewer on the right hand side [commit](https://github.com/Caltech-IPAC/firefly/commit/afbfbe9962131e755642c50c773128a1a9e59f65) |
|
97 | 106 | - 2023.1.1 |
98 | 107 | - fixed: polygon searches force spaces after comma [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1376) |
99 | 108 |
|
100 | | -##### _Pull Requests in this release_ |
101 | | -- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.1+label%3abug) |
102 | | -- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.1+) |
103 | | - |
104 | | - |
105 | | - |
106 | 109 | # Older Releases 2019 - 2022 |
107 | 110 | - See [Older release notes 2022](older-release-notes-2022.md) |
108 | 111 | - See [Older release notes 2019-2021](older-release-notes-2019-2021.md) |
0 commit comments