v0.3.0
What's Changed
New Features
- Add
cell_sizeproperty toDelaunay3Dclass by @tkoyama010 in #378 - Add option constrain_edge_size for Delaunay2D by @keurfonluu in #452
Bug fixes or behavior changes
- Fix timing of
remove_all_duplicatesinDelaunay3Dclass by @tkoyama010 in #387
Documentation
- Fix to push only tags created in the minor release step by @tkoyama010 in #362
- Dropping Preview the Documentation section in CONTRIBUTING by @tkoyama010 in #329
- Update the link of main objectives by @tkoyama010 in #356
- Add status alpha badge in README to show status by @tkoyama010 in #359
- docs: add bjlittle as a contributor for ideas by @allcontributors in #367
- Add section "Other Resources" in README.md by @tkoyama010 in #370
- Fix variable name of 3D mesh example by @tkoyama010 in #369
- Drop contributing section to only show concept by @tkoyama010 in #373
- Sort myst_enable_extensions list in docs/conf.py by @tkoyama010 in #375
- Add sphinx-gallery to builds an HTML gallery of examples by @tkoyama010 in #374
- Add contributions section to explain how to cotribute by @tkoyama010 in #377
- Add change the cell size of the mesh in the examples by @tkoyama010 in #376
- Update usage to a link of sphinx-gallery by @tkoyama010 in #371
- Change the color and line width of the mesh by @tkoyama010 in #380
- Change the mesh size for cylindrical geometry by @tkoyama010 in #381
- Add a link of PyPI package of Gmsh in README.md by @tkoyama010 in #382
- Fix code error of Minor Release Steps in CONTRIBUTING by @tkoyama010 in #388
- Fix syntax of include directive in index.md by @tkoyama010 in #331
- docs: add tkoyama010 as a contributor for question by @allcontributors in #386
- Output the information of the unstractured mesh by @tkoyama010 in #379
- Add objectgmsh as other resources of open source mesher by @tkoyama010 in #397
- Add meshwell as other resources of open source mesher by @tkoyama010 in #396
- Add Icosahedron as an example of a mesh by @tkoyama010 in #314
- Add sphinx gallery icosahedron thumbnail to README.md by @tkoyama010 in #398
- Add capsule as an example of a simple geometry by @tkoyama010 in #313
- Add Quad geometry example to add customize Delaunay2D class by @tkoyama010 in #409
- Bump Contributor Covenant Code of Conduct from 2.0 to version 2.1 by @tkoyama010 in #430
- Add Contributor Covenant Code of Conduct badge by @tkoyama010 in #433
- Add Quad Example to README Gallery by @tkoyama010 in #439
- Add Delaunay2 class to skgmsh to replace Delaunay by @tkoyama010 in #442
- Update CODE_OF_CONDUCT.md to remove unused toc section by @tkoyama010 in #443
- Set logo background color to white by @tkoyama010 in #445
- docs: add keurfonluu as a contributor for code by @allcontributors in #453
- docs: add keurfonluu as a contributor for ideas by @allcontributors in #454
Maintenance
- Add extra check-jsonschema hooks to .pre-commit-config.yaml by @tkoyama010 in #391
- Use
pydocstylerules withruffby @tkoyama010 in #401 - Update config.yml to set blank_issues_enabled False by @tkoyama010 in #402
- Dropping
libgl1-mesa-glxandpython-tkinstall by @tkoyama010 in #415 - Dropping
libgl1-mesa-devfrom packages.txt by @tkoyama010 in #418 - Add
taplopre-commit hook to format and sorttomlfiles by @tkoyama010 in #425 - Remove unused comments from
pyproject.tomlfile by @tkoyama010 in #426 - Sort keys in
tomlfiles by @tkoyama010 in #427 - Add zizmor security linter to pre-commit by @tkoyama010 in #436
- Fix toggle primary side bar by @tkoyama010 in #446
- Generate a PyVista grid directly without meshio as intermediate step by @keurfonluu in #451
New Contributors
- @keurfonluu made their first contribution in #451
Full Changelog: v0.2.0...v0.3.0