|
6 | 6 | - use docker tag: `nightly` |
7 | 7 | - [Notes on the next version](next-release-details.md) |
8 | 8 |
|
| 9 | + |
| 10 | +## Version 2024.3 |
| 11 | +- 2024.3.0 - (Oct 18, 2024), _docker tag_: `latest`, `2024.3`, `2024.3.0` |
| 12 | + |
| 13 | + |
| 14 | +### _Notes_ |
| 15 | +This Firefly release has a lot of new features, probably among the most new features packed into one release over the past several years. |
| 16 | + |
| 17 | +The release has a big data focus. Firefly now handles very large tables and will seamlessly visualize this data. |
| 18 | +Table loading is faster and can handle much larger tables. Large catalog overlays are significantly improved. |
| 19 | +Several chart bugs related to big data are fixed. |
| 20 | + |
| 21 | +It also includes many, many bug fixes, clean up, and optimization (not all are listed below). |
| 22 | + |
| 23 | +#### Major Features |
| 24 | +- Tables: parquet support- Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582)) |
| 25 | +- Tables: save table as parquet using `parquet.votable`- Firefly-1550 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1633)) |
| 26 | +- Tables: internal data optimization using duckdb - Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582)) |
| 27 | +- Tables: Drawing Overlay Color in table tabs- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600)) |
| 28 | +- Images/HiPS: hierarchical catalogs- Firefly-1537 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1607)) |
| 29 | +- Data product viewer: recognizes service descriptor defined cutouts- Firefly-1491 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1580)) |
| 30 | + |
| 31 | +#### New Features |
| 32 | +- Images: Improve image sorting and filtering- Firefly-1448 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1543)) |
| 33 | +- Images: Improve line extraction- Firefly-1560 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)) |
| 34 | +- Table: Improved table from fits image - Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)) |
| 35 | +- AWS: runid job name is table name- Firefly-1533 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1618)) |
| 36 | +- TAP: Save users added TAP servers as preference- Firefly-1558 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1623)) |
| 37 | +- TAP: set search title- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600)) |
| 38 | + |
| 39 | +#### Bug fix / cleanup |
| 40 | +- Fixed: Firefly-1535, reversal of axes bug ([PR](https://github.com/Caltech-IPAC/firefly/pull/1632)) |
| 41 | +- 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)) |
| 42 | +- Fixed: Chart related bugs- Firefly-1521 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1614)) |
| 43 | +- Fixed: Images: Color dropdown color wrongly invert in dark mode- Firefly-1547 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1612)) |
| 44 | +- Fixed: Charts: changing x/y axis does not work- IRSA-6084 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1608)) |
| 45 | +- Fixed: not parsing gaia datalink correctly- Firefly-1529 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1601)) |
| 46 | +- Fixed: chart is not recognizing short- Firefly-1516 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1595)) |
| 47 | +- Fixed: popup not closing until second click- Firefly-1514 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1589)) |
| 48 | +- Fixed: firefly not supporting ellipse in the region save- Firefly-1582 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1654)) |
| 49 | +- Fixed: import JWST footprint- IRSA-6024 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1643)) |
| 50 | +- Cleanup: Better recognition of VO table Utype- Firefly-1534 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1636)) |
| 51 | +- Cleanup: Better tap sizing- Firefly-1562 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1634)) |
| 52 | +- Cleanup: TAP: ADQL dark mode screen- Firefly-1509 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1590)) |
| 53 | + |
| 54 | +#### Not user facing |
| 55 | +- Web API: improved hipsPanel endpoint- Firefly-1541 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1622)) |
| 56 | +- Datalink: small bug fixes: Firefly-1560, Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)), |
| 57 | +- Datalink: Recognized datalink table in upload- Firefly-1523 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1597)) |
| 58 | + |
| 59 | +#### Infrastructure |
| 60 | +- Java 21- Firefly-1559 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1628)) |
| 61 | +- plot.ly 2.32- Firefly-1504 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1579)) |
| 62 | +- nom.tam.fits 1.20- Firefly-1512 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1585)) |
| 63 | +- 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)) |
| 64 | + |
| 65 | +##### _Pull Requests in this release_ |
| 66 | +- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.3+label%3abug) |
| 67 | +- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.3+) |
| 68 | + |
| 69 | + |
| 70 | + |
9 | 71 | ## Version 2024.2 |
10 | | - - 2024.2.5 - (July 31, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.5` |
| 72 | + - 2024.2.5 - (July 31, 2024), _docker tag_: `2024.2`, `2024.2.5` |
11 | 73 | - 2024.2.4 - (July 24, 2024), _docker tag_: `2024.2.4` |
12 | 74 | - 2024.2.3 - (July 1, 2024), _docker tag_: `2024.2.3` |
13 | 75 | - 2024.2.2 - (June 25, 2024), _docker tag_: `2024.2.2` |
|
0 commit comments