Skip to content

Commit 71b0b44

Browse files
committed
release 2023.2.3: release notes update
1 parent 670d30b commit 71b0b44

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

docs/release-notes.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
- [Notes on next version](next-release-details.md)
88

99
## Version 2023.2
10+
- 2023.2.3 - (Sept 21, 2023)
11+
- docker tag: `latest`, `2023.2`, `2023.2.3`
1012
- 2023.2.2 - (Sept 19, 2023)
11-
- docker tag: `latest`, `2023.2`, `2023.2.2`
13+
- docker tag: `2023.2.2`
1214
- 2023.2.1 - (Sept 14, 2023)
1315
- docker tag: `2023.2.1`
1416
- 2023.2.0 - (Aug 25, 2023)
@@ -18,36 +20,40 @@
1820
#### This release includes some significant TAP features and a new property sheet support
1921

2022
#### 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)
2224
- 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)
2729

2830
#### 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)
3032
- 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)
3335

3436
#### 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_
4041
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.2+label%3abug)
4142
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.2+)
4243

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
4450
- 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)
4753
- Fixed: React 18 issue with API. We need to recreate the root for unrender/render [commit](https://github.com/Caltech-IPAC/firefly/commit/5e5b88c7c734fb76db54587d05bcdeda1c53eb6d)
4854
- 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)
5157

5258
## Version 2023.1
5359
- 2023.1.5 - (June 15, 2023)
@@ -79,8 +85,11 @@
7985
- ObsCore table packaging: [Firefly-1193](https://github.com/Caltech-IPAC/firefly/pull/1351)
8086
- Embedded spatial search UI in Hips: [Firefly-1177](https://github.com/Caltech-IPAC/firefly/pull/1328)
8187

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+)
8291

83-
##### _Patches 2023.1_
92+
### _Patches 2023.1_
8493
- 2023.1.5
8594
- Fixed: heatmap failed due to uncaught exception [FIREFLY-1255](https://github.com/Caltech-IPAC/firefly/pull/1395)
8695
- Fixed: grid buttons missing from MultiProductViewer on the right hand side [commit](https://github.com/Caltech-IPAC/firefly/commit/afbfbe9962131e755642c50c773128a1a9e59f65)
@@ -97,12 +106,6 @@
97106
- 2023.1.1
98107
- fixed: polygon searches force spaces after comma [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1376)
99108

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-
106109
# Older Releases 2019 - 2022
107110
- See [Older release notes 2022](older-release-notes-2022.md)
108111
- See [Older release notes 2019-2021](older-release-notes-2019-2021.md)

0 commit comments

Comments
 (0)