From 7cd909b22388ce1e2c584cbe865c0cf59735385b Mon Sep 17 00:00:00 2001 From: roby Date: Fri, 18 Oct 2024 13:57:19 -0600 Subject: [PATCH] Release 2024.3.0: document updates --- docs/next-release-details.md | 47 +++----------------------- docs/release-notes.md | 64 +++++++++++++++++++++++++++++++++++- 2 files changed, 67 insertions(+), 44 deletions(-) diff --git a/docs/next-release-details.md b/docs/next-release-details.md index 0320e4b7a..aa454e951 100644 --- a/docs/next-release-details.md +++ b/docs/next-release-details.md @@ -1,53 +1,14 @@ # Notes for next Release ## Version 2024.3 (unreleased, rough target: Oct 8) -- 2024.3 - development +- 2024.4 - development - docker tag: `nightly` ### _Notes_ -This Firefly release has a lot of new features, probably among the most new features packed into one release over the past several years. -It also includes many, many bug fixes, clean up, and optimization (not all are listed below). +This will be a smaller release -#### Major Features -- Tables: parquet support- Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582)) -- Tables: save table as parquet using `parquet.votable`- Firefly-1550 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1633)) -- Tables: internal data optimization using duckdb - Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582)) -- Tables: Drawing Overlay Color in table tabs- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600)) -- Images/HiPS: hierarchical catalogs- Firefly-1537 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1607)) -- Data product viewer: recognizes service descriptor defined cutouts- Firefly-1491 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1580)) - -#### New Features -- Images: Improve image sorting and filtering- Firefly-1448 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1543)) -- Images: Improve line extraction- Firefly-1560 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)) -- Table: Improved table from fits image - Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)) -- AWS: runid job name is table name- Firefly-1533 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1618)) -- TAP: Save users added TAP servers as preference- Firefly-1558 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1623)) -- TAP: set search title- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600)) - -#### Bug fix / cleanup -- Fixed: Firefly-1535, reversal of axes bug ([PR](https://github.com/Caltech-IPAC/firefly/pull/1632)) -- Fixed: Dialog sizing- Firefly-1555 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1626)), Firefly-1553 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1624)) -- Fixed: Chart related bugs- Firefly-1521 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1614)) -- Fixed: Images: Color dropdown color wrongly invert in dark mode- Firefly-1547 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1612)) -- Fixed: Charts: changing x/y axis does not work- IRSA-6084 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1608)) -- Fixed: not parsing gaia datalink correctly- Firefly-1529 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1601)) -- Fixed: chart is not recognizing short- Firefly-1516 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1595)) -- Fixed: popup not closing until second click- Firefly-1514 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1589)) -- Cleanup: Better tap sizing- Firefly-1562 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1634)) -- Cleanup: TAP: ADQL dark mode screen- Firefly-1509 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1590)) - -#### Not user facing -- Web API: improved hipsPanel endpoint- Firefly-1541 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1622)) -- Datalink: small bug fixes: Firefly-1560, Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)), -- Datalink: Recognized datalink table in upload- Firefly-1523 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1597)) - -#### Infrastructure -- Java 21- Firefly-1559 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1628)) -- plot.ly 2.32- Firefly-1504 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1579)) -- nom.tam.fits 1.20- Firefly-1512 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1585)) -- other package updates- Firefly-1513 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1587)), Firefly-1503 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1581)) ##### _Pull Requests in this release_ -- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.3+label%3abug) -- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.3+) +- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.4+label%3abug) +- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.4+) diff --git a/docs/release-notes.md b/docs/release-notes.md index caeac34e4..f8745d2db 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,8 +6,70 @@ - use docker tag: `nightly` - [Notes on the next version](next-release-details.md) + +## Version 2024.3 +- 2024.3.0 - (Oct 18, 2024), _docker tag_: `latest`, `2024.3`, `2024.3.0` + + +### _Notes_ +This Firefly release has a lot of new features, probably among the most new features packed into one release over the past several years. + +The release has a big data focus. Firefly now handles very large tables and will seamlessly visualize this data. +Table loading is faster and can handle much larger tables. Large catalog overlays are significantly improved. +Several chart bugs related to big data are fixed. + +It also includes many, many bug fixes, clean up, and optimization (not all are listed below). + +#### Major Features +- Tables: parquet support- Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582)) +- Tables: save table as parquet using `parquet.votable`- Firefly-1550 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1633)) +- Tables: internal data optimization using duckdb - Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582)) +- Tables: Drawing Overlay Color in table tabs- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600)) +- Images/HiPS: hierarchical catalogs- Firefly-1537 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1607)) +- Data product viewer: recognizes service descriptor defined cutouts- Firefly-1491 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1580)) + +#### New Features +- Images: Improve image sorting and filtering- Firefly-1448 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1543)) +- Images: Improve line extraction- Firefly-1560 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)) +- Table: Improved table from fits image - Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)) +- AWS: runid job name is table name- Firefly-1533 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1618)) +- TAP: Save users added TAP servers as preference- Firefly-1558 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1623)) +- TAP: set search title- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600)) + +#### Bug fix / cleanup +- Fixed: Firefly-1535, reversal of axes bug ([PR](https://github.com/Caltech-IPAC/firefly/pull/1632)) +- Fixed: Dialog sizing- Firefly-1555 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1626)), Firefly-1553 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1624)) +- Fixed: Chart related bugs- Firefly-1521 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1614)) +- Fixed: Images: Color dropdown color wrongly invert in dark mode- Firefly-1547 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1612)) +- Fixed: Charts: changing x/y axis does not work- IRSA-6084 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1608)) +- Fixed: not parsing gaia datalink correctly- Firefly-1529 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1601)) +- Fixed: chart is not recognizing short- Firefly-1516 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1595)) +- Fixed: popup not closing until second click- Firefly-1514 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1589)) +- Fixed: firefly not supporting ellipse in the region save- Firefly-1582 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1654)) +- Fixed: import JWST footprint- IRSA-6024 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1643)) +- Cleanup: Better recognition of VO table Utype- Firefly-1534 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1636)) +- Cleanup: Better tap sizing- Firefly-1562 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1634)) +- Cleanup: TAP: ADQL dark mode screen- Firefly-1509 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1590)) + +#### Not user facing +- Web API: improved hipsPanel endpoint- Firefly-1541 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1622)) +- Datalink: small bug fixes: Firefly-1560, Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)), +- Datalink: Recognized datalink table in upload- Firefly-1523 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1597)) + +#### Infrastructure +- Java 21- Firefly-1559 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1628)) +- plot.ly 2.32- Firefly-1504 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1579)) +- nom.tam.fits 1.20- Firefly-1512 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1585)) +- other package updates- Firefly-1513 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1587)), Firefly-1503 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1581)) + +##### _Pull Requests in this release_ +- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.3+label%3abug) +- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.3+) + + + ## Version 2024.2 - - 2024.2.5 - (July 31, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.5` + - 2024.2.5 - (July 31, 2024), _docker tag_: `2024.2`, `2024.2.5` - 2024.2.4 - (July 24, 2024), _docker tag_: `2024.2.4` - 2024.2.3 - (July 1, 2024), _docker tag_: `2024.2.3` - 2024.2.2 - (June 25, 2024), _docker tag_: `2024.2.2`