Change Logs
Last updated
Last updated
Fix Matrix multiply error at
Add support for dotnet 9
Remove native Accelerator due to fast fp error in MSVC
Use seperate sin cos calculate in calculator core, which will cause performance regression
Upgrade dependency FastLZMA2 = 1.0.0
Breaking Change Warning
End of .NET 6/7 support
Change data serializer from messagepack to memorypack.
Change data compressor from brotli to FastLZMA2 (beta)
Add OSplatform protection.
Fix .NET 8 performance regression.
Use P/Invoke source generator. Native accelerate speed up 50%.
Add .NET 8. which cause performance regression.
Add Native Accelerate method GetPlanetPosition_Native
to accelerate calculation. with 60%+ performance Improvment. (Experimental)
Native CPP code is only for Windows x64 AVX2 enviroment.
Using fast floating-point compile options on native libraries can result in a decrease in precision and is difficult to estimate.
Fix critical error in ELL to XYZ convertion.
Bug fix.
Add explicit cast of VSOPResult
SIMD Accel Utility.
Bug Fix
Bug Fix.
API change with some feature in VSOP87
Many improvements.
Some of them are from VSOP87.NET
Initialize performance upgrade.
Add result classes.
Use MessagePack to compress original data.
New features.
Performance Optimization.
Upgrade to .NET 6
Upgrade to .NET 5
Initial PR.