PhilipDaubmeier.CompactTimeSeries 1.7.0

dotnet add package PhilipDaubmeier.CompactTimeSeries --version 1.7.0
NuGet\Install-Package PhilipDaubmeier.CompactTimeSeries -Version 1.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PhilipDaubmeier.CompactTimeSeries" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PhilipDaubmeier.CompactTimeSeries --version 1.7.0
#r "nuget: PhilipDaubmeier.CompactTimeSeries, 1.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PhilipDaubmeier.CompactTimeSeries as a Cake Addin
#addin nuget:?package=PhilipDaubmeier.CompactTimeSeries&version=1.7.0

// Install PhilipDaubmeier.CompactTimeSeries as a Cake Tool
#tool nuget:?package=PhilipDaubmeier.CompactTimeSeries&version=1.7.0

Memory efficient storing, processing, resampling and compressing of time series data.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.0 436 6/27/2021
1.6.1 453 4/17/2020
1.6.0 421 4/14/2020
1.5.0 481 3/29/2020
1.4.0 508 10/16/2019
1.3.0 437 10/8/2019
1.2.0 514 4/13/2019

1.7.0 - upgraded to target framework net5.0
1.6.1 - fixed multi TFM issues
1.6.0 - widened range of supported platforms by targeting netstandard2.1
1.5.0 - upgraded to target framework netcoreapp3.1
1.4.0 - migrated to netcoreapp3.0
1.3.0 - Reworked TimeSeriesResampler for correctly address sampling multiple series into a single result time bucket
1.2.0 - Added EventTimeSeriesStream for non-equidistant time series
1.1.0 - Added TimeSeriesResampler
1.0.0 - Initial version after completing unit tests and refactoring class structure