Scikit-gmsh

Latest version: v0.3.3

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.3

<!-- Release notes generated using configuration in .github/release.yml at v0.3.3 -->



**Full Changelog**: https://github.com/pyvista/scikit-gmsh/compare/v0.3.2...v0.3.3

0.3.2

<!-- Release notes generated using configuration in .github/release.yml at v0.3.2 -->



**Full Changelog**: https://github.com/pyvista/scikit-gmsh/compare/v0.3.1...v0.3.2

0.3.1

<!-- Release notes generated using configuration in .github/release.yml at v0.3.1 -->



**Full Changelog**: https://github.com/pyvista/scikit-gmsh/compare/v0.3.0...v0.3.1

0.3.0

<!-- Release notes generated using configuration in .github/release.yml at v0.3.0 -->

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

New Contributors
* keurfonluu made their first contribution in https://github.com/pyvista/scikit-gmsh/pull/451

**Full Changelog**: https://github.com/pyvista/scikit-gmsh/compare/v0.2.0...v0.3.0

0.2.1

<!-- Release notes generated using configuration in .github/release.yml at v0.2.1 -->



**Full Changelog**: https://github.com/pyvista/scikit-gmsh/compare/v0.2.0...v0.2.1

0.2.0

<!-- Release notes generated using configuration in .github/release.yml at v0.2.0 -->

What's Changed
Breaking Changes
* Move `frontal_delaunay_2d` function to method by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/199
* Add recombine option to generate quadrilateral meshes by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/290
New Features
* Add cylinder as an example of a simple geometry by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/301
* Add support of `shapely.geometry.Polygon` in `Delaunay2D` class by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/336
Bug fixes or behavior changes
* Set algorithm initial mesh only if `target_sizes=None` by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/284
* Fix bug in embedded mesh generation by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/287
Documentation
* Update SECURITY.md to support all released version by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/237
* Update README to add pip installation using PyPI by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/238
* Bump sphinx from 7.2.6 to 7.3.7 by dependabot in https://github.com/pyvista/scikit-gmsh/pull/241
* Bump myst-parser from 2.0.0 to 3.0.1 by dependabot in https://github.com/pyvista/scikit-gmsh/pull/242
* Move `delaunay_3d` function to method of `Cube` by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/243
* Update the logo color to SciPy's blue color by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/244
* Move the logo character position to the center by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/245
* Add the PyPI badge to the install section by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/246
* Add Overview section to explain the library by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/248
* Dropping developers installation from README by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/254
* Removed unnecessary installation instructions by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/256
* Fix typo of 3D mesh Python code in README by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/263
* Update badge style to flat-square by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/268
* docs: add tkoyama010 as a contributor for infra, test, and code by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/267
* docs: add tkoyama010 as a contributor for ideas by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/270
* add star-history to README by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/274
* Fix api to convert surface to mesh by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/273
* docs: add all-contributors as a contributor for doc by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/278
* docs: add pre-commit-ci as a contributor for maintenance by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/279
* Writing and formatting alert on GitHub by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/280
* Use scikit-rf color to emphasize lines in logo by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/281
* docs: add tkoyama010 as a contributor for maintenance by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/288
* docs: add tkoyama010 as a contributor for bug by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/289
* Drop badge style flat-square by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/305
* Dropping isort and move to lint.isort rule in ruff by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/306
* Delete AUTHORS.md by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/309
* Moving the All Contributors table into a different file by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/312
* docs: add dependabot as a contributor for maintenance by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/311
* Update api which is used in README.md by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/318
* Revert "Add doctoc to the pre-commit hooks" by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/324
* Update logo to simple design by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/326
* Remove Table of Contents section from README by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/328
* Add a path to alias in usage by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/327
* Include README in Sphinx using the include directive by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/316
* Include CONTRIBUTING in Sphinx using the include directive by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/317
* Fix alias from pv to sg in CONTRIBUTING.md by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/333
* Update logo.svg to the default SciPy color by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/337
* Add GPL v3 LICENSE badge to README.md by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/339
* docs: add tkoyama010 as a contributor for example by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/338
* Align centering logo in README by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/342
* Add main objectives of `scikit-gmsh` in README by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/344
* docs: add adtzlr as a contributor for example by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/341
* Update width of image from 512 to 400 in README by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/346
* Revert "Add support of `shapely.geometry.Polygon` in `Delaunay2D` class" by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/350
* Revert "Revert "Add support of `shapely.geometry.Polygon` in `Delaunay2D` class"" by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/351
* Add `shell` and `hole` args to define geometry to `Delaunay2D` class by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/352
* Update Python code in README.md by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/355
* docs: add tkoyama010 as a contributor for security by allcontributors in https://github.com/pyvista/scikit-gmsh/pull/347
* Fix typo from `sikit-gmsh` to `scikit-gmsh` by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/358
Maintenance
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/pyvista/scikit-gmsh/pull/233
* Create discussion forms for new discussions by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/234
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/pyvista/scikit-gmsh/pull/236
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/pyvista/scikit-gmsh/pull/239
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/pyvista/scikit-gmsh/pull/240
* Dropping support of Makefile and use nox by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/247
* Add pip group update settings to dependabot by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/250
* Add update-pr-branch action to update PR branch by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/249
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/pyvista/scikit-gmsh/pull/251
* Ignore dependabot and pre-commit-ci PR for release by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/253
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/pyvista/scikit-gmsh/pull/252
* Set labeling trigger types to opened and reopened by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/257
* Adopt welcome bot by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/269
* Move the project name from `pvgmsh` to `scikit-gmsh` by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/285
* Forces all from imports to appear on their own line by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/294
* Update open-pull-requests-limit in dependabot.yml to 100 by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/298
* Set Bot configuration `contributorsSortAlphabetically` True by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/299
* Add `Delaunay2D` class to `skgmsh` module by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/303
* Dropping black and use ruff-format by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/304
* Dropping pyupgrade and move to pyupgrade-up rule in ruff by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/308
* Use `nox.Session.install` instead of using `nox.Session.run` by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/310
* Update name of issue templates from PyVista to skgmsh by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/323
* Set recombination algorithm to simple by tkoyama010 in https://github.com/pyvista/scikit-gmsh/pull/332

New Contributors
* allcontributors made their first contribution in https://github.com/pyvista/scikit-gmsh/pull/267

**Full Changelog**: https://github.com/pyvista/scikit-gmsh/compare/v0.1...v0.2.0

Page 1 of 2

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.