Skip to content

Commit 5e0a5b3

Browse files
committed
Release 2020.3: document updates
- includes a cherry-picked documentation clean up commit (PR #1030)
1 parent dd842c1 commit 5e0a5b3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Firefly shows 2D graphs interactively so that a user can read the data point val
3838
## Branches
3939
There are several branches the this repository. Here are the ones that you should care about.
4040

41-
- rc-YYYY.N: the next release caniddate branch. This is generally the most stable branch.
42-
- dev: this branch could be updated every day. It is the active development branch. It is not stable. Nightly builds are performed.
43-
- firefly-xxx-reason, IRSA-xxx: Those branches are temporary for development feature branches and are associated with corresponding tickets in IPAC Jira.
41+
- rc-YYYY.N: The next release candidate branch. This is generally the most stable branch.
42+
- dev: This branch could be updated every day. It is the active development branch. It is not stable. Nightly builds are performed.
43+
- firefly-xxx-reason, IRSA-xxx: These branches are temporary development feature branches and are associated with corresponding tickets in IPAC Jira.
4444
- master: No longer regularly updated and should not be used by anyone.
4545

4646

docs/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
Firefly builds and the notes for running it are on the [Docker Page](https://hub.docker.com/r/ipac/firefly).
3+
You can find Firefly builds and the notes for running Firefly are on the [Docker Page](https://hub.docker.com/r/ipac/firefly).
44

55
See Firefly docker guidelines [here](firefly-docker.md).
66

@@ -16,16 +16,20 @@ See Firefly docker guidelines [here](firefly-docker.md).
1616
##### _Notes_
1717
- This release contains many bugs fixes and focuses on stability
1818
- Less lines of source than last release
19+
- Some significant table updates
20+
- Data Products viewer and Web API are now production ready
1921

2022
##### _UI_
2123
- Long table cell entries are handled better ([Firefly-595](https://github.com/Caltech-IPAC/firefly/pull/1005))
2224
- Small enhancements to TAP browser schema ([Firefly-596](https://github.com/Caltech-IPAC/firefly/pull/999))
2325
- Web API production ready ([Firefly-568](https://github.com/Caltech-IPAC/firefly/pull/987))
2426
- Data products view production ready([Firefly-524](https://github.com/Caltech-IPAC/firefly/pull/979))
27+
- Predefined Cell renders ([Firefly-574](https://github.com/Caltech-IPAC/firefly/pull/1015))
2528

2629

2730
##### _API_
2831
- Firefly Viewer will show a loading message started from the API ([Firefly-505](https://github.com/Caltech-IPAC/firefly/pull/1000))
32+
- Predefined Cell renders ([Firefly-574](https://github.com/Caltech-IPAC/firefly/pull/1015))
2933

3034

3135
##### _Pull Request in this release_

0 commit comments

Comments
 (0)