Skip to content
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 23.10.0 #181

Merged
merged 52 commits into from
Oct 17, 2023
Merged

Release version 23.10.0 #181

merged 52 commits into from
Oct 17, 2023

Conversation

arunge
Copy link
Contributor

@arunge arunge commented Sep 4, 2023

ATTENTION:


Version 23.10.0

New Features

  • Create new map option moved to OperatoR tab
  • Batch option to provide multiple points to create new map (csv or excel file for upload)
  • Option for specific average radius for each row in batch input for operatoR

Version 23.09.1

New Features

  • Import of models:
    • option to import models from Pandora platform

Version 23.07.1

New Features

  • Missing Values Imputation AssignR: Multiple imputation for AssignR using the "mice" package

Version 23.06.4

New Features

Updates

  • removed recalculation of predictions when changing the latitude or longitude for center estimates

Version 23.06.3

Bug Fixes

  • Export of time series:
    • fixes export of pdf files together with a .gif (Missing gif export #107)
    • now .gif files are always based on jpeg files, for .gif no conversion from pdf is required anymore

Version 23.06.2

New Features

Version 23.06.1

Updates

Version 23.06.0

Bug Fixes

Version 23.05.4

Updates

  • option in KernelTimeR to choose between temporal group or spatial cluster

Version 23.05.3

New Features

Version 23.05.2

New Features

Version 23.05.1

Updates

Version 23.04.3.3

Bug Fixes

Version 23.04.3.2

Bug Fixes

Version 23.04.3

Updates

  • removing the calculation of clusters for unfiltered data
  • renaming columns in the excel export
  • renaming "Number of clusters (optional)" to "Possible range for clusters"
  • increasing the maximum number of clusters from 20 to 50 for mclust
  • add option to show spatial centroids

Version 23.04.2

New Features

Updates

  • optimized behavior of updating data and show/hide legends on the interactive map

arunge and others added 30 commits April 21, 2023 08:50
* add function to draw symbols on leaflet map, add test

* try adding symbols to UI

* named pchChoices

* update test for pointSize

* add logic to create symbols based on a character column, update and add tests

* add symbol width

* apply pchChoices in other tabs

* fix docu, update tests, prepare symbol legend, add symbol width

* add setSymbolLegend and test

* make the symbol legend show an icon

* fix size of symbols in legend, rename some values

* fix test

* fix namespace

* fix tests after renaming

* try standard path in tests in getSymbolLegend

* update UI, shift update of legends

* remove test

* fix tests

* add size legend input, fix if negative minSize

* prepare pointSize legend

* refactor mapping values to sizes in pxl

* fix docu

* fix name

* create legend values for size

* extract helper functions for legend

* optimize update of data on map

* update news.md

* update news.md

* unique icons in size legend
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
* bugfix wrong number of cluster due to wrong df order

* renaming and changing default cluster number

* requested renaming changes

* renaming and adding spatial cluster centers as option

* link to discussion

* clustering description

* description

* Update R/01-estimateMap.R

Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>

* Apply suggestions from code review

Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>

---------

Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
#	NEWS.md
* add "fixed" option

* fix test

* add issue
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
#	NEWS.md
* use maps without borders or names, add new maps

* add issue

* add info icon
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
* prepare gif

* prepare functions for gif loop

* update UI, select ipnut to choose between with/without gif

* add issue

* extract functions exportGraphic

* add options to export gif

* clean up

* update docu and tests

* clean up
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
#	NEWS.md
#	R/00-Namespace.R
#	tests/testthat/test-module-leafletPointSettings.R
* description and namespace

* function documentation

* renaming columns

* input changes and excel column changes

* KernelR renaming

* plot changes
* fix missing package

* description
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
… newer version & enable running workflow manually
… newer version & enable running workflow manually
* new button reload points

* add fixed size option

* remove new button, it did not help

* update news.md

* add issue to news

* use original names from map providers

* most recent dataTools
arunge and others added 18 commits June 6, 2023 10:34
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
Merge branch 'main' into beta
# Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser
# Merge erforderlich ist, insbesondere wenn es einen aktualisierten
# Upstream-Branch mit einem Thema-Branch zusammenführt.
#
# Zeilen, die mit '#' beginnen, werden ignoriert,
# und eine leere Beschreibung bricht den Commit ab.
* optimize app initialisation

* update news.md
* add new input mappingId

* update test

* rename schema labels

* update news.md

* add schema to save/load data selection

* fix text when empty
Merge branch 'main' into beta

# Conflicts:
#	DESCRIPTION
* use always jpeg as base for gif file

* update news.md
* extract functions to calculate center estimates

* apply new functions in plotMap functions

* update parameter of centerEstimateServer

* fix in plotExport

* remove parameters that are not needed anymore

* remove parameters that are not needed anymore

* add grid length to centerEstimate output

* add some comments

* update news.md

* update news

* fix text

* version up

* change news.md
* New feature for AssignR: Imputatiopn of missings

* Missings assign r refactored (#179)

* add missing package to description

* extract functions "addUncertainty", "imputeMissingValues" and "notEmpty"

* format

* fix sprintf

---------

Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>
@arunge arunge added IsoMemo App BETA -> MAIN Deploy all changes from BETA to MAIN labels Sep 4, 2023
@arunge arunge self-assigned this Sep 4, 2023
arunge and others added 4 commits September 27, 2023 13:25
* exchange downUploadButton module with importData and downloadModel modules

* add config yaml

* fix news.md
* add tryCatch to wrappers

* version up

* fix version

* fix alignment
* New feature for AssignR: Imputatiopn of missings

* add missing package to description

* extract functions "addUncertainty", "imputeMissingValues" and "notEmpty"

* format

* fix sprintf

* multi batch user defined maps

* fix

* merge changes from beta (#186)

* new versioning

* add news, fix duplicate uid name

* fix bugs, global vars

---------

Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>
@arunge arunge changed the title Release version 23.07.1 Release version 23.10.0 Oct 17, 2023
@arunge arunge merged commit f9dc441 into main Oct 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BETA -> MAIN Deploy all changes from BETA to MAIN IsoMemo App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants