- Galaxy Workflow Engine embedded in Federation Mode
- Workflow error handling for Galaxy based algorithms
- Algorithm widgets
- factorial/additive
- levels selection for categorical variables
- Removed Woken calls
- Using Exareme for
- descriptive statistics
- histograms
- algorithms
- LOGISTIC_REGRESSION
- TTEST_INDEPENDENT
- ID3
- PEARSON_CORRELATION
- LINEAR_REGRESSION
- ANOVA
- Naive Bayes with cross validation
- Removed unused visjs library
- Navigation reworked
- Explore layout redesigned
- Removed lots of css, migrating to styled-components
- Galaxy iFrame integration
- multipathologies
- Exareme statistics replace Woken summary statistics
- Removed /v3 path
- React Login
- Re-enabled Bugsnag for production build
- Removed Angular
- Switched React Linter from TSLint to ESLint
- Removed ID3 and Naive Bayes standalone ( => 5.0 )
- Histograms:
- Local version with Woken
- Federated version with Exareme
- Galaxy Workflow Error handling
- Exareme histograms error handling
- Galaxy Workflow POC
- Naive Bayes
- Multi pathologies POC
- Exareme Algorithms integration
- Pearson correlation
- Histograms
- Logistic regression
- Anova
- Naive Bayes
- ID3
- EE page
- Exareme Histograms
- React/D3 hook architecture
- Local/central algorithm list
- Homepage draft (/v3/home)
- Types cleanup
- Bug fixes
- Enabled KNN
- Filter tests by plateform in CI, do
yarn test woken
oryarn test exareme
- Fixed Mime type bug due to Mime type bug on on Woken see https://jira.chuv.ch/browse/HBPLD-256?filter=-6
- Fixed config.mode for federation
- Removed Heatmaply (Too heavy ~7 mo)
- Test suite can now run as a standalone docker to test any live installation, see /app/v3/README.md
- Fixed footer
- Tag release, no changes
- Highcharts to 6.1.0 (angular security fix)
- Reworked Heatmap test
- Idem than 2.16.3 - Previous merge failed
- Fixed CircleCI build & test
- Exareme tests are disabled as datasets are not aligned ( can't save a model on the backend if the dataset doesn't exist)
- However tests pass on web-anayltics-demo, branch research_datasets
- To be fixed in Exareme integration
- Fixed Heatmap bug
- Reworked mining cache
- Added test for exareme filters
- Added footer to Experiment pages
- default kfold value to 3
- Removed validation for local mode
- Tests fixes
- Fixed kfold for kmeans
- Algorithm tests completed, testing 20 algorithms (Woken, Exareme) see ./app/v3/src/components/API/tests/Integration/Experiments/README.txt
- Algorithm fixes
- Updated yarn libraries (react, highcharts)
- Various UI fixes (Dropdown, results)
- Implemented Helpdesk forms (Angular, React)
- New Term of Services page
- Quick implementation of linear regression from Exareme
- UI fixes
- Fixed filter bug
- Fixed heatmap visualisation
- Libs; swaped numeral (buggy) for numbro
- Formatted linearRegression
- Fixed filter query bug
- Modularized plotly.js -> -1.20 Mo on build
- Integration and e2e test for Heatmap API
- Fixed Heatmap formating bugs for federation
- numeral lib added for scientific notation
- Fixed visualisation bug to Woken format (see HBPLD-256 in jira)
- More testing for linear regression federated, 1 or several datasets
- Updated react libs
- Fixed typing, imports, canvas testing, ansync tests
- Migrated from create-react-app-typescript to Create React App
- Tests
- Jest and Enzyme config for Typescript
yarn test
- Render tests for top level components, App, Results, Create
- API Integration tests for Model: create and update
- E2E tests based on mocks, federated mode
- naivebayes
- linearregression
- React version
- Updated all librairies to latest version
- Added bugsnag client
- Fixed kfold polynominal presponse processing bug