Releases: ODINN-SciML/Sleipnir.jl
Releases · ODINN-SciML/Sleipnir.jl
v0.9.0
Sleipnir v0.9.0
Breaking changes
- Data type in Sleipnir is now hard coded to solve type instabilities. By default double precision is used but one can compile Sleipnir in simple precision by setting the environment variable
ODINN_DOUBLE_PREC=0
before compiling Sleipnir.
Merged pull requests:
- Code for preprocessing Rabatel (2023) data (#71) (@facusapienza21)
- Improve visualization tools with a video generation (#79) (@albangossard)
- Retrieve lat and lon from results without using hasproperty (#80) (@albangossard)
- Fix type stability (#84) (@albangossard)
Closed issues:
v0.8.0
Sleipnir v0.8.0
Breaking changes
- Matrix data from gdirs in Glacier are now reverse to have the right order. This has affected some parts down the modelling chain, so updates will be needed at least for Muninn.jl.
Merged pull requests:
- Calculation of Transversal Mercator Projection for glacier coordinates (#68) (@facusapienza21)
- Fix ci (#69) (@albangossard)
- Apply Mercator proj to central coordinates (#70) (@albangossard)
- Updated plotting utils and fixing
Glacier
source data matrix order (#72) (@JordiBolibar) - CompatHelper: add new compat entry for CoordRefSystems at version 0.16, (keep existing compat) (#73) (@github-actions[bot])
- CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#74) (@github-actions[bot])
- CompatHelper: bump compat for Rasters to 0.14, (keep existing compat) (#75) (@github-actions[bot])
- CompatHelper: bump compat for Tar to 1, (keep existing compat) (#76) (@github-actions[bot])
- CompatHelper: bump compat for CairoMakie to 0.13, (keep existing compat) (#77) (@github-actions[bot])
- CompatHelper: add new compat entry for Unitful at version 1, (keep existing compat) (#78) (@github-actions[bot])
Closed issues:
- Create documentation (#10)
v0.7.1
v0.7.0
Sleipnir v0.7.0
Breaking changes
- Dependencies to PyCall have been removed. The OGGM data are now preprocessed with Gungnir. All existing Python objects have been replaced by Julia ones, and the interface hence has changed.
Merged pull requests:
- Make implicit conversion explicit (#55) (@ChrisRackauckas)
- Stable Python configuration with PyCall (#58) (@facusapienza21)
- Transition to PythonCall with SSL credential working in MacOS (#59) (@facusapienza21)
- Migrate to pure julia (#62) (@albangossard)
- Use preprocessed OGGM data and migrate to pure Julia instead of relying on PyCall (#65) (@albangossard)
v0.6.1
v0.6.0
v0.5.0
Sleipnir v0.5.0
Merged pull requests:
- Enhancements and Fixes for Data Visualization and Analysis Tools (#49) (@vivekag7)
- Bump micromamba version and freeze python libraries versions (#50) (@facusapienza21)
v0.4.4
Sleipnir v0.4.4
Merged pull requests:
- No multiprocessing downloading of climate data in test mode (#48) (@JordiBolibar)