Skip to content

Commit

Permalink
release 2023.2.3: release notes update
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed Sep 21, 2023
1 parent 670d30b commit 71b0b44
Showing 1 changed file with 29 additions and 26 deletions.
55 changes: 29 additions & 26 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
- [Notes on next version](next-release-details.md)

## Version 2023.2
- 2023.2.3 - (Sept 21, 2023)
- docker tag: `latest`, `2023.2`, `2023.2.3`
- 2023.2.2 - (Sept 19, 2023)
- docker tag: `latest`, `2023.2`, `2023.2.2`
- docker tag: `2023.2.2`
- 2023.2.1 - (Sept 14, 2023)
- docker tag: `2023.2.1`
- 2023.2.0 - (Aug 25, 2023)
Expand All @@ -18,36 +20,40 @@
#### This release includes some significant TAP features and a new property sheet support

#### New Features
- TAP: Improved support for joins : [Firefly-1157](https://github.com/Caltech-IPAC/firefly/pull/1406)
- TAP: Improved support for joins: [Firefly-1157](https://github.com/Caltech-IPAC/firefly/pull/1406)
- TAP: Improved upload object ID search: [Firefly-1150](https://github.com/Caltech-IPAC/firefly/pull/1401)
- Property Sheet (detail table) support for any table [Firefly-1256](https://github.com/Caltech-IPAC/firefly/pull/1404)
- Support Multi-dimensional WAVE-TAB algorithm [Firefly-1169](https://github.com/Caltech-IPAC/firefly/pull/1383)
- Target Panel: Always show EQ J2000 coordinates [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1385)
- Obscore data results shows search target [Firefly-1291](https://github.com/Caltech-IPAC/firefly/pull/1411)
- Property Sheet (detail table) support for any table: [Firefly-1256](https://github.com/Caltech-IPAC/firefly/pull/1404)
- Support Multi-dimensional WAVE-TAB algorithm: [Firefly-1169](https://github.com/Caltech-IPAC/firefly/pull/1383)
- Target Panel: Always show EQ J2000 coordinates: [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1385)
- Obscore data results shows search target: [Firefly-1291](https://github.com/Caltech-IPAC/firefly/pull/1411)

#### Other changes
- Read FITS tables directly with `nom.tam.fits` (removed star table) [Firefly-1232](https://github.com/Caltech-IPAC/firefly/pull/1390)
- Read FITS tables directly with `nom.tam.fits` (removed star table): [Firefly-1232](https://github.com/Caltech-IPAC/firefly/pull/1390)
- improved DCE: [Firefly-1286](https://github.com/Caltech-IPAC/firefly/pull/1408), [Firefly-1250](https://github.com/Caltech-IPAC/firefly/pull/1391)
- Firefly now uses React 18 [Firefly-1127](https://github.com/Caltech-IPAC/firefly/pull/1396)
- Firefly now uses Mavin central [Firefly-1258](https://github.com/Caltech-IPAC/firefly/pull/1397)
- Firefly now uses React 18: [Firefly-1127](https://github.com/Caltech-IPAC/firefly/pull/1396)
- Firefly now uses Mavin central: [Firefly-1258](https://github.com/Caltech-IPAC/firefly/pull/1397)

#### Notable Bug Fixes
- Fixed: error in processing s_region values containing zeros [Firefly-1281](https://github.com/Caltech-IPAC/firefly/pull/1413)
- Fixed: TAP UI crashes when selecting TAP_SCHEMA table [Firefly-1292](https://github.com/Caltech-IPAC/firefly/pull/1412)

##### _Pull Requests in this release_
- Fixed: error in processing s_region values containing zeros: [Firefly-1281](https://github.com/Caltech-IPAC/firefly/pull/1413)
- Fixed: TAP UI crashes when selecting TAP_SCHEMA table: [Firefly-1292](https://github.com/Caltech-IPAC/firefly/pull/1412)

### _Pull Requests in this release_
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.2+label%3abug)
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.2+)

##### _Patches 2023.2_
### _Patches 2023.2_
- 2023.2.3
- Fixed: More Hips render issues [Firefly-1313](https://github.com/Caltech-IPAC/firefly/pull/1432)
- missing tiles on deep zoom
- more deep zoom rendering cleanup
- optimized retrieving all sky image
- 2023.2.2
- Fixed: HiPS rendering clean up [FIREFLY-1312](https://github.com/Caltech-IPAC/firefly/pull/1431)
- Fixed: projections: if not specified `CD1_1` and `CD2_2` default to `CDELT1/2` [FIREFLY-1315](https://github.com/Caltech-IPAC/firefly/pull/1431)
- Fixed: HiPS rendering clean up [Firefly-1312](https://github.com/Caltech-IPAC/firefly/pull/1431)
- Fixed: projections: if not specified `CD1_1` and `CD2_2` default to `CDELT1/2` [Firefly-1315](https://github.com/Caltech-IPAC/firefly/pull/1431)
- Fixed: React 18 issue with API. We need to recreate the root for unrender/render [commit](https://github.com/Caltech-IPAC/firefly/commit/5e5b88c7c734fb76db54587d05bcdeda1c53eb6d)
- 2023.2.1
- Fixed: HiPS tile pixels should not be smoothed at highest resolution: [Firefly-1311](https://github.com/Caltech-IPAC/firefly/pull/1429)
- 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)
- Fixed: HiPS tile pixels should not be smoothed at highest resolution [Firefly-1311](https://github.com/Caltech-IPAC/firefly/pull/1429)
- 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)

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

### _Pull Requests in this release_
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.1+label%3abug)
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.1+)

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

##### _Pull Requests in this release_
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.1+label%3abug)
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.1+)



# Older Releases 2019 - 2022
- See [Older release notes 2022](older-release-notes-2022.md)
- See [Older release notes 2019-2021](older-release-notes-2019-2021.md)

0 comments on commit 71b0b44

Please sign in to comment.