Releases: uit-cosmo/blobmodel
Releases · uit-cosmo/blobmodel
Version 1.0.0
Model of propagating blobs in 1D and 2D. Originally, the model is developed for studying the scrape-off layer of fusion experiments, but it can be applicable to many 1d or 2d systems. See the blobmodel documentation for further details.
What's Changed
- Docformatter by @Sosnowsky in #34
- Blob labels returned by @gregordecristoforo in #37
- Code updated to follow Google Python Style Guide by @gregordecristoforo in #38
- implement individual labels for individual blobs by @leanderkirkeland in #44
- update label parameter in Readme by @gregordecristoforo in #45
- 1d animation by @gregordecristoforo in #43
- 1d animation included in Readme by @gregordecristoforo in #46
- t_drain can be array of length Nx, Closes #48 by @gregordecristoforo in #50
- Add 1D option to ignore 2D functionality by @Sosnowsky in #51
- 2d shape by @Sosnowsky in #54
- Fix maximum start by @Sosnowsky in #58
- Make repo name consistent with pypi package by @gregordecristoforo in #59
- Apply pulse parameters by @Sosnowsky in #61
- Negative velocities by @Sosnowsky in #64
- Numpy docstrings by @gregordecristoforo in #65
- Better gif by @gregordecristoforo in #66
- Fix typo by @gregordecristoforo in #69
- Simplify show model by @gregordecristoforo in #68
- Docs created by @gregordecristoforo in #70
- Workflows without poetry by @gregordecristoforo in #71
New Contributors
- @leanderkirkeland made their first contribution in #44
Full Changelog: v0.1...v1.0.0
v0.1
- tilted blobs implemented
- type hinting added
- tests for all major components provided