Skip to content

Commit

Permalink
Release 2023.3.2: document updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed Feb 7, 2024
1 parent 82cbd73 commit b4983aa
Showing 1 changed file with 31 additions and 16 deletions.
47 changes: 31 additions & 16 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,46 @@


## Version 2023.3
- 2023.3.0 - (Dec 12, 2023), _docker tag_: `latest`, `2023.3`, `2023.3.0`
- 2023.3.2 - (Feb 7, 2023), _docker tag_: `latest`, `2023.3`, `2023.3.2`
- 2023.3.1 - (Dec 13, 2023), _docker tag_: `2023.3.1`
- 2023.3.0 - (Dec 12, 2023), _docker tag_: `2023.3.0`

#### This release includes many feature improvements across firefly
### _Notes_
#### This release includes many feature improvements across Firefly

#### New Features
- VO: Support datalink 1.1 : [Firefly-1257](https://github.com/Caltech-IPAC/firefly/pull/1439)
- VO: Full multi-product support for UWS : [Firefly-1282](https://github.com/Caltech-IPAC/firefly/pull/1423)
- VO: Support DataLink 1.1: [Firefly-1325](https://github.com/Caltech-IPAC/firefly/pull/1439)
- VO: Full multi-product support for UWS: [Firefly-1282](https://github.com/Caltech-IPAC/firefly/pull/1423)
- VO: Support Multi spectrum table: [Firefly-1314](https://github.com/Caltech-IPAC/firefly/pull/1438)
- Multi Product Viewer: Handle multiple spectra at once via datalink table: [Firefly-1324](https://github.com/Caltech-IPAC/firefly/pull/1442)
- Multi Product Viewer: : Handle related image via datalink table [Firefly-1298](https://github.com/Caltech-IPAC/firefly/pull/1420)
- Spectral Viewer: Support spectral redshift correction: [Firefly-1307](https://github.com/Caltech-IPAC/firefly/pull/1443)
- Table: support null values for all table data types: [Firefly-1279](https://github.com/Caltech-IPAC/firefly/pull/1447)
- Image Viewer: Improve readout handling for longs and other issues: [Firefly-1317](https://github.com/Caltech-IPAC/firefly/pull/1435)
- Image Viewer: Line extraction will extract wavelength if applicable [Firefly-871](https://github.com/Caltech-IPAC/firefly/pull/1451)
- HiPS Viewer: MOC overlays now default to new outline mode [Firefly-1350](https://github.com/Caltech-IPAC/firefly/pull/1456)
- Multi Product Viewer: Handle related image via datalink table [Firefly-1298](https://github.com/Caltech-IPAC/firefly/pull/1420)
- Spectral Viewer: Support spectral redshift correction: [Firefly-1304](https://github.com/Caltech-IPAC/firefly/pull/1443)
- Table: Allow saving coordinates from a table as "regions": [Firefly-1235](https://github.com/Caltech-IPAC/firefly/pull/1452)
- Table: Support null values for all table data types: [Firefly-1297](https://github.com/Caltech-IPAC/firefly/pull/1447)
- Image Viewer: Improve readout handling for long-valued pixels and other issues: [Firefly-1317](https://github.com/Caltech-IPAC/firefly/pull/1435)
- Image Viewer: Line extraction will extract wavelength if applicable: [Firefly-871](https://github.com/Caltech-IPAC/firefly/pull/1451)
- HiPS Viewer: MOC overlays now default to new outline mode: [Firefly-1350](https://github.com/Caltech-IPAC/firefly/pull/1456)
- Drag and drop for file uploads: [Firefly-1310](https://github.com/Caltech-IPAC/firefly/pull/1426)
- Improved property sheet features [Firefly-1352](https://github.com/Caltech-IPAC/firefly/pull/1455)
- Performance: Update nom.tam.fits(1.18.2) and Starlink (4.1.4): [Firefly-1362](https://github.com/Caltech-IPAC/firefly/pull/1428)
- Improved property sheet features: [Firefly-1352, Firefly-1307](https://github.com/Caltech-IPAC/firefly/pull/1455)
- Image Row Viewer: Component for SPHEREx UI [Firefly-1346](https://github.com/Caltech-IPAC/firefly/pull/1449)
- Performance: Update nom.tam.fits(1.18.2) and Starlink (4.1.4): [Firefly-1262](https://github.com/Caltech-IPAC/firefly/pull/1428)

#### Notable Bug Fixes
- Fixed: Coverage FOV not computed correctly [Firefly-1336](https://github.com/Caltech-IPAC/firefly/pull/1449)
- Fixed: Table: enum values with commas now display correctly [Firefly-1336](https://github.com/Caltech-IPAC/firefly/pull/1445)
- Fixed: ADQL text-entry field swallowing "`(Command)-`" [Firefly-1072](https://github.com/Caltech-IPAC/firefly/pull/1436)
- Fixed: DCE: Coverage FOV not computed correctly: [Firefly-1336, fixed with Firefly-1346 implementation](https://github.com/Caltech-IPAC/firefly/pull/1449)
- Fixed: Table: enum values with commas now display correctly in filter menu: [Firefly-1333](https://github.com/Caltech-IPAC/firefly/pull/1445)
- Fixed: ADQL text-entry field swallowing "(Command)-(backquote)" on macOS: [Firefly-1072](https://github.com/Caltech-IPAC/firefly/pull/1436)

### _Patches 2023.3_
- 2023.3.2
- Obscore Packaging: Improved config with option for file names from server. [IRSA-5700](https://github.com/Caltech-IPAC/firefly/pull/1495)
- FITS: more even zooming levels. [Firefly-1289](https://github.com/Caltech-IPAC/firefly/pull/1495)
- TAP config: can specify a HiPS for a TAP server. [Firefly-1375](https://github.com/Caltech-IPAC/firefly/pull/1495)
- API: added all export functions and constants from Table. [Firefly-1375](https://github.com/Caltech-IPAC/firefly/pull/1489)

- 2023.3.1
- Fixed: TAP visual query builder ("`select_info` is undefined")

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

Expand Down

0 comments on commit b4983aa

Please sign in to comment.