Releases: pyvista/scikit-gmsh
Releases · pyvista/scikit-gmsh
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Breaking Changes
- Move
frontal_delaunay_2d
function to method by @tkoyama010 in #199 - Add recombine option to generate quadrilateral meshes by @tkoyama010 in #290
New Features
- Add cylinder as an example of a simple geometry by @tkoyama010 in #301
- Add support of
shapely.geometry.Polygon
inDelaunay2D
class by @tkoyama010 in #336
Bug fixes or behavior changes
- Set algorithm initial mesh only if
target_sizes=None
by @tkoyama010 in #284 - Fix bug in embedded mesh generation by @tkoyama010 in #287
Documentation
- Update SECURITY.md to support all released version by @tkoyama010 in #237
- Update README to add pip installation using PyPI by @tkoyama010 in #238
- Bump sphinx from 7.2.6 to 7.3.7 by @dependabot in #241
- Bump myst-parser from 2.0.0 to 3.0.1 by @dependabot in #242
- Move
delaunay_3d
function to method ofCube
by @tkoyama010 in #243 - Update the logo color to SciPy's blue color by @tkoyama010 in #244
- Move the logo character position to the center by @tkoyama010 in #245
- Add the PyPI badge to the install section by @tkoyama010 in #246
- Add Overview section to explain the library by @tkoyama010 in #248
- Dropping developers installation from README by @tkoyama010 in #254
- Removed unnecessary installation instructions by @tkoyama010 in #256
- Fix typo of 3D mesh Python code in README by @tkoyama010 in #263
- Update badge style to flat-square by @tkoyama010 in #268
- docs: add tkoyama010 as a contributor for infra, test, and code by @allcontributors in #267
- docs: add tkoyama010 as a contributor for ideas by @allcontributors in #270
- add star-history to README by @tkoyama010 in #274
- Fix api to convert surface to mesh by @tkoyama010 in #273
- docs: add all-contributors as a contributor for doc by @allcontributors in #278
- docs: add pre-commit-ci as a contributor for maintenance by @allcontributors in #279
- Writing and formatting alert on GitHub by @tkoyama010 in #280
- Use scikit-rf color to emphasize lines in logo by @tkoyama010 in #281
- docs: add tkoyama010 as a contributor for maintenance by @allcontributors in #288
- docs: add tkoyama010 as a contributor for bug by @allcontributors in #289
- Drop badge style flat-square by @tkoyama010 in #305
- Dropping isort and move to lint.isort rule in ruff by @tkoyama010 in #306
- Delete AUTHORS.md by @tkoyama010 in #309
- Moving the All Contributors table into a different file by @tkoyama010 in #312
- docs: add dependabot as a contributor for maintenance by @allcontributors in #311
- Update api which is used in README.md by @tkoyama010 in #318
- Revert "Add doctoc to the pre-commit hooks" by @tkoyama010 in #324
- Update logo to simple design by @tkoyama010 in #326
- Remove Table of Contents section from README by @tkoyama010 in #328
- Add a path to alias in usage by @tkoyama010 in #327
- Include README in Sphinx using the include directive by @tkoyama010 in #316
- Include CONTRIBUTING in Sphinx using the include directive by @tkoyama010 in #317
- Fix alias from pv to sg in CONTRIBUTING.md by @tkoyama010 in #333
- Update logo.svg to the default SciPy color by @tkoyama010 in #337
- Add GPL v3 LICENSE badge to README.md by @tkoyama010 in #339
- docs: add tkoyama010 as a contributor for example by @allcontributors in #338
- Align centering logo in README by @tkoyama010 in #342
- Add main objectives of
scikit-gmsh
in README by @tkoyama010 in #344 - docs: add adtzlr as a contributor for example by @allcontributors in #341
- Update width of image from 512 to 400 in README by @tkoyama010 in #346
- Revert "Add support of
shapely.geometry.Polygon
inDelaunay2D
class" by @tkoyama010 in #350 - Revert "Revert "Add support of
shapely.geometry.Polygon
inDelaunay2D
class"" by @tkoyama010 in #351 - Add
shell
andhole
args to define geometry toDelaunay2D
class by @tkoyama010 in #352 - Update Python code in README.md by @tkoyama010 in #355
- docs: add tkoyama010 as a contributor for security by @allcontributors in #347
- Fix typo from
sikit-gmsh
toscikit-gmsh
by @tkoyama010 in #358
Maintenance
- chore: update pre-commit hooks by @pre-commit-ci in #233
- Create discussion forms for new discussions by @tkoyama010 in #234
- chore: update pre-commit hooks by @pre-commit-ci in #236
- chore: update pre-commit hooks by @pre-commit-ci in #239
- chore: update pre-commit hooks by @pre-commit-ci in #240
- Dropping support of Makefile and use nox by @tkoyama010 in #247
- Add pip group update settings to dependabot by @tkoyama010 in #250
- Add update-pr-branch action to update PR branch by @tkoyama010 in #249
- chore: update pre-commit hooks by @pre-commit-ci in #251
- Ignore dependabot and pre-commit-ci PR for release by @tkoyama010 in #253
- chore: update pre-commit hooks by @pre-commit-ci in #252
- Set labeling trigger types to opened and reopened by @tkoyama010 in #257
- Adopt welcome bot by @tkoyama010 in #269
- Move the project name from
pvgmsh
toscikit-gmsh
by @tkoyama010 in #285 - Forces all from imports to appear on their own line by @tkoyama010 in #294
- Update open-pull-requests-limit in dependabot.yml to 100 by @tkoyama010 in #298
- Set Bot configuration
contributorsSortAlphabetically
True by @tkoyama010 in #299 - Add
Delaunay2D
class toskgmsh
module by @tkoyama010 in #303 - Dropping black and use ruff-format by @tkoyama010 in #304
- Dropping pyupgrade and move to pyupgrade-up rule in ruff by @tkoyama010 in #308
- Use
nox.Session.install
instead of usingnox.Session.run
by @tkoyama010 in #310 - Update name of issue templates from PyVista to skgmsh by @tkoyama010 in #323
- Set recombination algorithm to simple by @tkoyama010 in #332
New Contributors
- @allcontributors made their first contribution in #267
Full Changelog: v0.1...v0.2.0
v0.1
What's Changed
New Features
- Add tutorial to show how to use
pyvista-gmsh
which is inspired bygmsh
tutorial by @tkoyama010 in #1 - Add
delaunay_3d
function to generate 3D mesh by @tkoyama010 in #23 - Support list in
target_sizes
to set each point by @tkoyama010 in #138 - Add Plotter class plotting object to display mesh by @tkoyama010 in #188
- Add
PolyData
class to represent geometry object by @tkoyama010 in #198
Bug fixes or behavior changes
- Fix bug of point index by @tkoyama010 in #4
- Avoid opening temporary files twice by @tkoyama010 in #38
- Fix
frontal_delaunay_2d
to returnPolyData
by @tkoyama010 in #45 - Use initial 2d mesh only in
delaunay_3d
by @tkoyama010 in #60
Documentation
- Create LICENSE by @tkoyama010 in #9
- Use PyVista's
delaunay_2d
example to compare with PyVista by @tkoyama010 in #10 - Add
README.rst
to explain project goal by @tkoyama010 in #14 - Improve design of mesh which is inspired by pygmsh by @tkoyama010 in #16
- Update README.rst to add motivation by @tkoyama010 in #18
- Update README.rst to fix url of reference by @tkoyama010 in #19
- Create CODE_OF_CONDUCT.md by @tkoyama010 in #20
- Update README.rst to update expression more effective by @tkoyama010 in #21
- Revert "Create LICENSE" by @tkoyama010 in #25
- Create GPL LICENSE to use Gmsh by @tkoyama010 in #26
- Update README.rst to show the reference more explicit by @tkoyama010 in #35
- Update README.rst to add title by @tkoyama010 in #47
- Update README.rst to remove unused option in usage by @tkoyama010 in #48
- Fix
frontal_delaunay_2d
to returnPolyData
in docstring by @tkoyama010 in #49 - Add logo mark of pvgmsh by @tkoyama010 in #50
- Add title to PVGmsh logo icon by @tkoyama010 in #51
- Use markdown in README by @tkoyama010 in #52
- Fix the color of edge source from blue to red by @tkoyama010 in #53
- Clean PVGmsh logo position value and information by @tkoyama010 in #55
- Add LICENSE of Super Flat Remix V1.08 Apps by @tkoyama010 in #57
- Update
__init__.py
to fix typo in docstring by @tkoyama010 in #58 - Update README.md to add 3D mesh generation example by @tkoyama010 in #61
- Fix the output using lightning off in
README.md
by @tkoyama010 in #63 - Aligning 2D and 3D mesh designs in
README.md
by @tkoyama010 in #64 - Update the width of the logo from 500px to 600px by @tkoyama010 in #65
- Update pvgmsh_logo_icon.svg to fix font size from 130ptx to 100ptx by @tkoyama010 in #66
- Remove shrink filter to represent output mesh by @tkoyama010 in #67
- Remove prompt of the interactive Python interpreter by @tkoyama010 in #68
- Fix the line width of the edge source geometry by @tkoyama010 in #69
- Add axes to figures to make explicit if 2D or 3D by @tkoyama010 in #73
- Update README.md to hide code of 3D mesh by @tkoyama010 in #74
- Update README.md to hide code of 2D mesh plot by @tkoyama010 in #75
- Add legend in figure to represent source and mesh by @tkoyama010 in #76
- Show how to generate 3D mesh in README.md default by @tkoyama010 in #77
- Add pre-commit.ci status badges to check status by @tkoyama010 in #88
- Fix output figure design inspired by meshplex logo by @tkoyama010 in #89
- Fix width size of the image to show it more small by @tkoyama010 in #92
- Change project name in logo from PVGmsh to pvgmsh by @tkoyama010 in #94
- Fix the height of the logo from 600px to 800px by @tkoyama010 in #95
- Fix legend name to explicit name edge source by @tkoyama010 in #96
- Fix the size of the legend to make more effective by @tkoyama010 in #101
- Fix the target size of the 3D mesh to make it effective by @tkoyama010 in #100
- Add a badge in README to represent the license by @tkoyama010 in #102
- Add a badge in README to represent the type of COC by @tkoyama010 in #105
- Add a GitHub Repo stars badge to show star number by @tkoyama010 in #110
- Fix the error of the link which goes to other project by @tkoyama010 in #112
- Fix the error of the link which goes to other project by @tkoyama010 in #121
- Add installation section to show how to install by @tkoyama010 in #120
- Add an authors section to show who is contributing by @tkoyama010 in #122
- Add a section in README to represent the license by @tkoyama010 in #123
- Add constructive solid geometry (CSG) figure image by @tkoyama010 in #136
- Move image from root to _static path for images by @tkoyama010 in #137
- Refactoring .pre-commit-config.yaml sorting by ID by @tkoyama010 in #135
- Change csg figure path and add section of generate by @tkoyama010 in #140
- Fix emoji encoding to show in PyPI readme by @tkoyama010 in #141
- Update pvgmsh_logo_icon.svg to make bolden the logo brackets by @tkoyama010 in #142
- Add doc-toc to .pre-commit-config.yaml to make TOC by @tkoyama010 in #143
- Includes a project logo/illustration whenever possible by @tkoyama010 in #144
- Add section title of Table of Contents to split by @tkoyama010 in #145
- Fix layout of badge to the underline of the title by @tkoyama010 in #147
- Change sentence and layout of description better by @tkoyama010 in #148
- Add a support sentence in README.md to share more by @tkoyama010 in #150
- Update README.md to fix the layout of the figure by @tkoyama010 in #151
- Revert "Update README.md to fix the layout of the figure" by @tkoyama010 in #152
- Update documentation theme to sphinx-book-theme by @tkoyama010 in #154
- Add SECURITY.md to show supported Python versions by @tkoyama010 in #158
- Create CONTRIBUTING.rst to explain about contribution by @tkoyama010 in #160
- Add reporting a vulnerability section to explain by @tkoyama010 in #161
- Add
small_logo.svg
to fix layout of the document by @tkoyama010 in #163 - Add a clipping example for analyzing the mesh by @tkoyama010 in #166
- Add under construction indicate mark in document by @tkoyama010 in #167
- Set the aspect ratio to 1.0 to provide margins by @tkoyama010 in #170
- Change figure path to show it on PyPi Readme page by @tkoyama010 in #171
- Add a comment that this is in the pre-alpha stage by @tkoyama010 in #174
- Bump sphinx-book-theme from 1.1.0 to 1.1.2 by @dependabot in #176
- Add
streamlit_app.py
to deploy streamlit app by @tkoyama010 in https://github.com/pyvista/scikit-gmsh/pul...