版本发布 8
## StartUpDG v1.3.3 [Diff since v1.3.2](https://github.com/jlchan/StartUpDG.jl/compare/v1.3.2...v1.3.3) **Merged pull requests:** - Use `get_shifting_and_scaling_maxfill` by default (#206) (@jlchan)
## StartUpDG v1.3.2 [Diff since v1.3.1](https://github.com/jlchan/StartUpDG.jl/compare/v1.3.1...v1.3.2) **Merged pull requests:** - Fix `equi_nodes` for cut cells (#204) (@jlchan) - add L2 projections to precomputed cut-cell operators (#205) (@jlchan)
## StartUpDG v1.3.1 [Diff since v1.3.0](https://github.com/jlchan/StartUpDG.jl/compare/v1.3.0...v1.3.1) **Merged pull requests:** - Bump compat for Triangulate to 3, bump minimum Julia version to v1.10, use @v2 Downgrade.yml (#199) (@github-actions[bot]) - Remove local implementation of NamedArrayPartition (#201) (@jlchan) - Cut Meshes: Bug fix for scaling and sampling (#202) (@cgt3) - Fix saving to VTK for Wedges (#203) (@PhilBaa) **Closed issues:** - Enable CompatHelper again (#198)
## StartUpDG v1.3.0 [Diff since v1.2.0](https://github.com/jlchan/StartUpDG.jl/compare/v1.2.0...v1.3.0) **Merged pull requests:** - Add VTK support for cases where `rd.N` is a tuple with all equal values (#197) (@tristanmontoya)
## StartUpDG v1.2.0 [Diff since v1.1.6](https://github.com/jlchan/StartUpDG.jl/compare/v1.1.6...v1.2.0) **Merged pull requests:** - switch to using CaratheodoryPruning.jl (#192) (@jlchan)
## StartUpDG v1.1.5 [Diff since v1.1.4](https://github.com/jlchan/StartUpDG.jl/compare/v1.1.4...v1.1.5)
## StartUpDG v1.1.4 [Diff since v1.1.3](https://github.com/jlchan/StartUpDG.jl/compare/v1.1.3...v1.1.4) **Merged pull requests:** - Fix `Fmask` calculation for `SBP` approx type on `Hex` elements (#180) (@jlchan)
## StartUpDG v1.1.3 [Diff since v1.1.2](https://github.com/jlchan/StartUpDG.jl/compare/v1.1.2...v1.1.3) **Merged pull requests:** - Fix CI to match default quadrature + relax RecursiveArrayTools compat (#179) (@jlchan)