Skip to content

Releases: aardvark-platform/aardvark.base

5.2.13

04 Oct 07:41
Compare
Choose a tag to compare

Added uint32 vector types (V2ui, V3ui, V4ui)
Added Disposable.empty
Inlined color conversion methods, deprecating lambdas
Implemented color conversions for Float16
[Patterns] Added 2x3 matrices

5.2.12

07 Sep 11:39
Compare
Choose a tag to compare

Added Fun.PowerOfTwo for int32 vectors
[FSharpMath] Added exp2, step, and linearstep
[Patterns] Added missing vector and matrix types
Added Fun.Step and Fun.Linearstep

5.2.11

16 Aug 12:29
Compare
Choose a tag to compare

[Ag] Removed compiler message

5.2.10

09 Aug 12:20
Compare
Choose a tag to compare

fixed VRML transformations (missing normalization)

5.2.9

04 Aug 08:55
Compare
Choose a tag to compare

Executable memory tools are now obsolete (use Aardvark.Assembler nuget package instead)

5.2.8

03 Aug 11:51
Compare
Choose a tag to compare

revert obsolete AMD64 assembler to original behaviour

5.2.7

02 Aug 20:58
Compare
Choose a tag to compare

fixed AMD64 assembler Begin/End (saving callee saved registers)

5.2.6

24 Jun 12:17
Compare
Choose a tag to compare
  • [PixImage.SystemDrawing] removed System.Drawing.Common upper version constraint
  • [IO] BinaryReadingCoder: patch object reference after converter/proxy conversion (#77)

5.2.5

09 Jun 08:56
Compare
Choose a tag to compare
  • Ported System.Drawing bitmap extensions to new PixLoader API (renamed to Aardvark.PixImage.SystemDrawing)
  • Added Aardvark.PixImage.WindowsMedia
  • Added Trafo.(Inv)TransformPosProj(Full)
  • Added constructors and comments for tensor info structs

5.2.4

31 May 12:54
Compare
Choose a tag to compare
  • Added new API for PixImage loading and saving
  • Added PixImage.meanSquaredError and PixImage.peakSignalToNoiseRatio
  • Moved System.Drawing primitives extensions to Aardvark.Base.SystemDrawingInterop