Releases: GSharker/G-Shark
Releases · GSharker/G-Shark
1.2.0-alpha.2
PR Title
Dev/mibi/surface closest parameter
What type of PR is this? (check all applicable)
- ♻️ Refactor
- ✨ Feature
- 🐛 Bug Fix
- 👷 Optimization
- 📝 Documentation Update
- 🔖 Release
- 🚩 Other
Description
This PR introduces the closest parameters, used to define the closest point.
To find the starting value uses split surface instead of the tessellation.
Related Tickets & Documents
Added tests?
- 👍 yes
- 🙅 no, because they aren't needed
- 🙋 no, because I need help
Added to documentation?
- 📓 docs
- 🙅 no documentation needed
1.2.0-alpha.1
PR Title
Dev/mibi/surface split
What type of PR is this? (check all applicable)
- ♻️ Refactor
- ✨ Feature
- 🐛 Bug Fix
- 📝 Documentation Update
Description
This PR closes #123
This PR implements split surfaces. Also refactored some classes like Point4
and fix some methods using Point3
instead of Point4
, losing all the relative point weights modifications.
Added tests?
- 👍 yes
Added to documentation?
- 📓 docs
1.2.0-alpha.0
PR Title
Fix knot multiplicity.
What type of PR is this? (check all applicable)
- ♻️ Refactor
- ✨ Feature
- 🐛 Bug Fix
- 👷 Optimization
- 📝 Documentation Update
- 🔖 Release
- 🚩 Other
Description
Fixes: Knot multiplicity methods
Related Tickets & Documents
Fixes #232
Added tests?
- 👍 yes
- 🙅 no, because they aren't needed
- 🙋 no, because I need help
Added to documentation?
- 📓 docs
- 🙅 no documentation needed
1.2.0
What’s Changed
Implemented a new CI for releases and publishing NuGet, added the basic class for NURB surfaces, implemented new methods for curves.
🚀 New Features
- Automated releases and NuGet (#170, @sonomirco)
- Divide Curve By Max Spacing (#106, @d3ssy)
- Curve at frame (#104, @d3ssy)
- Convex hull 3d initial commit (#208, @d3ssy)
- Surface evaluation (#125, @sonomirco)
🧰 Refactor
- Surface base class (#111, @sonomirco)
- Surface point at (#112, @sonomirco)
- Refactor plan (#195, @d3ssy)
🦈 Contributors
1.0.4-alpha.1
PR Title
fixed path for the gshark logo.
What type of PR is this? (check all applicable)
- 🐛 Bug Fix
Description
Updated gshark icon path.
1.0.4-alpha.0
PR Title
Updated the README file
What type of PR is this? (check all applicable)
- ♻️ Refactor
- ✨ Feature
- 🐛 Bug Fix
- 👷 Optimization
- 📝 Documentation Update
- 🔖 Release
- 🚩 Other
Description
This PR fixes some badges after some action where renamed.
Added tests?
- 👍 yes
- 🙅 no, because they aren't needed
- 🙋 no, because I need help
Added to documentation?
- 📓 docs
- 🙅 no documentation needed
1.0.4: Merge pull request #217 from GSharker/dev/mibi/automating-releases
Dev/mibi/automating releases