Skip to content

Releases: jonathanhliu21/simplevectors

0.2.1

18 Sep 02:55
Compare
Choose a tag to compare

What's Changed

  • Add iterator to Vector class and bounds-checking at() method by @jonyboi396825 in #30
  • Fixed CMake error when building on lower CMake versions by removing version property on simplevectors target
  • Improved issue templates
  • Added more examples: 2D and 3D vector examples showing how to find angle between vectors (among other things), and a 4D vector example showing how to extend the Vector base class
  • Changed minimum C++ standard from C++14 to C++11
  • Added option in CMakeLists to not install files when running make install for other projects importing simplevectors
  • Fixed missing export error when installing the library and added namespace to exported libraries
  • Added SVECTOR_ in front of build variables in the CMakeLists

Full Changelog: 0.2.0...0.2.1

0.2.0

16 Sep 03:49
2fd50a0
Compare
Choose a tag to compare

What's Changed

  • Rewrite by @jonyboi396825 in #12
  • Separate tests by @jonyboi396825 in #17
  • Add base vector documentation by @jonyboi396825 in #20
  • Fix docstrings and CMakeLists by @jonyboi396825 in #23

Full Changelog: 0.1.0...0.2.0

0.1.0

21 Aug 04:31
Compare
Choose a tag to compare

What's Changed

  • Change the ^ and * operators to cross() and dot() by @jonyboi396825 in #9

New Contributors

  • @jonyboi396825 made their first contribution in #9

Full Changelog: 0.0.0...0.1.0

0.0.0

10 Aug 03:33
Compare
Choose a tag to compare