Releases: dianna-ai/dianna
Releases · dianna-ai/dianna
v1.7.0
What's Changed
- Dashboard test failing by @laurasootes in #814
- fix ruff invocation in linting workflow by @egpbos in #828
- 817 dashboard move menu by @laurasootes in #830
- 818 dashboard modify input data section for multiple examples by @laurasootes in #831
- 790 add scientific use case frb to dashboard by @laurasootes in #832
- Pin torch version by @SarahAlidoost in #841
- Fix docstring of visualization tabular by @SarahAlidoost in #840
- Add a tutorial notebook for emulator use case by @SarahAlidoost in #811
- 813 clean model folder by @elboyran in #824
- Update CONTEXT.md by @elboyran in #846
- support ArrayLike data in to_xarray by @egpbos in #825
- Fix notebook tests by @loostrum in #851
- Move downloader test to separate job by @loostrum in #852
- 838 create tabular tab to dashboard and redesign loaded data results #819 by @laurasootes in #844
- 789 add tabular example in dashboard and more example upgrades by @laurasootes in #847
- Removes dependency on deprecated torchtext (refs #829) by @cwmeijer in #853
- 816-NEW-dashboard-add-text by @elboyran in #855
- Update weather TS example classes by @elboyran in #860
- Fix macos build GA issue related to spacy by @SarahAlidoost in #864
- add eulaw with lime notebook (refs #756) by @cwmeijer in #823
- Add EU law example to dashboard by @laurasootes in #867
- Updating READMEs (issues 815 and 863) by @elboyran in #866
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- add a link to the time series masking blog post from docstrings by @cwmeijer in #744
- Add test for rise timeseries on onnx file by @loostrum in #752
- issue #724 Update RISE paper links in tutorials by @elboyran in #753
- scientific use case section by @elboyran in #754
- Update README.md by @cwmeijer in #767
- Fix data file paths for Colab by @loostrum in #772
- Move docs logo to sidebar by @loostrum in #774
- Run text model inputs one-by-one through model to avoid shape mismatch errors by @loostrum in #773
- Update MANIFEST.in by @elboyran in #778
- add more test for text visualization by @SarahAlidoost in #781
- Overview tutorial and other tutorial changes by @elboyran in #776
- 783 simplify overview tutorial by @elboyran in #792
- fix dashboard installation requirements command by @laurasootes in #794
- 795-link2tutorials-roadmap-documentation by @elboyran in #797
- Fix Dianna github pages by @elboyran in #800
- 738 text lime in dashboard returns an error by @laurasootes in #799
- add rise tabular by @cwmeijer in #730
- sort lime text output based on index and not importance by @SarahAlidoost in #804
- Automatic data downloading with pooch by @loostrum in #796
- Update coffee data location on main branch by @loostrum in #809
- enable passing of external Axes to plot on by @egpbos in #802
- normalize the shap_values before plotting in kernelshap_geometric_shapes by @SarahAlidoost in #805
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- dashboard and tutorials data, models and labels locations (issue #667) by @elboyran in #699
- Add tutorial notebook for RISE on FRB timeseries data by @loostrum in #714
- Unify outputs types by @SarahAlidoost in #703
- Add FRB model to main readme by @loostrum in #733
- Importance of hyperparameters by @elboyran in #737
- Improve documentation: logo and missing links. by @elboyran in #742
- Fix plots by @SarahAlidoost in #728
- Update notebooks by @SarahAlidoost in #741
- Update READMEs.md with blog-posts by @elboyran in #746
- Improve tutoral/examples appearance in readthedocs by @elboyran in #748
- Update READMEs with KernalSHAP mark and links by @elboyran in #745
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Update README.md by @elboyran in #689
- added kwargs tests and code to raise warning for extra kwarg by @cpranav93 in #693
- Update README.md by @elboyran in #704
- changed extra kwarg case from warning to error by @cpranav93 in #700
- Create overviews of inputs outputs by @SarahAlidoost in #698
- fixed tutorial kwargs by @cpranav93 in #705
- 546 masking time step segmentation by @cwmeijer in #562
- fix deprecation warning: by @cwmeijer in #726
- fix macos + 3.11 build by @cwmeijer in #727
New Contributors
- @SarahAlidoost made their first contribution in #698
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- fixed number of segments bug by @WillemSpek in #632
- added tests for the 'tokenizer problem' by @WillemSpek in #637
- Update README.md by @elboyran in #628
- Update action.yml by @cwmeijer in #650
- Fix CD/CI notebooks by @geek-yang in #649
- Split methods into image, text, timeseries by @geek-yang in #654
- Update README.md by @elboyran in #658
- added time-series example to readme by @cpranav93 in #659
- 646 Implement LIME for tabular data by @geek-yang in #661
- Updated architecture schema by @elboyran in #666
- Update README.md by @elboyran in #673
- 664 Fix notebooks for CD/CI by @geek-yang in #675
- Update README.md by @elboyran in #682
- 676 Split tests for modularized code by @geek-yang in #684
- Update README.md by @elboyran in #681
- 662 Visualization module tabular by @geek-yang in #680
- Add tabular example to getting start in readme by @geek-yang in #688
- 645 Implement SHAP for tabular data by @geek-yang in #674
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v.1.1.0
What's Changed
- Exclude coverage check for dashboard by @geek-yang in #616
- show the top 5 results in the bee example by @cwmeijer in #617
- solved LIME coefficients by @WillemSpek in #621
- refactor masker for RISEImage into free function by @egpbos in #622
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- 574 README taxonomy by @WillemSpek in #576
- 557 fix first instance issue for Lime timeseries by @geek-yang in #578
- Add dashboard to package on pypi by @stefsmeets in #579
- Notebooks by @APJansen in #584
- Test user workflow in dashboard by @stefsmeets in #581
- Drop support for python 3.7 by @stefsmeets in #588
- 560 improve results of lime timeseries notebooks by @geek-yang in #589
- Avoid pip install in workflow if cache is hit by @stefsmeets in #592
- Improve test suite time by 25% by @stefsmeets in #606
- 558 verify distance methods for LIME timeseries by @geek-yang in #586
- Fix the special character problem by @stefsmeets in #585
- Update tutorials README.md by @elboyran in #607
- Add screenshot of dashboard to readme by @stefsmeets in #612
- 559 address duplication predict function by @geek-yang in #610
- upped scikit-image and some naming changes by @WillemSpek in #614
- 569 multivariate timeseries visualization by @cwmeijer in #591
- Update README.md: added checks for LIME and RISE by @elboyran in #611
- Add timeseries page to dashboard by @stefsmeets in #575
- Fix readthedocs build by @stefsmeets in #615
Full Changelog: v0.9.0...v1.0.0
v0.9.0
What's Changed
- Fix conflict with number of lines after imports between yapf and ruff by @stefsmeets in #537
- Fix bug with label uploads by @stefsmeets in #534
- Refactor dashboard by @stefsmeets in #548
- Reduce install size of DIANNA by @stefsmeets in #538
- 490 implement lime for timeseries by @geek-yang in #527
- Add author to citation.cff and update readme by @stefsmeets in #555
- Fix remaining issues with dashboard and revise layout by @stefsmeets in #551
- Fix failing workflows by @stefsmeets in #563
- 514 add channel masking by @cwmeijer in #554
- Fix test of lime timeseries due to the update of masking function by @geek-yang in #566
- Fix pytorch lightning link in readme by @cwmeijer in #577
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Make input text lowercase before tokenizing by @loostrum in #463
- Add visualization for timeseries by @stefsmeets in #491
- Cache python install in github actions by @stefsmeets in #482
- 400 implement label file upload support by @cpranav93 in #451
- Combine special characters into single token by @loostrum in #462
- 467 write a short readme on how to start the dashboard by @laurasootes in #497
- Added label file upload for text by @cpranav93 in #495
- Add notebook requirement by @stefsmeets in #499
- Refactor dashboard by @stefsmeets in #502
- Make paths independent in notebooks by @stefsmeets in #509
- Add button to show/hide parameters by @stefsmeets in #504
- create label file for ResNet model by @laurasootes in #513
- Add license by @WillemSpek in #516
- Downgrade dash by @WillemSpek in #530
- 517 dashboard robust path by @WillemSpek in #518
- add time step masking (refs #477) by @cwmeijer in #494
- Add pre-commit for linting/auto-formatting by @stefsmeets in #508
- 435 long text does not fit in dashboard explanation image by @laurasootes in #526
- 529 update readmes and roadmap by @elboyran in #532
- Run CI only on PRs ready for review by @stefsmeets in #533
- 478 rise for time series by @cwmeijer in #506
- 539 polish notebook rise timeseries by @geek-yang in #540
New Contributors
- @stefsmeets made their first contribution in #491
- @WillemSpek made their first contribution in #516
Full Changelog: v0.7.0...v0.8.0