HDF5-CSharp
1.10.610.3
See the version list below for details.
dotnet add package HDF5-CSharp --version 1.10.610.3
NuGet\Install-Package HDF5-CSharp -Version 1.10.610.3
<PackageReference Include="HDF5-CSharp" Version="1.10.610.3" />
paket add HDF5-CSharp --version 1.10.610.3
#r "nuget: HDF5-CSharp, 1.10.610.3"
// Install HDF5-CSharp as a Cake Addin
#addin nuget:?package=HDF5-CSharp&version=1.10.610.3
// Install HDF5-CSharp as a Cake Tool
#tool nuget:?package=HDF5-CSharp&version=1.10.610.3
C# Wrapper for HDF.PInvoke Library
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- HDF.PInvoke.1.10 (>= 1.10.610)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HDF5-CSharp:
Package | Downloads |
---|---|
TensorFlow.Keras
Keras for .NET Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on HDF5-CSharp:
Repository | Stars |
---|---|
SciSharp/TensorFlow.NET
.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
|
Version | Downloads | Last updated |
---|---|---|
1.16.3 | 271 | 1/25/2023 |
1.16.2 | 2,559 | 11/18/2022 |
1.16.1 | 312 | 11/12/2022 |
1.16.0 | 65 | 11/9/2022 |
1.15.4.1 | 3,084 | 8/3/2022 |
1.15.4 | 73 | 8/3/2022 |
1.15.3 | 359 | 7/23/2022 |
1.15.2 | 253 | 7/14/2022 |
1.15.1 | 153 | 7/13/2022 |
1.15.0 | 72 | 7/13/2022 |
1.14.3 | 216 | 7/10/2022 |
1.14.2 | 182 | 7/5/2022 |
1.14.1 | 91 | 7/5/2022 |
1.14.0 | 134 | 7/1/2022 |
1.13.5.8-RC | 61 | 6/30/2022 |
1.13.5.7-RC | 58 | 6/29/2022 |
1.13.5.6-RC | 55 | 6/29/2022 |
1.13.5.5-RC | 60 | 6/29/2022 |
1.13.5.4-RC | 60 | 6/28/2022 |
1.13.5.3-RC | 79 | 6/25/2022 |
1.13.5.2-RC | 88 | 6/21/2022 |
1.13.5.1-RC | 82 | 6/21/2022 |
1.13.5-RC | 77 | 6/21/2022 |
1.13.4 | 882 | 6/13/2022 |
1.13.3 | 245 | 6/13/2022 |
1.13.2 | 735 | 5/18/2022 |
1.13.1 | 299 | 5/11/2022 |
1.13.0 | 445 | 4/25/2022 |
1.13.0-rc | 102 | 3/22/2022 |
1.12.9-rc | 78 | 3/16/2022 |
1.12.8 | 637 | 3/13/2022 |
1.12.7 | 968 | 3/1/2022 |
1.12.6 | 262 | 2/26/2022 |
1.12.5 | 10,606 | 12/21/2021 |
1.12.4 | 2,254 | 7/15/2021 |
1.12.3 | 1,978 | 3/22/2021 |
1.12.2 | 255 | 3/20/2021 |
1.12.0 | 403 | 2/27/2021 |
1.11.2 | 518 | 2/2/2021 |
1.11.1 | 485 | 11/13/2020 |
1.11.0 | 853 | 10/18/2020 |
1.10.610.10 | 476 | 8/18/2020 |
1.10.610.9 | 489 | 5/23/2020 |
1.10.610.8 | 487 | 4/26/2020 |
1.10.610.7 | 343 | 4/24/2020 |
1.10.610.6 | 382 | 4/16/2020 |
1.10.610.5 | 357 | 4/16/2020 |
1.10.610.4 | 381 | 4/14/2020 |
1.10.610.3 | 397 | 4/8/2020 |
1.10.610.2 | 417 | 4/8/2020 |
1.10.610.1 | 396 | 3/30/2020 |
- Add ability to log errors (#35)
- Fixed debug errors (#25,#34)
- Aligned version with hdf5 binaries version 1.10.610
- Add support for reading back hdf5 files.