Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.0.284 #6453

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Bump version to 0.0.284 #6453

merged 1 commit into from
Aug 9, 2023

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Aug 9, 2023

What's Changed

This release fixes a few bugs, notably the previous release announced a breaking change where the default target
Python version changed from 3.10 to 3.8 but it was not applied. Thanks to @rco-ableton for fixing this in
#6444

Bug Fixes

New Contributors

Full Changelog: v0.0.283...v0.0.284

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.01      8.2±0.11ms     4.9 MB/sec    1.00      8.2±0.06ms     5.0 MB/sec
formatter/numpy/ctypeslib.py               1.00  1653.7±54.61µs    10.1 MB/sec    1.00  1646.1±30.24µs    10.1 MB/sec
formatter/numpy/globals.py                 1.00    189.6±7.67µs    15.6 MB/sec    1.01    191.7±7.38µs    15.4 MB/sec
formatter/pydantic/types.py                1.01      3.6±0.15ms     7.2 MB/sec    1.00      3.5±0.11ms     7.3 MB/sec
linter/all-rules/large/dataset.py          1.01     10.1±0.02ms     4.0 MB/sec    1.00     10.1±0.01ms     4.0 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.01      2.7±0.05ms     6.1 MB/sec    1.00      2.7±0.01ms     6.1 MB/sec
linter/all-rules/numpy/globals.py          1.00    384.1±1.48µs     7.7 MB/sec    1.00    384.8±1.84µs     7.7 MB/sec
linter/all-rules/pydantic/types.py         1.01      5.3±0.03ms     4.8 MB/sec    1.00      5.3±0.02ms     4.8 MB/sec
linter/default-rules/large/dataset.py      1.00      5.3±0.01ms     7.6 MB/sec    1.00      5.3±0.01ms     7.7 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00  1155.8±12.50µs    14.4 MB/sec    1.00  1156.9±14.80µs    14.4 MB/sec
linter/default-rules/numpy/globals.py      1.00    135.9±3.99µs    21.7 MB/sec    1.00    135.3±5.85µs    21.8 MB/sec
linter/default-rules/pydantic/types.py     1.00      2.4±0.01ms    10.6 MB/sec    1.00      2.4±0.02ms    10.6 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.01     12.3±0.30ms     3.3 MB/sec    1.00     12.1±0.25ms     3.4 MB/sec
formatter/numpy/ctypeslib.py               1.01      2.4±0.07ms     7.1 MB/sec    1.00      2.3±0.09ms     7.2 MB/sec
formatter/numpy/globals.py                 1.01   262.6±38.28µs    11.2 MB/sec    1.00   260.1±13.75µs    11.3 MB/sec
formatter/pydantic/types.py                1.00      5.1±0.16ms     5.0 MB/sec    1.03      5.2±0.19ms     4.9 MB/sec
linter/all-rules/large/dataset.py          1.00     15.2±0.30ms     2.7 MB/sec    1.01     15.5±0.29ms     2.6 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      4.2±0.10ms     4.0 MB/sec    1.00      4.2±0.13ms     4.0 MB/sec
linter/all-rules/numpy/globals.py          1.00   518.1±17.39µs     5.7 MB/sec    1.03   532.2±26.41µs     5.5 MB/sec
linter/all-rules/pydantic/types.py         1.02      8.1±0.18ms     3.1 MB/sec    1.00      7.9±0.23ms     3.2 MB/sec
linter/default-rules/large/dataset.py      1.00      8.4±0.17ms     4.8 MB/sec    1.00      8.4±0.15ms     4.8 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00  1733.7±48.80µs     9.6 MB/sec    1.02  1759.9±64.51µs     9.5 MB/sec
linter/default-rules/numpy/globals.py      1.00   199.3±11.99µs    14.8 MB/sec    1.00   199.1±10.96µs    14.8 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.7±0.15ms     6.9 MB/sec    1.00      3.7±0.11ms     6.9 MB/sec

@zanieb zanieb merged commit 3ecd263 into main Aug 9, 2023
39 checks passed
@zanieb zanieb deleted the release/284 branch August 9, 2023 18:32
durumu pushed a commit to durumu/ruff that referenced this pull request Aug 12, 2023
## What's Changed

This release fixes a few bugs, notably the previous release announced a
breaking change where the default target
Python version changed from 3.10 to 3.8 but it was not applied. Thanks
to @rco-ableton for fixing this in
astral-sh#6444

### Bug Fixes
* Do not trigger `S108` if path is inside `tempfile.*` call by
@dhruvmanila in astral-sh#6416
* Do not allow on zero tab width by @tjkuson in
astral-sh#6429
* Fix false-positive in submodule resolution by @charliermarsh in
astral-sh#6435

## New Contributors
* @rco-ableton made their first contribution in
astral-sh#6444

**Full Changelog**:
astral-sh/ruff@v0.0.283...v0.0.284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants