Skip to content

Commit 7cd909b

Browse files
committed
Release 2024.3.0: document updates
1 parent 789b6f7 commit 7cd909b

File tree

2 files changed

+67
-44
lines changed

2 files changed

+67
-44
lines changed

docs/next-release-details.md

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,14 @@
11
# Notes for next Release
22

33
## Version 2024.3 (unreleased, rough target: Oct 8)
4-
- 2024.3 - development
4+
- 2024.4 - development
55
- docker tag: `nightly`
66

77

88
### _Notes_
9-
This Firefly release has a lot of new features, probably among the most new features packed into one release over the past several years.
10-
It also includes many, many bug fixes, clean up, and optimization (not all are listed below).
9+
This will be a smaller release
1110

12-
#### Major Features
13-
- Tables: parquet support- Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582))
14-
- Tables: save table as parquet using `parquet.votable`- Firefly-1550 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1633))
15-
- Tables: internal data optimization using duckdb - Firefly-1477 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1582))
16-
- Tables: Drawing Overlay Color in table tabs- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600))
17-
- Images/HiPS: hierarchical catalogs- Firefly-1537 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1607))
18-
- Data product viewer: recognizes service descriptor defined cutouts- Firefly-1491 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1580))
19-
20-
#### New Features
21-
- Images: Improve image sorting and filtering- Firefly-1448 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1543))
22-
- Images: Improve line extraction- Firefly-1560 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627))
23-
- Table: Improved table from fits image - Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627))
24-
- AWS: runid job name is table name- Firefly-1533 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1618))
25-
- TAP: Save users added TAP servers as preference- Firefly-1558 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1623))
26-
- TAP: set search title- Firefly-1510 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1600))
27-
28-
#### Bug fix / cleanup
29-
- Fixed: Firefly-1535, reversal of axes bug ([PR](https://github.com/Caltech-IPAC/firefly/pull/1632))
30-
- 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))
31-
- Fixed: Chart related bugs- Firefly-1521 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1614))
32-
- Fixed: Images: Color dropdown color wrongly invert in dark mode- Firefly-1547 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1612))
33-
- Fixed: Charts: changing x/y axis does not work- IRSA-6084 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1608))
34-
- Fixed: not parsing gaia datalink correctly- Firefly-1529 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1601))
35-
- Fixed: chart is not recognizing short- Firefly-1516 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1595))
36-
- Fixed: popup not closing until second click- Firefly-1514 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1589))
37-
- Cleanup: Better tap sizing- Firefly-1562 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1634))
38-
- Cleanup: TAP: ADQL dark mode screen- Firefly-1509 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1590))
39-
40-
#### Not user facing
41-
- Web API: improved hipsPanel endpoint- Firefly-1541 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1622))
42-
- Datalink: small bug fixes: Firefly-1560, Firefly-1180 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1627)),
43-
- Datalink: Recognized datalink table in upload- Firefly-1523 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1597))
44-
45-
#### Infrastructure
46-
- Java 21- Firefly-1559 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1628))
47-
- plot.ly 2.32- Firefly-1504 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1579))
48-
- nom.tam.fits 1.20- Firefly-1512 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1585))
49-
- 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))
5011
5112
##### _Pull Requests in this release_
52-
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.3+label%3abug)
53-
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.3+)
13+
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.4+label%3abug)
14+
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.4+)

docs/release-notes.md

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,70 @@
66
- use docker tag: `nightly`
77
- [Notes on the next version](next-release-details.md)
88

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+
971
## 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`
1173
- 2024.2.4 - (July 24, 2024), _docker tag_: `2024.2.4`
1274
- 2024.2.3 - (July 1, 2024), _docker tag_: `2024.2.3`
1375
- 2024.2.2 - (June 25, 2024), _docker tag_: `2024.2.2`

0 commit comments

Comments
 (0)