Skip to content

Releases: DNKpp/Simple-Vector

Version 1.3.0

17 Feb 18:14
fd92f8a
Compare
Choose a tag to compare

Breaking Changes

  • cmake target changed to Simple-Vector

Changes

  • added cmake alias Simple-Vector::Simple-Vector

Version 1.2.1

26 Sep 16:37
Compare
Choose a tag to compare

Changes

  • Vector ctor is only explicit, if dimensions are equally to 1

Version 1.2.0

06 Jun 19:37
06ff728
Compare
Choose a tag to compare

Additions

  • inversed function
  • projected function
  • lerp function

Changes

  • rename length_sq function to length_squared

fixes

  • gen::range now either keeps source range as reference (if it fulfills borrowed_range constraints) or copies it

Version 1.1.0

03 Jun 05:20
Compare
Choose a tag to compare

Additions

  • Vector conversions between different dimensions was added
  • Vector initialization via generator was added
  • Simple-Vector.hpp mass-include header was added
  • BasicUsage example was added

fixes

  • fix constraints for transform_unseq and transformed_unseq

Patch Version 1.0.1

02 Jun 22:57
Compare
Choose a tag to compare

Version Changes

  • remove invalid noexcept
  • add algorithm functions transform_unseq and transformed_unseq as unary and binary overload
  • make all functions compilable in constant-evaluated context

Version 1.0

30 May 02:00
Compare
Choose a tag to compare

Version Changes

  • added various mathematically concepts
  • added Vector class
  • added Vector related type traits
  • added documentation
  • added testes for Vector class