Python performance improvement (#9052)
Research Regression Tests / build (push) Has been cancelled
Syntax Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled

* Minor tweak to cache liquidation fees

* Result handler cleanup

* Update pythonnet version to 2.0.49
This commit is contained in:
Martin-Molinero
2025-10-21 12:34:52 -03:00
committed by GitHub
parent 93e7e3edb4
commit 9ab9fe5f2b
20 changed files with 129 additions and 280 deletions
@@ -37,7 +37,7 @@
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.48" />
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.49" />
</ItemGroup>
<ItemGroup>
<Content Include="OptionUniverseFilterGreeksShortcutsRegressionAlgorithm.py" />