Releases: JuliaTopOpt/TopOpt.jl
Releases · JuliaTopOpt/TopOpt.jl
v0.9.2
TopOpt v0.9.2
Merged pull requests:
- Fix stress_tensor formulation (#175) (@jbecktt)
- Speeding up the stress tensor jacobian using ForwardDiff per element (#180) (@mohamed82008)
v0.9.1
v0.9.0
TopOpt v0.9.0
Merged pull requests:
- reuse_chol -> reuse_fact and avoid try catch in direct solver (#171) (@mohamed82008)
v0.8.3
TopOpt v0.8.3
Merged pull requests:
- Fix INP parser and CG solvers (#170) (@mohamed82008)
Closed issues:
- Correct format of .inp file (#169)
v0.8.2
TopOpt v0.8.2
Merged pull requests:
- Deps upgrade (#161) (@github-actions[bot])
- Fix performance problems in filter (#168) (@LucasMSpereira)
v0.8.1
v0.8.0
TopOpt v0.8.0
Merged pull requests:
- CompatHelper: add new compat entry for ColorSchemes at version 3, (keep existing compat) (#141) (@github-actions[bot])
- CompatHelper: bump compat for ForwardDiff to 0.10, (keep existing compat) (#150) (@github-actions[bot])
- CompatHelper: bump compat for AbstractDifferentiation to 0.5, (keep existing compat) (#151) (@github-actions[bot])
- CompatHelper: bump compat for Preconditioners to 0.6, (keep existing compat) (#154) (@github-actions[bot])
- improve projection of PseudoDensities (#159) (@mohamed82008)
Closed issues:
- Setting up a TopOpt problem from scratch with a given Ferrite mesh and boundary conditions (#158)
v0.7.3
TopOpt v0.7.3
Closed issues:
- [doc] explain truss input file format in documentation (#138)
- Visualize compression and tension members through colors (red and blue) in Julia (#143)
- StressTruss missing "getdim" (#146)
Merged pull requests:
- ForwardDiff upper bound (#149) (@mohamed82008)
- Debug truss_stress.jl coupled variable R (#152) (@pitipatw)