TcpNtcpCalculation 7.0.0
See the version list below for details.
dotnet add package TcpNtcpCalculation --version 7.0.0
NuGet\Install-Package TcpNtcpCalculation -Version 7.0.0
<PackageReference Include="TcpNtcpCalculation" Version="7.0.0" />
paket add TcpNtcpCalculation --version 7.0.0
#r "nuget: TcpNtcpCalculation, 7.0.0"
// Install TcpNtcpCalculation as a Cake Addin #addin nuget:?package=TcpNtcpCalculation&version=7.0.0 // Install TcpNtcpCalculation as a Cake Tool #tool nuget:?package=TcpNtcpCalculation&version=7.0.0
A .Net Framework 4.7.2 library for tumor control probability, normal tissue complication probability and complication free tumor control calculation. For examples how to use see the TcpNtcpCalculation.Tests library at https://gitlab.com/radiation-treatment-planning/tcp-ntcp-calculation/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TcpNtcpCalculation:
Package | Downloads |
---|---|
ParetoPropertiesCalculation
A .Net Framework 4.7.2 library for calculating diverse Pareto properties: Pareto optimal points, illusion point, diagonal line through pareto front line, global optimum. |
|
TcpNtcpCalculation.Helpers
Helpers that extend the functionalities of the Tcp Ntcp calculation project https://gitlab.com/radiation-treatment-planning/tcp-ntcp-calculation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 147 | 1/25/2024 |
7.3.0 | 128 | 1/10/2024 |
7.2.0 | 147 | 12/19/2023 |
7.1.2 | 192 | 10/31/2023 |
7.1.1 | 223 | 7/6/2023 |
7.1.0 | 208 | 7/4/2023 |
7.0.0 | 208 | 7/3/2023 |
6.0.0 | 229 | 6/12/2023 |
5.5.0 | 207 | 5/24/2023 |
5.4.0 | 314 | 1/31/2023 |
5.3.0 | 334 | 1/23/2023 |
5.2.0 | 347 | 1/12/2023 |
5.1.0 | 362 | 1/4/2023 |
5.0.0 | 375 | 12/5/2022 |
4.6.1 | 348 | 12/2/2022 |
4.6.0 | 403 | 11/25/2022 |
4.5.2 | 347 | 11/24/2022 |
4.5.1 | 368 | 11/9/2022 |
4.5.0 | 358 | 11/9/2022 |
4.4.0 | 404 | 10/27/2022 |
4.3.0 | 457 | 6/3/2022 |
4.2.0 | 740 | 5/23/2022 |
4.1.1 | 1,561 | 5/2/2022 |
4.1.0 | 1,583 | 2/17/2022 |
4.0.0 | 2,073 | 2/9/2022 |
3.0.1 | 2,059 | 2/2/2022 |
3.0.0 | 446 | 2/2/2022 |
2.0.0 | 1,466 | 1/11/2022 |
1.3.0 | 1,477 | 1/8/2022 |
1.2.1 | 377 | 12/29/2021 |
1.2.0 | 307 | 12/29/2021 |
1.1.0 | 331 | 12/20/2021 |
1.0.1 | 320 | 12/20/2021 |
1.0.0 | 320 | 12/17/2021 |
Large rafactoring:
- TCP and NTCP calculators are all behind interfaces now.
- Added Lyman-Kutcher-Burman NTCP calculator.
- Added Poisson TCP calculator with cell density and alpha.
- Substituted all Biologically Effective Uniform Dose calculators with one universal calculator that can be called directly from TCP or NTCP calculator interfaces.
- Added example WPF for visualization of TCP/NTCP calculators with interactive parameter updates.
- Added Biologically Effective Uniform Dose Curve calculators for TCP and NTCP.
- Added ParametersDictionary to all TCP and NTCP calculators.