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

Version 24.04.0: Fix error with mask #208

Merged
merged 9 commits into from
Apr 30, 2024
Merged

Version 24.04.0: Fix error with mask #208

merged 9 commits into from
Apr 30, 2024

Conversation

arunge
Copy link
Contributor

@arunge arunge commented Apr 29, 2024

MpiIsoApp 24.04.0

New Features

  • preview of input data in modeling tabs

Bug Fixes

@arunge arunge self-assigned this Apr 29, 2024
@arunge arunge marked this pull request as draft April 29, 2024 07:08
@arunge arunge changed the title add new tests Fix error with mask Apr 29, 2024
@arunge arunge marked this pull request as ready for review April 29, 2024 13:17
@arunge arunge merged commit 43b0789 into beta Apr 30, 2024
1 check passed
@arunge arunge deleted the bug/207_errorWithMask branch April 30, 2024 06:53
@arunge arunge changed the title Fix error with mask MpiIsoApp 24.04.0: Fix error with mask Apr 30, 2024
@arunge arunge changed the title MpiIsoApp 24.04.0: Fix error with mask Version 24.04.0: Fix error with mask Apr 30, 2024
arunge added a commit that referenced this pull request Apr 30, 2024
* altitude operations (#191)

* altitude operations

* Fix

* set default differently

* make data points selectable in locateR

* update news

* Fix for older version

* fixes

* fix progress message

* remove comments

---------

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

* Fix error with mask (#208)

* add new tests

* extract function centerPlotData

* add tryCatch to plotting of map, add data preview, add logDebugs

* remove deprecated parameter 'mainfolder', add data preview

* update news.md

* catch failing of maskDraw if no data

* update news.md

* fix issue when drawing only centroids, add test

* add tryCatch to left plotting functions

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>
arunge added a commit that referenced this pull request Jul 1, 2024
* altitude operations (#191)

* altitude operations

* Fix

* set default differently

* make data points selectable in locateR

* update news

* Fix for older version

* fixes

* fix progress message

* remove comments

---------

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

* Fix error with mask (#208)

* add new tests

* extract function centerPlotData

* add tryCatch to plotting of map, add data preview, add logDebugs

* remove deprecated parameter 'mainfolder', add data preview

* update news.md

* catch failing of maskDraw if no data

* update news.md

* fix issue when drawing only centroids, add test

* add tryCatch to left plotting functions

* Version 24.05.0: Feat/202 contour maps (#210)

* option to use simple contour map, some formatting

* update news.md

* Feat/169 centering of coordinates (#215)

* new functions and ui input

* align values

* center predictions

* UI to center data coordinates before modelling

* add logic to center data before modelling to different modelling tabs

* add logic

* remove comments

* update news.md

* update news.md

* rename input to prevent confusion with parameter from batch mode

* extract processing of coordinate data

* extract and apply data augmentation

* fix issue with wrong default zoom when switching the map center

* add more docu

* more docu

* update test because of new logic

* add a vignette to the package about the processing of coordinate data

* update news.md

* fix for data augmentation

* Version 24.05.2: option to select a specific color for "fixed" point colour (#216)

* option to select a specific color for "fixed" point colour

* new button to apply point settings and the logic

* update news.md

* update tests after adding new input

* fix news.md

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* remove warning

* replace deprecated package name

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>
arunge added a commit that referenced this pull request Aug 16, 2024
* altitude operations (#191)

* altitude operations

* Fix

* set default differently

* make data points selectable in locateR

* update news

* Fix for older version

* fixes

* fix progress message

* remove comments

---------

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

* Fix error with mask (#208)

* add new tests

* extract function centerPlotData

* add tryCatch to plotting of map, add data preview, add logDebugs

* remove deprecated parameter 'mainfolder', add data preview

* update news.md

* catch failing of maskDraw if no data

* update news.md

* fix issue when drawing only centroids, add test

* add tryCatch to left plotting functions

* Version 24.05.0: Feat/202 contour maps (#210)

* option to use simple contour map, some formatting

* update news.md

* Feat/169 centering of coordinates (#215)

* new functions and ui input

* align values

* center predictions

* UI to center data coordinates before modelling

* add logic to center data before modelling to different modelling tabs

* add logic

* remove comments

* update news.md

* update news.md

* rename input to prevent confusion with parameter from batch mode

* extract processing of coordinate data

* extract and apply data augmentation

* fix issue with wrong default zoom when switching the map center

* add more docu

* more docu

* update test because of new logic

* add a vignette to the package about the processing of coordinate data

* update news.md

* fix for data augmentation

* Version 24.05.2: option to select a specific color for "fixed" point colour (#216)

* option to select a specific color for "fixed" point colour

* new button to apply point settings and the logic

* update news.md

* update tests after adding new input

* fix news.md

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* remove warning

* replace deprecated package name

* Feature/203 json for mapr (#234)

* zipm export option

* namespace

* Feature/203 json for mapr review (#235)

* inline function for file extension

* fix typo

* add comment

* fix logic, remove package magrittr

* add helpttext ignoring Filetype input

---------

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

* fix cluster ids (#239)

* fix cluster ids

* extract logic into function

* fix name of df

---------

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

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>
Co-authored-by: Lukas Fuchs <86153843+f-lukas@users.noreply.github.com>
arunge added a commit that referenced this pull request Aug 16, 2024
* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* doc rcmd and rm rgpt3 and rename r pkg (#227)

* add inwtlab repo to .Rprofile file

* add pkgdown doc

* add pandora base image to pkg down workflow

* remove rgpt3 dependency

* add r-cmd check via actions

* renaming of r-package

* update README

* update NEWS

* MpiIsoApp 24.04.2: replace retired packages (#230)

* add test dataQuery

* replace retired packages

---------

Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>

* add rcmd check badge

---------

Co-authored-by: Jan Abel <jan.abel@office-platform.net>
Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>

* remove warning

* replace deprecated package name

* add deploy job without base-image

* Release versions 24.06.0.2 from beta (#231)

* altitude operations (#191)

* altitude operations

* Fix

* set default differently

* make data points selectable in locateR

* update news

* Fix for older version

* fixes

* fix progress message

* remove comments

---------

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

* Fix error with mask (#208)

* add new tests

* extract function centerPlotData

* add tryCatch to plotting of map, add data preview, add logDebugs

* remove deprecated parameter 'mainfolder', add data preview

* update news.md

* catch failing of maskDraw if no data

* update news.md

* fix issue when drawing only centroids, add test

* add tryCatch to left plotting functions

* Version 24.05.0: Feat/202 contour maps (#210)

* option to use simple contour map, some formatting

* update news.md

* Feat/169 centering of coordinates (#215)

* new functions and ui input

* align values

* center predictions

* UI to center data coordinates before modelling

* add logic to center data before modelling to different modelling tabs

* add logic

* remove comments

* update news.md

* update news.md

* rename input to prevent confusion with parameter from batch mode

* extract processing of coordinate data

* extract and apply data augmentation

* fix issue with wrong default zoom when switching the map center

* add more docu

* more docu

* update test because of new logic

* add a vignette to the package about the processing of coordinate data

* update news.md

* fix for data augmentation

* Version 24.05.2: option to select a specific color for "fixed" point colour (#216)

* option to select a specific color for "fixed" point colour

* new button to apply point settings and the logic

* update news.md

* update tests after adding new input

* fix news.md

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* remove warning

* replace deprecated package name

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>

* merge changes from beta

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>
Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>
Co-authored-by: Jan Abel <jan.abel@office-platform.net>
arunge added a commit that referenced this pull request Aug 16, 2024
* BUG!!

* Bugfix

* initial MR

* implement in UI

* fix issue kernel density

* get updates from beta (#242)

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* doc rcmd and rm rgpt3 and rename r pkg (#227)

* add inwtlab repo to .Rprofile file

* add pkgdown doc

* add pandora base image to pkg down workflow

* remove rgpt3 dependency

* add r-cmd check via actions

* renaming of r-package

* update README

* update NEWS

* MpiIsoApp 24.04.2: replace retired packages (#230)

* add test dataQuery

* replace retired packages

---------

Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>

* add rcmd check badge

---------

Co-authored-by: Jan Abel <jan.abel@office-platform.net>
Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>

* remove warning

* replace deprecated package name

* add deploy job without base-image

* Release versions 24.06.0.2 from beta (#231)

* altitude operations (#191)

* altitude operations

* Fix

* set default differently

* make data points selectable in locateR

* update news

* Fix for older version

* fixes

* fix progress message

* remove comments

---------

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

* Fix error with mask (#208)

* add new tests

* extract function centerPlotData

* add tryCatch to plotting of map, add data preview, add logDebugs

* remove deprecated parameter 'mainfolder', add data preview

* update news.md

* catch failing of maskDraw if no data

* update news.md

* fix issue when drawing only centroids, add test

* add tryCatch to left plotting functions

* Version 24.05.0: Feat/202 contour maps (#210)

* option to use simple contour map, some formatting

* update news.md

* Feat/169 centering of coordinates (#215)

* new functions and ui input

* align values

* center predictions

* UI to center data coordinates before modelling

* add logic to center data before modelling to different modelling tabs

* add logic

* remove comments

* update news.md

* update news.md

* rename input to prevent confusion with parameter from batch mode

* extract processing of coordinate data

* extract and apply data augmentation

* fix issue with wrong default zoom when switching the map center

* add more docu

* more docu

* update test because of new logic

* add a vignette to the package about the processing of coordinate data

* update news.md

* fix for data augmentation

* Version 24.05.2: option to select a specific color for "fixed" point colour (#216)

* option to select a specific color for "fixed" point colour

* new button to apply point settings and the logic

* update news.md

* update tests after adding new input

* fix news.md

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* remove warning

* replace deprecated package name

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>

* merge changes from beta

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>
Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>
Co-authored-by: Jan Abel <jan.abel@office-platform.net>

* use older version of gdistance

---------

Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>
Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>
Co-authored-by: Jan Abel <jan.abel@office-platform.net>
arunge added a commit that referenced this pull request Oct 10, 2024
* altitude operations (#191)

* altitude operations

* Fix

* set default differently

* make data points selectable in locateR

* update news

* Fix for older version

* fixes

* fix progress message

* remove comments

---------

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

* Fix error with mask (#208)

* add new tests

* extract function centerPlotData

* add tryCatch to plotting of map, add data preview, add logDebugs

* remove deprecated parameter 'mainfolder', add data preview

* update news.md

* catch failing of maskDraw if no data

* update news.md

* fix issue when drawing only centroids, add test

* add tryCatch to left plotting functions

* Version 24.05.0: Feat/202 contour maps (#210)

* option to use simple contour map, some formatting

* update news.md

* Feat/169 centering of coordinates (#215)

* new functions and ui input

* align values

* center predictions

* UI to center data coordinates before modelling

* add logic to center data before modelling to different modelling tabs

* add logic

* remove comments

* update news.md

* update news.md

* rename input to prevent confusion with parameter from batch mode

* extract processing of coordinate data

* extract and apply data augmentation

* fix issue with wrong default zoom when switching the map center

* add more docu

* more docu

* update test because of new logic

* add a vignette to the package about the processing of coordinate data

* update news.md

* fix for data augmentation

* Version 24.05.2: option to select a specific color for "fixed" point colour (#216)

* option to select a specific color for "fixed" point colour

* new button to apply point settings and the logic

* update news.md

* update tests after adding new input

* fix news.md

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* remove warning

* replace deprecated package name

* Feature/203 json for mapr (#234)

* zipm export option

* namespace

* Feature/203 json for mapr review (#235)

* inline function for file extension

* fix typo

* add comment

* fix logic, remove package magrittr

* add helpttext ignoring Filetype input

---------

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

* fix cluster ids (#239)

* fix cluster ids

* extract logic into function

* fix name of df

---------

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

* Spread curve (#232)

* BUG!!

* Bugfix

* initial MR

* implement in UI

* fix issue kernel density

* get updates from beta (#242)

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* doc rcmd and rm rgpt3 and rename r pkg (#227)

* add inwtlab repo to .Rprofile file

* add pkgdown doc

* add pandora base image to pkg down workflow

* remove rgpt3 dependency

* add r-cmd check via actions

* renaming of r-package

* update README

* update NEWS

* MpiIsoApp 24.04.2: replace retired packages (#230)

* add test dataQuery

* replace retired packages

---------

Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>

* add rcmd check badge

---------

Co-authored-by: Jan Abel <jan.abel@office-platform.net>
Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>

* remove warning

* replace deprecated package name

* add deploy job without base-image

* Release versions 24.06.0.2 from beta (#231)

* altitude operations (#191)

* altitude operations

* Fix

* set default differently

* make data points selectable in locateR

* update news

* Fix for older version

* fixes

* fix progress message

* remove comments

---------

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

* Fix error with mask (#208)

* add new tests

* extract function centerPlotData

* add tryCatch to plotting of map, add data preview, add logDebugs

* remove deprecated parameter 'mainfolder', add data preview

* update news.md

* catch failing of maskDraw if no data

* update news.md

* fix issue when drawing only centroids, add test

* add tryCatch to left plotting functions

* Version 24.05.0: Feat/202 contour maps (#210)

* option to use simple contour map, some formatting

* update news.md

* Feat/169 centering of coordinates (#215)

* new functions and ui input

* align values

* center predictions

* UI to center data coordinates before modelling

* add logic to center data before modelling to different modelling tabs

* add logic

* remove comments

* update news.md

* update news.md

* rename input to prevent confusion with parameter from batch mode

* extract processing of coordinate data

* extract and apply data augmentation

* fix issue with wrong default zoom when switching the map center

* add more docu

* more docu

* update test because of new logic

* add a vignette to the package about the processing of coordinate data

* update news.md

* fix for data augmentation

* Version 24.05.2: option to select a specific color for "fixed" point colour (#216)

* option to select a specific color for "fixed" point colour

* new button to apply point settings and the logic

* update news.md

* update tests after adding new input

* fix news.md

* MpiIsoApp 24.05.3: Bugfix missing lat/long (#219)

* BUG!!

* Bugfix

* update news.md

---------

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

* MpiIsoApp 24.05.4: fix warning (#217)

* fix warning

* extract updatePenalty function

* update news.md

---------

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

* MpiIsoApp 24.05.5: optionally download savedMaps (#222)

* optionally download savedMaps

* format new UI

* MpiIsoApp 24.05.6: option to export all plots from savedMaps (#223)

* option to export all plots from savedMaps

* remove not required

* picker input to select savedMaps for download

* shift code

* update news.md

* fix issue with missing thumbnail plot

* return empty list if missing

* cleaner return

* remove option to download savedMaps objects

* add docu

* add param to docu

* MpiIsoApp 24.05.7: Feat/224 warning if creating prob map (#225)

* fix issue with missing thumbnails, fix pch value

* update news.md

* set pch to NA

* remove warning

* replace deprecated package name

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>

* merge changes from beta

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>
Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>
Co-authored-by: Jan Abel <jan.abel@office-platform.net>

* use older version of gdistance

---------

Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de>
Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>
Co-authored-by: Jan Abel <jan.abel@office-platform.net>

* DSSM 24.08.1: Feat/236 button info basis functions (#237)

* commit new module for smoothing containing the info button

* shift logic for 3D map into smoothingServer

* update News.md

* rename file

* apply simplified module for model upload

* format new code

* fix missing parameter K

* new feature request (#243)

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

* DSSM 24.08.5: Feature/204 tclust (#244)

* tclust wip

* adjust tclust inputs

* add tclust as clustering method

* fix check

* Feature/204 tclust review (#246)

* refactor duplicated code

* do clustering (on original data and after modelling) exactly as for kernelTimeR

* fix export of data

* remove duplicated code

* update news.md

* update namespace

---------

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

* fix null input (#249)

* New option to adjust smoothness of kernel density estimator in KernelR and KernelTimeR (#245)

* Add smoothness option to kde

* update docu

---------

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

* hide center Radius if no center coordinates are set (#254)

* add input and link to docu (#257)

* add input and link to docu

* upddate docu

* cleaner UI for clustering

---------

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

* use same penalty for sV as for s (#253)

---------

Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de>
Co-authored-by: Lukas Fuchs <86153843+f-lukas@users.noreply.github.com>
Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>
Co-authored-by: Jan Abel <jan.abel@office-platform.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant