Releases: hydrocode-de/skgstat_uncertainty
Version 1.8
Version 1.7.2
Fixes scipy to version 1.8.0 as version 1.9 lacks a feature needed by gstools.
Version 1.7.1
This version fixes some dependencies for the Docker container, as there seems to be an inconsistency
Version 1.7
Description
Mainly updated data management procedures with more useful data edit options, an improved information flow and updates to the default database itself.
What's Changed
- Default database update by @mmaelicke in #19
- Using edit form on data upload by @mmaelicke in #18
- Download buttons to download Kriging as .DAT in learn application by @mmaelicke in #20
Full Changelog: v1.6.0...v1.7.0
Version 1.6
Version 1.6 includes a number of bugfixes in various components.
There are also some updates to the data Manager. Mainly bugs have been removed and navigation should be simplified now.
Version 1.5.1
This version includes just one tiny bugfix that should avoid NaN values on manual fitting in the learn geostatistics lecture
Version 1.5
Description
Version 1.5 brought many internal changes. The data select page using the dataset cards in the sidebar for previewing dataset before selection is now published as a standalone component. This component is reused in the Learn Geostatistics chapter and the Data Manager, where is was formaly just cross-imported.
Secondly, the Variogram estimation chapter was completely restructured. The monolithic single function handling everything was now broken down into many standalone component functions. The workflow is now controlled by session variables, which makes the usage a bit more smooth.
What's Changed
- Variogram estimation restructured by @mmaelicke in #16
- Data select page component by @mmaelicke in #17
Full Changelog: v1.4.0...v1.5.0
Version 1.4
Description
Version 1.4 brought a number of changes to model parameterization and model compare chapters.
They are both now completely in line with the the new parameter performance metrics. The re-calculation of metrics on model type level are now correctly propagated to model parameterization siblings (affects DIC and SRM).
Additionally, the different performance metrics are now presented in a newly created parallel category plot. The user can now decide, which metrics to include into the selection and visualization process.
What's Changed
- Model fitting chapter restructured by @mmaelicke in #14
- Model compare chapter restructured by @mmaelicke in #15
Full Changelog: v1.3.0...v1.4.0
Version 1.3
Description
The focus of version 1.3 is the data manager, which was completely refactored. The data manager updates were necessary to push a default example database online, which is now part of the repository. This is needed to make the docker containers work.
What's Changed
- Added Edit form to dataset manager by @mmaelicke in #9
- DataUpload can create thumbnail by @mmaelicke in #11
- major rebuilds for data manager by @mmaelicke in #12
- Card Select in Data manager by @mmaelicke in #13
Full Changelog: v1.2.0...v1.3.0
Version 1.2
Description
Version 1.2 is a major update to the way to Version 2. Many streamlit components were changed under the hood. This release does not yet include the latest developments from the publication and story mode is not enabled throughout the app. However, PyPI pushes and docker containerization are drafted and can be used soon.
What's Changed
- Entropy evaluation by @mmaelicke in #3
- Result plots by @mmaelicke in #4
- Processor build by @mmaelicke in #5
- Chapter rebuild by @mmaelicke in #6
- docker and pypi CI by @mmaelicke in #7
- Move lookup dicts into
components.utilby @mmaelicke in #8
New Contributors
- @mmaelicke made their first contribution in #3
Full Changelog: v0.9.0...v1.2.0