Ethicml

Latest version: v1.3.0

Safety actively analyzes 623704 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

1.3.0

<!-- Release notes generated using configuration in .github/release.yml at v1.3.0 -->

What's Changed
Breaking Changes 🛠
* Raise minimum Python version to 3.10 by tmke8 in https://github.com/wearepal/EthicML/pull/974
Exciting New Features 🎉
* Use bool mask in torch code by tmke8 in https://github.com/wearepal/EthicML/pull/972
* Enable the package for Python 3.12 by tmke8 in https://github.com/wearepal/EthicML/pull/1006
Other Changes
* Fix that cursed file again by tmke8 in https://github.com/wearepal/EthicML/pull/971
* Make the other mask also bool by tmke8 in https://github.com/wearepal/EthicML/pull/973
* Remove all `from __future__ import annotations` by tmke8 in https://github.com/wearepal/EthicML/pull/975
* Clean up the CI by tmke8 in https://github.com/wearepal/EthicML/pull/981
* Restore the use of python-type-stubs by tmke8 in https://github.com/wearepal/EthicML/pull/983
* Convert a lot of if-elif cascades into match statements by tmke8 in https://github.com/wearepal/EthicML/pull/984
* Replace darglint with pydoclint by tmke8 in https://github.com/wearepal/EthicML/pull/985
* Make zip strict and avoid boolean traps by tmke8 in https://github.com/wearepal/EthicML/pull/986
* Try to make mypy happy by tmke8 in https://github.com/wearepal/EthicML/pull/993
* Use ints for the labels in the tests by tmke8 in https://github.com/wearepal/EthicML/pull/994
* Normalize strings with black by tmke8 in https://github.com/wearepal/EthicML/pull/995


**Full Changelog**: https://github.com/wearepal/EthicML/compare/v1.2.3...v1.3.0

1.2.3

<!-- Release notes generated using configuration in .github/release.yml at v1.2.3 -->

What's Changed
* Update folktables by tmke8 in https://github.com/wearepal/EthicML/pull/964


**Full Changelog**: https://github.com/wearepal/EthicML/compare/v1.2.2...v1.2.3

1.2.2

<!-- Release notes generated using configuration in .github/release.yml at v1.2.2 -->

What's Changed
Bugfixes
* Fix multigrid plotting by tmke8 in https://github.com/wearepal/EthicML/pull/958
Other Changes
* Disable number of args check by tmke8 in https://github.com/wearepal/EthicML/pull/905
* Update to Poetry 1.5 by tmke8 in https://github.com/wearepal/EthicML/pull/906
* Increase coverage of mypy by tmke8 in https://github.com/wearepal/EthicML/pull/907
* Disable dependabot auto-merge by tmke8 in https://github.com/wearepal/EthicML/pull/913
* Update type stubs by tmke8 in https://github.com/wearepal/EthicML/pull/914
* Make ruff happy by tmke8 in https://github.com/wearepal/EthicML/pull/927
* Make compatible with mypy 1.5 by tmke8 in https://github.com/wearepal/EthicML/pull/932
* Some fixes by tmke8 in https://github.com/wearepal/EthicML/pull/935
* Add explicit `check=False` by tmke8 in https://github.com/wearepal/EthicML/pull/938
* Split off the dev dependencies for individual CI steps by tmke8 in https://github.com/wearepal/EthicML/pull/939
* Modernize sphinx deployment by tmke8 in https://github.com/wearepal/EthicML/pull/942
* Improve formatting slightly by tmke8 in https://github.com/wearepal/EthicML/pull/949


**Full Changelog**: https://github.com/wearepal/EthicML/compare/v1.2.1...v1.2.2

1.2.1

<!-- Release notes generated using configuration in .github/release.yml at v1.2.1 -->

What's Changed
Exciting New Features 🎉
* Update to Pandas 2.0 by tmke8 in https://github.com/wearepal/EthicML/pull/887
Other Changes
* Update ruff and update config by tmke8 in https://github.com/wearepal/EthicML/pull/886
* Address an ancient Seaborn deprecation warning by tmke8 in https://github.com/wearepal/EthicML/pull/888
* Update ruff by tmke8 in https://github.com/wearepal/EthicML/pull/892


**Full Changelog**: https://github.com/wearepal/EthicML/compare/v1.2.0...v1.2.1

1.2.0

<!-- Release notes generated using configuration in .github/release.yml at v1.2.0 -->

What's Changed
Exciting New Features 🎉
* Raise highest supported Python version to 3.11 by tmke8 in https://github.com/wearepal/EthicML/pull/879
Other Changes
* Use new setting in ruff to set the docstring convention by tmke8 in https://github.com/wearepal/EthicML/pull/836
* Don't install the project itself with pdm by tmke8 in https://github.com/wearepal/EthicML/pull/837
* Update ruff by tmke8 in https://github.com/wearepal/EthicML/pull/838
* Update sklearn stubs by tmke8 in https://github.com/wearepal/EthicML/pull/846
* Use kernel.value instead of kernel.name by tmke8 in https://github.com/wearepal/EthicML/pull/847
* Update ruff by tmke8 in https://github.com/wearepal/EthicML/pull/850
* Update to black 2023 by tmke8 in https://github.com/wearepal/EthicML/pull/851
* Add more linters from ruff by tmke8 in https://github.com/wearepal/EthicML/pull/852
* Update mypy by tmke8 in https://github.com/wearepal/EthicML/pull/856
* Add naming lint by tmke8 in https://github.com/wearepal/EthicML/pull/857
* Use Self type now that mypy supports it by tmke8 in https://github.com/wearepal/EthicML/pull/858
* Update continuous_integration.yml by tmke8 in https://github.com/wearepal/EthicML/pull/861
* Update ruff by tmke8 in https://github.com/wearepal/EthicML/pull/860
* Add some ruff ignores by tmke8 in https://github.com/wearepal/EthicML/pull/867
* Fix some type issues by tmke8 in https://github.com/wearepal/EthicML/pull/868
* Try running the full CI only in the merge queue by tmke8 in https://github.com/wearepal/EthicML/pull/874
* Update type stubs by tmke8 in https://github.com/wearepal/EthicML/pull/884


**Full Changelog**: https://github.com/wearepal/EthicML/compare/v1.1.0...v1.2.0

1.1.0

<!-- Release notes generated using configuration in .github/release.yml at v1.1.0 -->

What's Changed
Other Changes
* Improve pandas code by thomkeh in https://github.com/wearepal/EthicML/pull/820
* Fix a problem with the darglint CI by thomkeh in https://github.com/wearepal/EthicML/pull/821
* Fix a type error by thomkeh in https://github.com/wearepal/EthicML/pull/823
* Add CPU version of torch to poetry by thomkeh in https://github.com/wearepal/EthicML/pull/822
* Format with pytest-style by thomkeh in https://github.com/wearepal/EthicML/pull/828
* Update Zafar to Python 3 by thomkeh in https://github.com/wearepal/EthicML/pull/829
* Format with black preview by thomkeh in https://github.com/wearepal/EthicML/pull/830
* Use ruff instead of isort by thomkeh in https://github.com/wearepal/EthicML/pull/832
* Update Kamishima to Python3 by thomkeh in https://github.com/wearepal/EthicML/pull/834


**Full Changelog**: https://github.com/wearepal/EthicML/compare/v1.0.2...v1.1.0

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.