32 Commits

Author SHA1 Message Date
Jhonathan Abreu 520e6046ac Update vsdbg version to be supported in the base ubuntu (#8000)
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
Python Virtual Environments / build (push) Has been cancelled
2024-05-07 09:31:51 -04:00
Roman Yavnikov 74d95f1611 Implement Download Project in Lean (#7975)
* feat: init Download proj

* feat: update docker file to copy download proj

* feat: parsing in cmd arguments

* feat: DataDownloadConfig model
feat: add config file
refactor: logic of parsing config

* feat: overrid ToString in DataDownloaderGetParameters

* remove: not used argument command

* feat: calculate downloading % (without ETA time)

* fix: dockfile copy path for DownloaderDataProvider proj

* feat: additional Property in .csproj

* remove: DataProviderFullName prop from DataDownloadConfig

* remove: extra package (ref from Configuration proj)

* feat: ETA calculation of downloading data

* Minor tweak

* rename: namespace of downloaderDataProvider to generic style format

* test: ETA from DownloaderDataProvider

* fix: calculate ETA like real downloading process

---------

Co-authored-by: Martin Molinero <martin.molinero1@gmail.com>
2024-04-25 19:53:58 -03:00
Ricardo Andrés Marino Rojas a0914e2ab1 Copy Data folder (#7496)
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
2023-10-03 09:48:56 -03:00
Martin-Molinero ffcfb4eeb2 Adjust debugger version for pycharm 2023.1.4 (#7381) 2023-07-18 16:15:58 -03:00
Martin-Molinero 9dbeb3255d Update python debuggers (#7361)
Regression Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
- Update python debuggers
2023-07-10 10:55:50 -03:00
Martin-Molinero 84bb72fddb Remove unrequired csharp debugger (#7156)
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
- Remove unused & outdated csharp debugger netcoredbg
2023-03-30 19:05:31 -03:00
Louis Szeto c48979e986 Remove alpha stream from docker image (#6638)
Benchmarks / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
2022-09-19 17:48:07 -03:00
Martin-Molinero e7043bfc7e Re add ptvsd python debugger (#6236)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
2022-03-01 22:11:23 -03:00
Colton Sellers a44d7b2f92 VSCode Project Changes (#6129)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
* Deprecate breakpoints

Drop Watchlist

Remove breakpoints from lean

Prep install of NetCoreDbg

Cleanup

* Install NetCoreDbg

* Update Research Images with Newer Jupyter
2022-03-01 17:41:44 -03:00
Colton Sellers 5ea9f04b10 Deprecate PTVSD for DebugPy (#6153)
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
* Deprecate PTVSD for DebugPy

* Replace all references to PTVSD with debugpy

* Address review
2022-01-13 09:45:12 -03:00
Martin-Molinero f9c50e28ef Add data libraries into image (#5619)
Build & Test Lean / build (push) Has been cancelled
2021-06-02 12:45:28 -03:00
Martin-Molinero 4fdb748b42 Add Alphas Streams SDK to Lean image (#5587) 2021-05-21 18:31:51 -03:00
Martin-Molinero f3c386663b Feature .net 5 (#5505)
* Update projects to use .NET 5.0, the successor to .NET Core

* Fix ambiguous errors. Add IBAutomator net5

* Remove FXCM

* Upgrade IBAutomater to v1.0.51

ignored, and an empty message aborts the commit.

* Fix rebase

- Fix ambiguous Index
- Remove StrategyCapacity.cs
- Update System.Threading.Tasks.Extensionsy

* Remove unrequired references

* Fixes

- Travis will use dotnet, not nunit nor mono
- Remove mono from foundation image
- Fix python setup in research
- Fix unit tests

* Don't call ReadKey when input is redirected

* Fix ConsoleLeanOptimizer

* Research fixes

* Update comment

* Add vsdbg to Dockerfile

* Fixes

- Revert dockerfile FROM custom changes
- Adjust and fix regression algorithms
   - Option assignment will be deterministic in the order
   - 'Rolling Averaged Population' is calculated using doubles, updating
     expected values.
- Update readme, removing references to mono
- Add missing Py.Gil lock

* Replace ICSharp with .NET Interactive

* Fixes after rebase

* CSharp research fixes

- Adding new Initialize.csx that pre loads all assemblies
- Adjusting template research file
- Moving steps in dockerfilejupyter
- Fix unit tests and regression tests after rebase

Co-authored-by: Gerardo Salazar <gsalaz9800@gmail.com>
Co-authored-by: Stefano Raggi <stefano.raggi67@gmail.com>
Co-authored-by: Jasper van Merle <jaspervmerle@gmail.com>
2021-05-06 17:23:51 -03:00
Jasper van Merle 3aa76d4289 Add report creator to Docker image (#5386) 2021-03-11 14:42:26 -08:00
Jasper van Merle 60798df64c Make optimizer usable in Docker and improve its logging (#5344)
* Make optimizer usable in Docker and improve its logging

* Wait for reset event instead of polling state
2021-02-26 15:50:16 -03:00
Colton Sellers c5c57a33c1 IDE & Docker Integration (#4576)
* Mount custom algorithms to container

attach algorithms with bash script

* VS Code Integration

* PyCharm Integration

* Simplify the run docker script

* Mono C# Debugging is broken, removed related tasks

* add OSX config for run-docker

* Update readme.md

Reflect latest changes to configuration

* Update to move pdb for debugging algos

* VS Code C# Debugging fix

* Visual Studio fixes for debugging C#

* rework of launch scripts; also allows inline args

* Documentation overhaul

* Add python directory arg

* address review

* List debugging options in config

* Undo unnecessary change

* Address review and bughunt

* remove python debugging method
2020-08-02 19:45:18 -03:00
Martin Molinero e82c47f738 Fix for docker file copy 2020-05-27 12:37:58 -03:00
Martin Molinero e696ab8cfd Adding Lean dockerfile
- Adding Lean Dockerfile to be used as latest.
- Updating run_docker scripts
- Updating travis for docker CI
2020-05-22 21:00:41 -03:00
Adam May 9074e9f742 Removing Dockerfile 2020-04-13 14:14:35 +10:00
Malcolm Mulong 1326a49ff5 Fixed the build issues from nuget and msbuild. 2019-10-12 01:22:31 -07:00
Malcolm Mulong de88a13555 Commenting out steps 1. 2019-10-09 00:26:05 -07:00
Malcolm Mulong a8c07013db Proper tab alignment 2019-10-09 00:24:49 -07:00
Malcolm Mulong 0ea12fa74f Ensure docker build is not failing due to not finding the extracted directory. 2019-10-09 00:06:29 -07:00
AlexCatarino 1e19ac4572 Whilelists Python Libraries
- copulas, hmm and pomegranate (closes #2832)
- tsfresh (closes #3084)
- LightGBM (closes #3173)
- BeautifulSoup (closes #3178)
- Facebook/Prophet (closes #3199)
- fastai (closes #3233)
- Pyramid ARIMA (closes #3234)
- punkt for nltk (closes #3367)
- Stable Baselines (closes #3369)

- Updates:
  - Miniconda to 4.5.12 (Foundation and travis)
  - Python to 3.6.8
  - numpy to 1.16.1

- Revert changes to Dockerfile
2019-07-09 23:33:33 +01:00
Frank Norman d18851b230 Fixes for issue 3334 2019-07-09 23:33:33 +01:00
Juan José D'Ambrosio 0a9342b267 Fix unzip command 2018-09-24 10:27:27 -03:00
Eddie Hedges a5a35a7e45 Renamed DockerfileLeanAlgorithm to Dockerfile in docker files comments. 2018-05-11 15:39:18 -05:00
jaredbroad 55707914ac Rename docker file to use docker hub cloud host for foundation 2016-11-15 23:08:28 -05:00
jaredbroad 7453ad2dc1 Updated dockerfiles to include headless linux support for IB 2016-11-13 00:29:19 -05:00
Szymon Blaszczynski cb6dcb6ba9 Change mono version in Dockerfile to 4.0.5.1 2016-06-21 03:46:58 +02:00
Szymon Blaszczynski d088f8ca8f Add newline to end of Dockerfile 2016-06-21 00:20:33 +02:00
Szymon Blaszczynski ad96574452 Dockerize it. Add basic Docker file which makes it possible to run Lean in
a container. Just 'docker build -t lean .' and 'docker run lean' in a
directory with '.sln' file.
2016-06-21 00:15:46 +02:00