Skip to content

Releases: GSharker/G-Shark

1.4.0

01 Sep 04:11
Compare
Choose a tag to compare

What’s Changed

🦈 Contributors

@d3ssy, @sonomirco

1.3.0

01 Sep 03:27
Compare
Choose a tag to compare

What’s Changed

In the last few weeks, we have been refactoring the code to make it more robust and ready for future improvements, but we have also added quite a few functionalities including:
Line, Arc, Polyline as separate classes, they haven't NurbsCurve properties under the hoods.
NurbsSurface including ruled and loft surfaces.
• Increased the level of accuracy of results

🚀 New Features

🐛 Bug Fixes

🧰 Refactor

🦈 Contributors

@cesarecaoduro, @d3ssy, @pedrocortesark, @sonomirco

1.2.0-alpha.30

30 Aug 22:19
bf35882
Compare
Choose a tag to compare

PR Title

Dev/mibi/refactor loft surface

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR refactor the creation of a NurbsSurface bringing the curves to a common degree and knots.

Related Tickets & Documents

This PR closes #299

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.29

28 Aug 01:18
b485565
Compare
Choose a tag to compare

PR Title

Dev/mibi/nurbs curve implements icurve

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR implements ICurve to NurbsCurve, and removed some todo's.

Related Tickets & Documents

This PR closes #264

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.28

27 Aug 22:41
b9046e0
Compare
Choose a tag to compare

PR Title

Dev/mibi/consolidate i curve

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

Implements ICurve and substitute ICurve for NurbsCurve

Related Tickets & Documents

This PR closes #257

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.27

27 Aug 05:23
0e2e481
Compare
Choose a tag to compare

PR Title

Added FrameAt.

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR implemented FrameAt.

Related Tickets & Documents

This PR closes #288

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.26

26 Aug 22:49
1e19929
Compare
Choose a tag to compare

PR Title

Implements Interval for KnotVector.Domain.

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

Implements Interval on KnotVector.Domain

Related Tickets & Documents

closes #285

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.25

26 Aug 19:37
af61d99
Compare
Choose a tag to compare

PR Title

Dev/mibi/bug fixing

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR fixes a problem into the ParameterAtLength used for the NURBS and fixed some tests of Arc and Circle.

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.24

26 Aug 00:41
9351da1
Compare
Choose a tag to compare

PR Title

fixed a problem with circle and arc length.

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

Fixed a problem about the length of the circular curves.

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.23

26 Aug 00:40
Compare
Choose a tag to compare

PR Title

Added CurvatureAt.

Added test.
Updated GHFile.

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR adds CurvatureAt to NurbsCurve.

Related Tickets & Documents

This PR closes #286

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📓 docs
  • 🙅 no documentation needed