ExtendedDictionary improvements (#8723)
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
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
Research Regression Tests / build (push) Has been cancelled
Syntax Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
* Make ExtendedDictionary extend IDictionary * Revert "Make ExtendedDictionary extend IDictionary" This reverts commit bbbe9c769be682767cb9e487b904480376b53596. * Make ExtendedDictionary key a type parameter * Make SecurityPositionGroupModel an ExtendedDictionary * Add unit tests * Minor change * Add more unit tests and other minor changes * Add Count and ContainsKey to BaseChain * Update pythonnet version to 2.0.43 * Update some python regression algorithms * Minor regression algorithms fix * Make CashBook and ExtendedDictionary * Minor changes * Minor changes * Update pythonnet version to 2.0.44
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.42" />
|
||||
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.44" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="OptionUniverseFilterGreeksShortcutsRegressionAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user