This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
v1.0.0-alpha.0
Pre-release
Pre-release
What's Changed
- Merge Main by @olliethomas in #546
- Remove vision by @olliethomas in #547
- Bump version on the
next
branch by @thomkeh in #549 - Bump types-pillow from 9.0.6 to 9.0.8 by @dependabot in #551
- Bump ranzen from 1.1.4 to 1.2.2 by @dependabot in #552
- Bump pytest from 7.1.0 to 7.1.1 by @dependabot in #553
- Import metrics with star import by @thomkeh in #555
- Update type stubs by @thomkeh in #557
- Quick follow-up to the type stub update by @thomkeh in #558
- Remove TAP and reduce code duplication by @thomkeh in #559
- Add RobustAccuracy Metric by @olliethomas in #561
- Bump pipenv from 2022.1.8 to 2022.3.28 by @dependabot in #563
- Bump mypy from 0.941 to 0.942 by @dependabot in #564
- Bump tqdm from 4.63.0 to 4.63.1 by @dependabot in #565
- PR labeling by @thomkeh in #566
- Remove PR labeler by @thomkeh in #570
- Exclude more paths from the full CI by @thomkeh in #571
- ran poetry update by @olliethomas in #572
- Use a tagged union of TypedDict for the flags by @thomkeh in #573
- Bump types-pillow from 9.0.8 to 9.0.9 by @dependabot in #574
- Bump pillow from 9.0.1 to 9.1.0 by @dependabot in #575
- Bump tqdm from 4.63.1 to 4.64.0 by @dependabot in #576
- Bump ranzen from 1.2.2 to 1.2.5 by @dependabot in #578
- Update sqf.py by @olliethomas in #562
- Bump pre-commit from 2.17.0 to 2.18.1 by @dependabot in #577
- Bump pylint from 2.13.3 to 2.13.4 by @dependabot in #579
- Merge main by @olliethomas in #580
- Trigger dependabot auto-merge only on main branch by @thomkeh in #582
- Update lock file after solving merge conflicts by @thomkeh in #581
- Merge main into next by @thomkeh in #583
- Bump pipenv from 2022.3.28 to 2022.4.8 by @dependabot in #584
- Bump pylint from 2.13.4 to 2.13.5 by @dependabot in #585
- Fix docstring of SVM by @thomkeh in #588
- Turn SVM model class into a dataclass by @thomkeh in #589
- Automatically add label to PRs for the "next" branch by @thomkeh in #591
- Merge main into next by @thomkeh in #592
- Replace most Literals with Enums by @olliethomas in #590
- Replace ray with joblib.Parallel by @thomkeh in #598
- Convert docstrings from google format to sphinx format by @thomkeh in #599
- Use GitHub Copilot to generate docstrings by @thomkeh in #600
- Remove AIF360 dependency by @thomkeh in #602
- Extend gitignore by @thomkeh in #607
- Turn Agarwal into a dataclass by @thomkeh in #608
- Store s and y as pd.Series by @thomkeh in #609
- More OmegaConf tests by @thomkeh in #610
- Pass seed to run by @thomkeh in #612
- Move pydocstyle config into pyproject.toml by @thomkeh in #614
- add option to specify test set size by @olliethomas in #615
- Update poetry.lock by @thomkeh in #618
- Clean-ups from the rename by @thomkeh in #620
- Try to fix
evaluate_models()
by @thomkeh in #622 - Change default of
delete_prev
toTrue
by @thomkeh in #624 - add graceful failure... well at least complete and don't crash by @olliethomas in #626
- closes #623. by @olliethomas in #625
- tight layout by @olliethomas in #632
- Bump types-pillow from 9.0.14 to 9.0.15 by @dependabot in #633
- Bump omegaconf from 2.2.0.dev3 to 2.2.0.dev4 by @dependabot in #634
- Bump pre-commit from 2.18.1 to 2.19.0 by @dependabot in #635
- Check whether docs can be built when running CI by @thomkeh in #636
- Fix example in docs by @thomkeh in #637
- rename train_test_split.py file to splits.py by @olliethomas in #639
- Add aliases for dataset splits within the dataset classes by @thomkeh in #641
- Remove the lowercase variants of the dataset objects by @thomkeh in #643
- Use an abstract base class instead of Protocol for metrics by @thomkeh in #644
- Actually use the model seed in evaluate_models by @thomkeh in #642
- Update fairlearn to 0.7.0 by @thomkeh in #645
- Make model path absolute by @thomkeh in #649
- Update OmegaConf and remove PyTorch from dependencies by @thomkeh in #650
- Run poetry update by @thomkeh in #651
- Fix a few things that I noticed by @thomkeh in #652
- issue 647 by @olliethomas in #653
- Bump cloudpickle from 2.0.0 to 2.1.0 by @dependabot in #657
- Hgr method by @olliethomas in #658
- Fix a long-standing type error by @thomkeh in #660
- add FairDummies method by @olliethomas in #646
- add new models to main init by @olliethomas in #662
- Use single DataFrame as underlying storage for DataTuple by @thomkeh in #659
- Don't let DataTuple inherit from TestTuple by @thomkeh in #664
Full Changelog: v0.7.1...v1.0.0-alpha.0