Recent Releases of aurora.jl
aurora.jl - v0.5.0
See CHANGELOG.md for a description of the changes.
What's Changed
- Optimize secondary electrons calculations by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/44
- Better citation by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/46
- Rewrite analysis functions in Julia by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/42
- Fix problem with web documentation build failing by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/48
- remove matlab dependencies by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/49
- Add animation in Julia by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/50
- Precompile cross sections by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/51
- Precompile the scattering functions by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/52
- Save results anywhere by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/57
- Clean dependencies + use extension for Makie by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/56
- Add possibility to choose the bottom altitude of the simulations by @ostald in https://github.com/egavazzi/AURORA.jl/pull/58
- Clean stuff by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/59
- Fix altitude lims by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/61
- Faster phase functions calculations by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/62
- Prepare v0.5.0 by @egavazzi in https://github.com/egavazzi/AURORA.jl/pull/63
New Contributors
- @ostald made their first contribution in https://github.com/egavazzi/AURORA.jl/pull/58
Full Changelog: https://github.com/egavazzi/AURORA.jl/compare/v0.4.3...v0.5.0
- Julia
Published by egavazzi 10 months ago
aurora.jl - v0.4.0
What's Changed
- register the repository on zenodo.org
- add a .JuliaFormatter.toml file for the inbuilt vscode Julia extension
- rewrite of the cross-section functions in Julia, which means the whole setup is now in Julia #34
- add info to help debug segfault when calling Matlab #33
- use 'pymsis' and 'iri2016' python packages to get msis and iri data #30
- use half steps in height for A and B matrices in the CN #28
- make saving simulation data safer #27
- add scripts to plot I and Q in Julia #26
- use a finer grid in altitude #25
- add a steady state version of the transport code #24
Full Changelog: https://github.com/egavazzi/AURORA.jl/compare/v0.3.1...v0.4.0
- Julia
Published by egavazzi almost 2 years ago
aurora.jl - v0.3.1
What's Changed
- better calculations of dt and of the CFL factor, which yields performance improvements (see the commit)
- fix bug https://github.com/egavazzi/AURORA.jl/issues/22
Full Changelog: https://github.com/egavazzi/AURORA.jl/compare/v0.3.0...v0.3.1
- Julia
Published by egavazzi about 2 years ago
aurora.jl - v0.3.1
What's Changed
- better calculations of dt and of the CFL factor, which yields performance improvements (see the commit)
- fix bug https://github.com/egavazzi/AURORA.jl/issues/22
Full Changelog: https://github.com/egavazzi/AURORA.jl/compare/v0.3.0...v0.3.1
- Julia
Published by egavazzi about 2 years ago
aurora.jl - v0.3.0
What's Changed
- big performance improvements, on the order of 5x faster https://github.com/egavazzi/AURORA.jl/pull/21
- iri data are automatically downloaded/loaded https://github.com/egavazzi/AURORA.jl/pull/20
- nrlmsis data are automatically downloaded/loaded https://github.com/egavazzi/AURORA.jl/pull/17
- electron densities can be calculated from Ie and can be plotted. Ionization rates can be plotted too https://github.com/egavazzi/AURORA.jl/pull/15
- electron flux results from simulation can be downsampled in time https://github.com/egavazzi/AURORA.jl/pull/16
- update docs about how to get started with simulations
Full Changelog: https://github.com/egavazzi/AURORA.jl/compare/v0.2.0...v0.3.0
- Julia
Published by egavazzi about 2 years ago
aurora.jl - v0.2.0
What's Changed
- the input from file function now handles non-matching time arrays #6
- performance improvements of the energy degradation part #12
- partial rewrite of the setup in Julia #8
- the MATLAB scripts that AURORA.jl still depends on are now directly packaged with AURORA.jl #10
- a bug with the calculations of beam weights and Pmu2mup matrices is fixed #7
- add a proper citation file
- code is renamed to AURORA.jl
Full Changelog: https://github.com/egavazzi/AURORA.jl/compare/v0.1.0...v0.2.0
- Julia
Published by egavazzi over 2 years ago