Releases: Imageomics/dashboard-prototype
Remove image filename dependency & fix dropdown bug (v1.3.0)
What's Changed
- Remove dependence on
Image_filename
for image selector by @egrace479 in #62 - Standardize function descriptions by @egrace479 in #64
- Fix bug in dropdown for image selector (Issue #63) by @egrace479 in #65
dev
branch changes (listed above) applied tomain
and workflow actions updated by @egrace479 in #66- Update CITATION.cff by @egrace479 in #67
- Fix docker login-action call by @egrace479 in #68
Full Changelog: v1.2.0...v1.3.0
Limit image display size and update packages
What's Changed
- Add citation file for dashboard. by @egrace479 in #55
- Bump dash from 2.11.1 to 2.15.0 by @dependabot in #56
- Set max image width to 400px for display to avoid overfill. by @egrace479 in #58
- Update pandas and plotly by @egrace479 in #59
- Add v1.2.0 tag to citation file with release date by @egrace479 in #60
New Contributors
- @dependabot made their first contribution in #56
Full Changelog: v1.1.0...v1.2.0
dashboard v1.1.0
This release offers larger graphs and map, while also introducing geographic features to the base map (from ArcGIS World Imagery, Esri, Maxar, Earthstar Geographics, and the GIS User Community). It also adds greater flexibility to the column names of the input CSV by removing case-sensitivity and allowing long
or lon
for longitude.
What's Changed
- Bug fix for lat/lon out of bounds (PR #50, fixes #48).
- The size of graphs (and their titles) have been increased for improved visibility (c47c550).
- The map view now has geographic features; base layer of map come from ArcGIS (c47c550, closes #49).
- Removed case-sensitivity of columns and added
long
as acceptable column name for longitude (PR #51). - Preview images were added to the README to reflect the changes implemented above (PR #53).
Full Changelog: v1.0.0...v1.1.0
dashboard v1.0.0
Version 1.0.0 of the Imageomics Dashboard is here!
This initial version supports uploading CSV or XLS files (containing the columns described in How it Works) to display the distribution of data in a histogram or map view (if location information is available), in an accompanying pie chart, and to display sample images adhering to user selections (given image URLs).