Skip to content

Releases: aardvark-platform/aardvark.base

5.2.31

22 May 08:52
Compare
Choose a tag to compare

fixed Hash Computations for non-primitive types
added AsByteSpan extension method for System.Array/string in >=net6.0

5.2.30

21 May 10:32
Compare
Choose a tag to compare

removed UnsafeCoerce usages and several other net6.0+ fixes

5.2.29

06 Feb 11:13
Compare
Choose a tag to compare

Fixed color parsing to be independent of the current culture (regression in 5.2.27)
Added more value variants for Dictionary, Dict, and SymbolDict functions

5.2.28

30 Oct 16:29
Compare
Choose a tag to compare

Added Brewer color schemes
Added String.replace
Added IDictionary.TryPop overload with output argument

5.2.27

19 Oct 16:20
Compare
Choose a tag to compare

Improved and fixed RangeSet implementation
Added utilities for ValueOption
Added more ArraySegment utilities
[Text] Fixed NestedBracketSplitCount
[Color] Fixed overflow issue in C4ui constructors
[Color] Improved color parsing, now supports hexadecimal color strings
[PixImage] Fixed file handle leak in Windows Media loader
[MapExt] Added value variants of some operations

5.2.26

11 Oct 10:58
Compare
Choose a tag to compare

LinearRegression3d: made fields public

5.2.25

05 Jun 11:52
Compare
Choose a tag to compare

Fixed issue with PixImageMipMap loading
Improved exception message of EnumHelpers methods
[Introspection] Use XML serialization for plugin cache
Replaced netcoreapp3.1 target with net6.0

5.2.24

21 Apr 06:39
Compare
Choose a tag to compare

fixed and optimized Cell.Contains
update Aardvark.Build to 1.0.19

5.2.23

03 Apr 11:11
Compare
Choose a tag to compare

Fixed build for VS 2019 / .NET 6

5.2.22

30 Mar 11:14
Compare
Choose a tag to compare

Fixed RandomSample.Lambertian internal calculation precision
Added float bits method overloads for unsigned vectors
Use reflection-based PixImageMipMap creation
[TypeInfo] Added color-related types and patterns
[Trafo] Implemented infinite far plane for perspective projection
[Trafo] Added reversed perspective projection variants
[Introspection] Increased verbosity level of custom attribute error