Feu

Latest version: v0.3.1

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

Scan your dependencies

Page 2 of 3

0.2.0

Breaking changes

This new release introduces several breaking changes when using the command line. In `0.1.x`, `feu` uses `fire` to parse the command line arguments. In `0.2.x`, `feu` uses `click`. The extra dependency `fire` is replaced by `cli` when installing `feu`:
shell
old
pip install feu[fire]
new
pip install feu[cli]


Th syntax for the command lines changes a bit:

shell
old
python -m feu install --package=numpy --version=2.0.2
new
python -m feu install --pkg-name=numpy --pkg-version=2.0.2


shell
old
python -m feu find_closest_version --pkg_name=numpy --pkg_version=2.0.2 --python_version=3.10
new
python -m feu find-closest-version --pkg-name=numpy --pkg-version=2.0.2 --python-version=3.10


shell
old
python -m feu check_valid_version --pkg_name=numpy --pkg_version=2.0.2 --python_version=3.10
new
python -m feu check-valid-version --pkg-name=numpy --pkg-version=2.0.2 --python-version=3.10


What's Changed
* Add click optional dependency by durandtibo in https://github.com/durandtibo/feu/pull/211
* Update workflows by durandtibo in https://github.com/durandtibo/feu/pull/212
* Update CLI entrypoint by durandtibo in https://github.com/durandtibo/feu/pull/213
* Clean package module by durandtibo in https://github.com/durandtibo/feu/pull/214
* Fix workflow by durandtibo in https://github.com/durandtibo/feu/pull/215
* Remove `fire` by durandtibo in https://github.com/durandtibo/feu/pull/216
* Release version `0.2.0` by durandtibo in https://github.com/durandtibo/feu/pull/217


**Full Changelog**: https://github.com/durandtibo/feu/compare/v0.1.1...v0.2.0

0.1.1

What's Changed
* Update workflow by durandtibo in https://github.com/durandtibo/feu/pull/208
* Convert float version to string by durandtibo in https://github.com/durandtibo/feu/pull/209
* Release version `0.1.1` by durandtibo in https://github.com/durandtibo/feu/pull/210


**Full Changelog**: https://github.com/durandtibo/feu/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* Bump ruff from 0.5.7 to 0.6.1 by dependabot in https://github.com/durandtibo/feu/pull/177
* Bump mkdocs-material from 9.5.31 to 9.5.32 by dependabot in https://github.com/durandtibo/feu/pull/176
* Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 by dependabot in https://github.com/durandtibo/feu/pull/179
* Bump ruff from 0.6.1 to 0.6.2 by dependabot in https://github.com/durandtibo/feu/pull/180
* Bump xdoctest from 1.1.6 to 1.2.0 by dependabot in https://github.com/durandtibo/feu/pull/181
* Bump mkdocs-material from 9.5.32 to 9.5.33 by dependabot in https://github.com/durandtibo/feu/pull/182
* Bump ruff from 0.6.2 to 0.6.3 by dependabot in https://github.com/durandtibo/feu/pull/185
* Bump mkdocstrings from 0.25.2 to 0.26.0 by dependabot in https://github.com/durandtibo/feu/pull/184
* Bump mkdocs-material from 9.5.33 to 9.5.34 by dependabot in https://github.com/durandtibo/feu/pull/183
* Debug workflow by durandtibo in https://github.com/durandtibo/feu/pull/189
* Add `PackageValidator` by durandtibo in https://github.com/durandtibo/feu/pull/188
* Improve `PackageValidator` by durandtibo in https://github.com/durandtibo/feu/pull/190
* Bump mkdocstrings from 0.26.0 to 0.26.1 by dependabot in https://github.com/durandtibo/feu/pull/187
* Bump ruff from 0.6.3 to 0.6.4 by dependabot in https://github.com/durandtibo/feu/pull/186
* Add install workflow by durandtibo in https://github.com/durandtibo/feu/pull/191
* Add `PackageValidator.is_valid_version` by durandtibo in https://github.com/durandtibo/feu/pull/192
* Rename `PackageConfig` by durandtibo in https://github.com/durandtibo/feu/pull/193
* Add `is_valid_version` by durandtibo in https://github.com/durandtibo/feu/pull/194
* Add `PackageValidator.find_closest_version` by durandtibo in https://github.com/durandtibo/feu/pull/195
* Add `find_closest_version` by durandtibo in https://github.com/durandtibo/feu/pull/196
* Add local action by durandtibo in https://github.com/durandtibo/feu/pull/197
* Add `fire` as optional dependency by durandtibo in https://github.com/durandtibo/feu/pull/199
* Add install CLI by durandtibo in https://github.com/durandtibo/feu/pull/200
* Improve CI workflow by durandtibo in https://github.com/durandtibo/feu/pull/201
* Improve package installer by durandtibo in https://github.com/durandtibo/feu/pull/202
* Improve valid package tests by durandtibo in https://github.com/durandtibo/feu/pull/198
* Add main entrypoint by durandtibo in https://github.com/durandtibo/feu/pull/203
* Improve Jax installer by durandtibo in https://github.com/durandtibo/feu/pull/204
* Improve test installation workflow by durandtibo in https://github.com/durandtibo/feu/pull/205
* Improve main entrypoint by durandtibo in https://github.com/durandtibo/feu/pull/206
* Release version `0.1.0` by durandtibo in https://github.com/durandtibo/feu/pull/207


**Full Changelog**: https://github.com/durandtibo/feu/compare/v0.0.7...v0.1.0

0.0.7

What's Changed
* Bump mike from 2.1.1 to 2.1.2 by dependabot in https://github.com/durandtibo/feu/pull/146
* Bump coverage from 7.5.3 to 7.5.4 by dependabot in https://github.com/durandtibo/feu/pull/147
* Bump ruff from 0.4.10 to 0.5.0 by dependabot in https://github.com/durandtibo/feu/pull/148
* Bump certifi from 2024.6.2 to 2024.7.4 in the pip group by dependabot in https://github.com/durandtibo/feu/pull/149
* Bump ruff from 0.5.0 to 0.5.1 by dependabot in https://github.com/durandtibo/feu/pull/151
* Bump mkdocs-material from 9.5.27 to 9.5.28 by dependabot in https://github.com/durandtibo/feu/pull/150
* Bump coverage from 7.5.4 to 7.6.0 by dependabot in https://github.com/durandtibo/feu/pull/152
* Bump ruff from 0.5.1 to 0.5.2 by dependabot in https://github.com/durandtibo/feu/pull/154
* Bump mkdocs-material from 9.5.28 to 9.5.29 by dependabot in https://github.com/durandtibo/feu/pull/153
* Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/durandtibo/feu/pull/156
* Bump ruff from 0.5.2 to 0.5.4 by dependabot in https://github.com/durandtibo/feu/pull/155
* Update workflows by durandtibo in https://github.com/durandtibo/feu/pull/157
* Create CODE_OF_CONDUCT.md by durandtibo in https://github.com/durandtibo/feu/pull/158
* Add PR template by durandtibo in https://github.com/durandtibo/feu/pull/159
* Add issue templates by durandtibo in https://github.com/durandtibo/feu/pull/160
* Add contributing guidelines by durandtibo in https://github.com/durandtibo/feu/pull/161
* Bump pre-commit from 3.7.1 to 3.8.0 by dependabot in https://github.com/durandtibo/feu/pull/166
* Bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/durandtibo/feu/pull/162
* Bump ruff from 0.5.4 to 0.5.5 by dependabot in https://github.com/durandtibo/feu/pull/165
* Bump mkdocs-material from 9.5.29 to 9.5.30 by dependabot in https://github.com/durandtibo/feu/pull/163
* Bump mkdocstrings from 0.25.1 to 0.25.2 by dependabot in https://github.com/durandtibo/feu/pull/164
* Bump black from 24.4.2 to 24.8.0 by dependabot in https://github.com/durandtibo/feu/pull/167
* Bump coverage from 7.6.0 to 7.6.1 by dependabot in https://github.com/durandtibo/feu/pull/168
* Bump ruff from 0.5.5 to 0.5.6 by dependabot in https://github.com/durandtibo/feu/pull/169
* Bump xdoctest from 1.1.5 to 1.1.6 by dependabot in https://github.com/durandtibo/feu/pull/170
* Bump mkdocs-material from 9.5.30 to 9.5.31 by dependabot in https://github.com/durandtibo/feu/pull/171
* Bump ruff from 0.5.6 to 0.5.7 by dependabot in https://github.com/durandtibo/feu/pull/172
* Update dependencies by durandtibo in https://github.com/durandtibo/feu/pull/173
* Add sklearn installer by durandtibo in https://github.com/durandtibo/feu/pull/174
* Release version `0.0.7` by durandtibo in https://github.com/durandtibo/feu/pull/175


**Full Changelog**: https://github.com/durandtibo/feu/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Add scipy installer by durandtibo in https://github.com/durandtibo/feu/pull/143
* Add pyarrow installer by durandtibo in https://github.com/durandtibo/feu/pull/144
* Release version `0.0.6` by durandtibo in https://github.com/durandtibo/feu/pull/145


**Full Changelog**: https://github.com/durandtibo/feu/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Reduce code duplication by durandtibo in https://github.com/durandtibo/feu/pull/138
* Add integration tests to workflows by durandtibo in https://github.com/durandtibo/feu/pull/139
* Add matplotlib installer by durandtibo in https://github.com/durandtibo/feu/pull/140
* Add jax installer by durandtibo in https://github.com/durandtibo/feu/pull/141
* Release version `0.0.5` by durandtibo in https://github.com/durandtibo/feu/pull/142


**Full Changelog**: https://github.com/durandtibo/feu/compare/v0.0.4...v0.0.5

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.