Recent Releases of Snek5000
Snek5000 - v0.9.2
What's Changed
- JOSS paper
- Create FUNDING.yml by @ashwinvis in https://github.com/snek5000/snek5000/pull/300
New Contributors
- Thanks to @philipcardiff, @joneuhauser and @maxhutch for their feedback
Full Changelog: https://github.com/snek5000/snek5000/compare/0.9.1...0.9.2
Scientific Software - Peer-reviewed
- Python
Published by ashwinvis over 2 years ago
Snek5000 - v0.9.1
Added
Documentation
- Adding adaptivetimestep.md file by @akhoubani in https://github.com/snek5000/snek5000/pull/278
- How to configure C and Fortran compilers by @ashwinvis in https://github.com/snek5000/snek5000/pull/282
- Doc/copier template by @ashwinvis in https://github.com/snek5000/snek5000/pull/283
- joss-paper by @akhoubani in https://github.com/snek5000/snek5000/pull/280
- Joss paper proofread by @ashwinvis in https://github.com/snek5000/snek5000/pull/288
Changed
- remainingclocktime by default by @paugier in https://github.com/snek5000/snek5000/pull/269
- Replace isort and flake8 with ruff, upgrade hooks by @ashwinvis in https://github.com/snek5000/snek5000/pull/272
Full Changelog: https://github.com/snek5000/snek5000/compare/0.9.0...0.9.1
Scientific Software - Peer-reviewed
- Python
Published by ashwinvis almost 3 years ago
Snek5000 - v0.9.0
A release after some useful additions for some solvers and breaking changes.
If you are familiar with Nek5000, please use it and let us know your feedback. This would help shape the next version.
Added
snek5000.output.remaining_clock_time- snek5000.output.base.Output.postinitcreateadditionalsource_files() and snek5000.resources.getbasetemplates().
- {class}
snek5000.output.spatial_means.SpatialMeans. - New block
user_sizeinSIZE.j2template (see {mod}snek5000.resources).
Removed
- Functions deprecated in 0.8.0 (
source_root,get_asset,get_root,get_configfile,_complete_params_from_par_file). - Subpackage
snek5000.assets.
Full Changelog: - https://snek5000.readthedocs.io/en/latest/CHANGELOG.html - https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0
Scientific Software - Peer-reviewed
- Python
Published by paugier about 3 years ago
Snek5000 - v0.9.0rc3
A small release after some useful additions for some solvers and breaking changes:
Added
snek5000.output.remaining_clock_time- snek5000.output.base.Output.postinitcreateadditionalsource_files() and snek5000.resources.getbasetemplates().
- {class}
snek5000.output.spatial_means.SpatialMeans. - New block
user_sizeinSIZE.j2template (see {mod}snek5000.resources).
Removed
- Functions deprecated in 0.8.0 (
source_root,get_asset,get_root,get_configfile,_complete_params_from_par_file). - Subpackage
snek5000.assets.
Full Changelog: - https://snek5000.readthedocs.io/en/latest/CHANGELOG.html - https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0rc3
Scientific Software - Peer-reviewed
- Python
Published by paugier over 3 years ago
Snek5000 - 0.9.0rc2
A small release after some useful additions for some solvers and breaking changes:
Added
- snek5000.output.base.Output.postinitcreateadditionalsource_files() and snek5000.resources.getbasetemplates().
- {class}
snek5000.output.spatial_means.SpatialMeans. - New block
user_sizeinSIZE.j2template (see {mod}snek5000.resources).
Removed
- Functions deprecated in 0.8.0 (
source_root,get_asset,get_root,get_configfile,_complete_params_from_par_file). - Subpackage
snek5000.assets.
Full Changelog: - https://snek5000.readthedocs.io/en/latest/CHANGELOG.html - https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0rc2
Scientific Software - Peer-reviewed
- Python
Published by paugier over 3 years ago
Snek5000 - 0.9.0rc1
A small release after some useful additions for some solvers and breaking changes:
Added
- snek5000.output.base.Output.postinitcreateadditionalsource_files() and snek5000.resources.getbasetemplates().
- {class}
snek5000.output.spatial_means.SpatialMeans. - New block
user_sizeinSIZE.j2template (see {mod}snek5000.resources).
Removed
- Functions deprecated in 0.8.0 (
source_root,get_asset,get_root,get_configfile,_complete_params_from_par_file). - Subpackage
snek5000.assets.
Full Changelog: - https://snek5000.readthedocs.io/en/latest/CHANGELOG.html - https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0rc1
Scientific Software - Peer-reviewed
- Python
Published by paugier over 3 years ago
Snek5000 - 0.9.0rc0
A small release after some useful additions for some solvers and breaking changes:
Added
- {class}
snek5000.output.spatial_means.SpatialMeans. - New block
user_sizeinSIZE.j2template (see {mod}snek5000.resources).
Removed
- Functions deprecated in 0.8.0 (
source_root,get_asset,get_root,get_configfile,_complete_params_from_par_file). - Subpackage
snek5000.assets.
Full Changelog: - https://snek5000.readthedocs.io/en/latest/CHANGELOG.html - https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0rc0
Scientific Software - Peer-reviewed
- Python
Published by paugier over 3 years ago
Snek5000 - 0.8.0
Snek5000 - Python framework for Nek5000
Finally, a stable release!
This is the result of a huge work (more than 550 commits and 60 closed issues). To summarize, we (@ashwinvis, @paugier and @akhoubani) worked a lot on stability, on improving the API, the logging and the user experience, and on improving our documentation and tutorials.
Snek5000 is now archived in Zenodo and is citeable!
If you are familiar with Nek5000, please use it and let us know your feedback. This would help shape the upcoming version 0.9.0.
New Contributors
- @akhoubani made their first contribution in https://github.com/snek5000/snek5000/pull/58
Full Changelog: - https://snek5000.readthedocs.io/en/latest/CHANGELOG.html - https://github.com/snek5000/snek5000/compare/0.7.0b0...0.8.0
Scientific Software - Peer-reviewed
- Python
Published by ashwinvis over 3 years ago
Snek5000 - v0.8.0rc1
This is the first stable version and is the result of a huge work (more than 550 commits and 60 closed issues). To summarize, we work a lot on stability, on improving the API, the logging and the user experience, and on improving our documentation and tutorials.
Scientific Software - Peer-reviewed
- Python
Published by paugier over 3 years ago