Releases: durandtibo/feu
Releases · durandtibo/feu
[v0.3.1] Add support for pyarrow and python 3.13
What's Changed
- Add pre-commit autoupdate workflow by @durandtibo in #246
- Debug pre-commit autoupdate workflow by @durandtibo in #250
- Update pre-commit autoupdate workflow by @durandtibo in #251
- Update pre-commit hooks by @github-actions in #252
- Bump mkdocs-material from 9.5.39 to 9.5.40 by @dependabot in #249
- Bump coverage from 7.6.2 to 7.6.3 by @dependabot in #247
- Bump mkdocstrings from 0.26.1 to 0.26.2 by @dependabot in #248
- Update pre-commit hooks by @github-actions in #253
- Update pre-commit autoupdate workflow by @durandtibo in #254
- Bump ruff from 0.6.9 to 0.7.0 by @dependabot in #257
- Bump coverage from 7.6.3 to 7.6.4 by @dependabot in #256
- Bump mkdocs-material from 9.5.40 to 9.5.42 by @dependabot in #255
- Update pre-commit hooks by @github-actions in #258
- Bump ruff from 0.7.0 to 0.7.1 by @dependabot in #259
- Update pre-commit hooks by @github-actions in #260
- Add support for pyarrow and python 3.13 by @durandtibo in #261
- Update workflows by @durandtibo in #262
- Release version
0.3.1
by @durandtibo in #263
New Contributors
- @github-actions made their first contribution in #252
Full Changelog: v0.3.0...v0.3.1
[v0.3.0] Partial support for python 3.13
What's Changed
- Remove
coola
dev dependency by @durandtibo in #239 - Remove test install workflow by @durandtibo in #240
- Add python 3.13 to workflows by @durandtibo in #241
- Update to pre-commit 4.0 by @durandtibo in #244
- Improve
PackageConfig
by @durandtibo in #243 - Release version
0.3.0
by @durandtibo in #245
Full Changelog: v0.2.4...v0.3.0
[v0.2.4] Add support for requests
What's Changed
- Update README.md by @durandtibo in #230
- Bump durandtibo/pip-install-package-action from 0.2.1 to 0.2.3 by @dependabot in #231
- Bump ruff from 0.6.7 to 0.6.8 by @dependabot in #232
- Bump mkdocs-material from 9.5.36 to 9.5.39 by @dependabot in #233
- Update dependencies and workflows by @durandtibo in #234
- Add support for requests by @durandtibo in #235
- Release version
0.2.4
by @durandtibo in #236 - Bump black from 24.8.0 to 24.10.0 by @dependabot in #237
Full Changelog: v0.2.3...v0.2.4
[v0.2.3] Add scipy support
What's Changed
- Bump ruff from 0.6.5 to 0.6.7 by @dependabot in #223
- Bump mkdocs-material from 9.5.35 to 9.5.36 by @dependabot in #224
- Add support for scipy by @durandtibo in #228
- Release version
0.2.3
by @durandtibo in #229
Full Changelog: v0.2.2...v0.2.3
[v0.2.2] Support for sklearn
What's Changed
- Add support for sklearn by @durandtibo in #225
- Bump durandtibo/pip-install-package-action from 0.2.0 to 0.2.1 by @dependabot in #222
- Release version
0.2.2
by @durandtibo in #226
Full Changelog: v0.2.1...v0.2.2
[v0.2.1] Support for xarray
What's Changed
- Update workflow by @durandtibo in #218
- Add support for
xarray
by @durandtibo in #219 - Fix package versions by @durandtibo in #220
- Release version
0.2.1
by @durandtibo in #221
Full Changelog: v0.2.0...v0.2.1
[v0.2.0] Replace fire by click
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
:
# old
pip install feu[fire]
# new
pip install feu[cli]
Th syntax for the command lines changes a bit:
# old
python -m feu install --package=numpy --version=2.0.2
# new
python -m feu install --pkg-name=numpy --pkg-version=2.0.2
# 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
# 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 #211
- Update workflows by @durandtibo in #212
- Update CLI entrypoint by @durandtibo in #213
- Clean package module by @durandtibo in #214
- Fix workflow by @durandtibo in #215
- Remove
fire
by @durandtibo in #216 - Release version
0.2.0
by @durandtibo in #217
Full Changelog: v0.1.1...v0.2.0
[v0.1.1] Improve robustness
What's Changed
- Update workflow by @durandtibo in #208
- Convert float version to string by @durandtibo in #209
- Release version
0.1.1
by @durandtibo in #210
Full Changelog: v0.1.0...v0.1.1
[v0.1.0] Closest version finder
What's Changed
- Bump ruff from 0.5.7 to 0.6.1 by @dependabot in #177
- Bump mkdocs-material from 9.5.31 to 9.5.32 by @dependabot in #176
- Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 by @dependabot in #179
- Bump ruff from 0.6.1 to 0.6.2 by @dependabot in #180
- Bump xdoctest from 1.1.6 to 1.2.0 by @dependabot in #181
- Bump mkdocs-material from 9.5.32 to 9.5.33 by @dependabot in #182
- Bump ruff from 0.6.2 to 0.6.3 by @dependabot in #185
- Bump mkdocstrings from 0.25.2 to 0.26.0 by @dependabot in #184
- Bump mkdocs-material from 9.5.33 to 9.5.34 by @dependabot in #183
- Debug workflow by @durandtibo in #189
- Add
PackageValidator
by @durandtibo in #188 - Improve
PackageValidator
by @durandtibo in #190 - Bump mkdocstrings from 0.26.0 to 0.26.1 by @dependabot in #187
- Bump ruff from 0.6.3 to 0.6.4 by @dependabot in #186
- Add install workflow by @durandtibo in #191
- Add
PackageValidator.is_valid_version
by @durandtibo in #192 - Rename
PackageConfig
by @durandtibo in #193 - Add
is_valid_version
by @durandtibo in #194 - Add
PackageValidator.find_closest_version
by @durandtibo in #195 - Add
find_closest_version
by @durandtibo in #196 - Add local action by @durandtibo in #197
- Add
fire
as optional dependency by @durandtibo in #199 - Add install CLI by @durandtibo in #200
- Improve CI workflow by @durandtibo in #201
- Improve package installer by @durandtibo in #202
- Improve valid package tests by @durandtibo in #198
- Add main entrypoint by @durandtibo in #203
- Improve Jax installer by @durandtibo in #204
- Improve test installation workflow by @durandtibo in #205
- Improve main entrypoint by @durandtibo in #206
- Release version
0.1.0
by @durandtibo in #207
Full Changelog: v0.0.7...v0.1.0
[v0.0.7] sklearn package installer
What's Changed
- Bump mike from 2.1.1 to 2.1.2 by @dependabot in #146
- Bump coverage from 7.5.3 to 7.5.4 by @dependabot in #147
- Bump ruff from 0.4.10 to 0.5.0 by @dependabot in #148
- Bump certifi from 2024.6.2 to 2024.7.4 in the pip group by @dependabot in #149
- Bump ruff from 0.5.0 to 0.5.1 by @dependabot in #151
- Bump mkdocs-material from 9.5.27 to 9.5.28 by @dependabot in #150
- Bump coverage from 7.5.4 to 7.6.0 by @dependabot in #152
- Bump ruff from 0.5.1 to 0.5.2 by @dependabot in #154
- Bump mkdocs-material from 9.5.28 to 9.5.29 by @dependabot in #153
- Bump pytest from 8.2.2 to 8.3.1 by @dependabot in #156
- Bump ruff from 0.5.2 to 0.5.4 by @dependabot in #155
- Update workflows by @durandtibo in #157
- Create CODE_OF_CONDUCT.md by @durandtibo in #158
- Add PR template by @durandtibo in #159
- Add issue templates by @durandtibo in #160
- Add contributing guidelines by @durandtibo in #161
- Bump pre-commit from 3.7.1 to 3.8.0 by @dependabot in #166
- Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #162
- Bump ruff from 0.5.4 to 0.5.5 by @dependabot in #165
- Bump mkdocs-material from 9.5.29 to 9.5.30 by @dependabot in #163
- Bump mkdocstrings from 0.25.1 to 0.25.2 by @dependabot in #164
- Bump black from 24.4.2 to 24.8.0 by @dependabot in #167
- Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #168
- Bump ruff from 0.5.5 to 0.5.6 by @dependabot in #169
- Bump xdoctest from 1.1.5 to 1.1.6 by @dependabot in #170
- Bump mkdocs-material from 9.5.30 to 9.5.31 by @dependabot in #171
- Bump ruff from 0.5.6 to 0.5.7 by @dependabot in #172
- Update dependencies by @durandtibo in #173
- Add sklearn installer by @durandtibo in #174
- Release version
0.0.7
by @durandtibo in #175
Full Changelog: v0.0.6...v0.0.7