Releases: JuliaPhysics/SolidStateDetectors.jl
Releases · JuliaPhysics/SolidStateDetectors.jl
v0.10.27
SolidStateDetectors v0.10.27
Merged pull requests:
- Switch
SplineBouleImpurityDensitytoFritschCarlsonMonotonicInterpolation(#547) (@hervasa2) - Make
correctionsof impurity densities optional (#548) (@fhagemann)
v0.10.26
SolidStateDetectors v0.10.26
Merged pull requests:
- Fix
offsetfor linear and cylindrical impurity densities (#544) (@fhagemann) - Add
SplineBouleImpurityDensity(#545) (@hervasa2)
Other merged pull requests that will be released in 0.11:
- Change AbstractCoordinatePoint to not be a FieldVector (#489) (@oschulz)
- Add support for simulation for dead layer (#540) (@fhagemann)
- Fix PtypePNJunction Impurity Density to read bulk_impurity_density from yaml (#546) (@claudiaalvgar)
v0.10.25
SolidStateDetectors v0.10.25
Merged pull requests:
- Add
geometry_checkto LegendHDF5IO method ofsimulate_waveforms(#541) (@fhagemann)
v0.10.24
SolidStateDetectors v0.10.24
Merged pull requests:
v0.10.23
SolidStateDetectors v0.10.23
Merged pull requests:
- Add support for simulation for dead layer - Step9: Identification of the inactive layer contact and allow for depletion voltage calculation with inactive layer (#535) (@claudiaalvgar)
- CompatHelper: bump compat for JSON to 1, (keep existing compat) (#538) (@github-actions[bot])
- Fix weighting potential calculation using floating passives on Cartesian grids (#539) (@fhagemann)
v0.10.22
SolidStateDetectors v0.10.22
Merged pull requests:
- Add support for simulation for dead layer - Step8: Refactor combining charge trapping models for bulk and inactive layer (#532) (@claudiaalvgar)
- Include
Geant4tests onpre(#533) (@fhagemann) - Fix condition to break loop based on max iterations (#536) (@hervasa2)
v0.10.21
SolidStateDetectors v0.10.21
Merged pull requests:
- Add support for simulation for dead layer - Step6: Support using point types to define the inactive layer (#512) (@claudiaalvgar)
- Bump julia-actions/julia-downgrade-compat from 1 to 2 (#519) (@dependabot[bot])
- Exclude plot recipes from codecov (#520) (@fhagemann)
- CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#521) (@github-actions[bot])
- Bump actions/checkout from 4 to 5 (#524) (@dependabot[bot])
- Add support for simulation for dead layer - Step7: Support plotting full range of point types (#525) (@fhagemann)
- Fix bug in source emission in
Geant4extension (#526) (@fhagemann) - Correct default value in
calculate_potential!docstrings (#531) (@fhagemann)
Closed issues:
v0.10.20
SolidStateDetectors v0.10.20
Merged pull requests:
- Improve IO by using
_parse_valuemore consistently (#515) (@fhagemann) - Remove explicit definition of axis units in plot recipes (#516) (@fhagemann)
- Exclude
Geant4tests onpre(#517) (@fhagemann)
Closed issues:
- How to compute a capacitance-voltage curve (#514)
v0.10.19
SolidStateDetectors v0.10.19
Merged pull requests:
- Add multithreading support in the electric field calculation (#509) (@fhagemann)
- Explicitly add
Base.to method forNamedTupleandSymbol(#510) (@fhagemann) - Add
ADL2016ChargeDriftModelwith updated values and electron-drift model (#511) (@fhagemann)
Closed issues:
- Geant4 isotope source energy being single value of 1GeV (#507)
v0.10.18
SolidStateDetectors v0.10.18
Merged pull requests:
- Add development environments (#501) (@oschulz)
- Add support for simulation for dead layer: optimization, more geometry support, tutorials, etc (#502) (@zpdg)
- Raise the threshold of decay time from 1 yr to 1e+60 year (#506) (@Yuan-Ru-Lin)
- Use
G4SingleParticleSourceinstead ofG4ParticleGunfor isotope source generation. (#508) (@Yuan-Ru-Lin)