Dev branch 3.0.13 release#27
Merged
msrosenberg merged 22 commits intomainfrom Jun 28, 2023
Merged
Conversation
Column headers were shifted incorrectly if both the first row and first column of input were being used as headers.
Fixed bug where figures were not necessarily being visually replaced when a new figure was created even though the actual background figure was changed. This bug was introduced by previous fix where old figures were being remembered when one went to save a figure to a file.
A slightly better way to deal with the clearing of old figures prior to creating new ones
Phylogeny figure needs to be kept independent of normal graphical output as its displayed in a separate tab
Instead of passing both figures and the chart_data back and forth among functions, just pass the chart_data as it can be used to reconstruct the figure to display at the end. Reduces overall complexity a bit across the codebase
fixing test code to align with refactored figure creation
Figure refactor
All references with a DOI now include those in the full reference output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed column/row header import bug
Fixed figures not refreshing bug
Added color name space option
Added DOIs to refs
Fixed typos