Oliver Schulz

Results 665 comments of Oliver Schulz

There's no need to recompile Geant4 to add materials in general. SolidStateDetectors.jl provides material definitions to Geant4 via GDML. @fhagemann can we extend the SSD config files to allow for...

> name in material_properties for CZT does not match to the condition name in parse method Oops, yes, I think that's a bug. Geant4 support in SolidStateDetectors is still very...

Thanks @Padniuk - would you like to make a pull request with your changes? Or just send the relevant code lines here, so we can add them?

We use weak deps for ChangesOfVariables.jl now, and it works like a charm on Julia v1.9: ``` julia> @time_imports import ChangesOfVariables 0.6 ms ChangesOfVariables julia> @time_imports import ChainRulesCore 0.1 ms...

> Idk, should we do anything else here other than proceeding as usual? If all future changes will be released as v0.7.x, and important stuff is backported to v0.6.x, then...

For example, I'm currently not getting https://github.com/JuliaArrays/StructArrays.jl/pull/311 in several of my packages because it's only part of v0.6.21 (there is no v0.7.1). My packages were already released with v0.7 support...

I'd propose to merge the master branch with v0.7 and continue development on that basis, and create a branch `release/0.6` and backport to it every time a new v0.7.x release...

I can help out, but I currently don't have write permissions on StructArrays.

I'd be happy with v0.7.x-only as well.

I don't know if we constantly want to swap the package version on the master branch ;-)