-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Version 22.12.3 #81
Merged
Conversation
This file contains 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
* add UI for combined slider and numeric time input * remove defaults * add server functionality for slider and numeric time input * fix default time range values * add new time input to KernelTimeR * fix width of numeric time input * update news.md
* extract selectDataUI function, add new tabPanel "Merge Data", new module mergeData * extract function loadDataWrapper, new feature to load only head of data, prepare mergeData module * separate between data loading for preview and data loading for import, update import UI, autoformat * use datatable in preview, hide Merge Data option, remove headData for preview, use dataImport instead, cut too long strings in preview * name change in OperatoR * name changes * description udpate * decimal places feature * prelim deciplaces * prelim dec changes * update decimal places for timeR abd KerneltimeR * decimalpoints udpate * commit version * commit description * conditional panel with decimalpoint * modularize center estimate (#60) this will be the new name for the issue 12 * update module * add specific mapTypes * condition centerEstimateUI on mapType * option to format time course axes * add note * update news file Co-authored-by: Antonia Runge <[email protected]>
* add UI for combined slider and numeric time input * remove defaults * add server functionality for slider and numeric time input * fix default time range values * add new time input to KernelTimeR * fix width of numeric time input * zip series of plots * fix space after button * codition the input for time series on the map type * add import * fix news * remove comments
* fix failing of xlsx loading because of missing sheet * modularize location fields * new button to center map, fix isoData update, rename addData fct., update layer id of points, * fix bug with removeShape if layerId is not existing anymore -> use clearGroup * fix input sheet in test * enable test in import data * update news.md * find default column for Lat and Long * fix update of data for empty lat or long * auto format * fix bracket * update news * condition input for coordFormat on datasource * test for module locationFields * disable condition on datasource in locationFields module * suppress some na warnings * update news.md
* prepare map section module * add functionality to module mapSection, apply the module * shift time input into module mapSection, react only on button * auto format * rename module * create submodule * apply new module for time and map section in 3DKernel module * fix update of default date after model run * new function to extract zoom from model * fix propagation of zoomFromModel * fix update after using up, left, ... * fix update of zoom from model in 3DKernel * fix missing update of time when plot loads * apply module mapSection in modelResults2D * apply mapSection module in Results2DKernel, add comments * fix button alignment * apply mapSection module in SpreadR * auto format * apply mapSection module in mapDiff * apply mapSection module in mapSim * catch if is.na(numIn) * update news.md
* modularize z scale settings, apply module in modelResults2D * prepare refactoring, fix typo * shift choices of estimation types to module call * apply z scale module in 2DKernel * remove comments, browser, autoformat, refactor, fix getDefaultZError * optimize reactivity: estType inside(!) module * fix fun call * fix duplicated rendering when changing estType * fix typo * apply zScale module in modelResults3D * estType choices dependent on map type * apply zScale module in 3DKernel, reorder parameter * fix reactive behaviour, update only if different values * scale title depends on mapType, refactor zValues format, debounce range input, apply zScale module in spreadR * apply module zScale in MapDiff, add getZValuesMapDiff * apply zScale module in mapSim * update news.md * version up
Merge branch 'main' into beta # Conflicts: # DESCRIPTION # NEWS.md
Merge branch 'main' into beta # Conflicts: # DESCRIPTION
* rename param * no time series if plot type not map * fix checks for is.null * fix naming conflicts * hide option for time series in UI * update description and news.md
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.
#80