|
1 | 1 | Change log
|
2 | 2 | ==========
|
3 | 3 |
|
| 4 | +v2023.5.8 |
| 5 | +--------- |
| 6 | +* PR #2959 from @materialsproject dependabot/github_actions/pypa/cibuildwheel-2.12.3 |
| 7 | + Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.4 to 2.12.3. |
| 8 | + <details> |
| 9 | + <summary>Release notes</summary> |
| 10 | + <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's releases</a>.</em></p> |
| 11 | + <blockquote> |
| 12 | + <h2>v2.12.3</h2> |
| 13 | + <ul> |
| 14 | + <li>🐛 Fix an import error when running on Python 3.7. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1479">#1479</a>)</li> |
| 15 | + </ul> |
| 16 | + <h2>v2.12.2</h2> |
| 17 | + <ul> |
| 18 | + <li>🐛 Fix a bug that caused an extra empty config-setting to be passed to the backend when CIBW_BUILD_FRONTEND is set to <code>build</code>. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1474">#1474</a>)</li> |
| 19 | + <li>🐛 Fix a crash that occurred when overwriting an existing wheel on Windows. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1464">#1464</a>)</li> |
| 20 | + <li>🛠 Pinned version updates, including CPython 3.10.11, 3.11.3, pip 23.1 and wheel 0.40.0.</li> |
| 21 | + </ul> |
| 22 | + <h2>v2.12.1</h2> |
| 23 | + <ul> |
| 24 | + <li>🐛 Fix a bug that prevented the use of CIBW_CONFIG_SETTINGS with the 'pip' build backend. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1430">#1430</a>)</li> |
| 25 | + </ul> |
| 26 | + <h2>v2.12.0</h2> |
| 27 | + <ul> |
| 28 | + <li>✨ Adds support for PyPy arm64 wheels. This means that you can build PyPy wheels for Apple Silicon machines. Cross-compilation is not supported for these wheels, so you'll have to build on an Apple Silicon machine. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1372">#1372</a>)</li> |
| 29 | + <li>🛠 Pinned version updates, including PyPy to v7.3.11 and setuptools to 66.0.0.</li> |
| 30 | + </ul> |
| 31 | + </blockquote> |
| 32 | + </details> |
| 33 | + <details> |
| 34 | + <summary>Changelog</summary> |
| 35 | + <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md">pypa/cibuildwheel's changelog</a>.</em></p> |
| 36 | + <blockquote> |
| 37 | + <h3>v2.12.3</h3> |
| 38 | + <p><em>19 April 2023</em></p> |
| 39 | + <ul> |
| 40 | + <li>🐛 Fix an import error when running on Python 3.7. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1479">#1479</a>)</li> |
| 41 | + </ul> |
| 42 | + <h3>v2.12.2</h3> |
| 43 | + <p><em>18 April 2023</em></p> |
| 44 | + <ul> |
| 45 | + <li>🐛 Fix a bug that caused an extra empty config-setting to be passed to the backend when CIBW_BUILD_FRONTEND is set to <code>build</code>. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1474">#1474</a>)</li> |
| 46 | + <li>🐛 Fix a crash that occurred when overwriting an existing wheel on Windows. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1464">#1464</a>)</li> |
| 47 | + <li>🛠 Pinned version updates, including CPython 3.10.11, 3.11.3, pip 23.1 and wheel 0.40.0.</li> |
| 48 | + </ul> |
| 49 | + <h3>v2.12.1</h3> |
| 50 | + <p><em>11 March 2023</em></p> |
| 51 | + <ul> |
| 52 | + <li>🐛 Fix a bug that prevented the use of CIBW_CONFIG_SETTINGS with the 'pip' build backend. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1430">#1430</a>)</li> |
| 53 | + </ul> |
| 54 | + <h3>v2.12.0</h3> |
| 55 | + <p><em>16 Jan 2023</em></p> |
| 56 | + <ul> |
| 57 | + <li>✨ Adds support for PyPy arm64 wheels. This means that you can build PyPy wheels for Apple Silicon machines. Cross-compilation is not supported for these wheels, so you'll have to build on an Apple Silicon machine. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1372">#1372</a>)</li> |
| 58 | + <li>🛠 Pinned version updates, including PyPy to v7.3.11 and setuptools to 66.0.0.</li> |
| 59 | + </ul> |
| 60 | + </blockquote> |
| 61 | + </details> |
| 62 | + <details> |
| 63 | + <summary>Commits</summary> |
| 64 | + <ul> |
| 65 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/5e15bb25b428e1bf2daf2215f173d2b40135f56f"><code>5e15bb2</code></a> Bump version: v2.12.3</li> |
| 66 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/52572ccdd01fcde11603283bcfda090086a7d11c"><code>52572cc</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1479">#1479</a> from henryiii/henryiii/fix/py37</li> |
| 67 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/c6027e4fc72eee01851e06b1cd173aabeb3abfe0"><code>c6027e4</code></a> docs: fix options.md typos (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1477">#1477</a>)</li> |
| 68 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/aff6dd5adc49114f1ee49c82bcb386a142fc614a"><code>aff6dd5</code></a> refactor: tomllib in _compat</li> |
| 69 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/31bd9c91743e09f5b48c4def38c255c14c00d1af"><code>31bd9c9</code></a> refactor: restore typing for non-backports</li> |
| 70 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/d996af554ae21435028e538e417e403e8db7433e"><code>d996af5</code></a> fix: restore Python 3.7 support</li> |
| 71 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/e42f243b523a93352f0686ba2f4a62b7bf5f7d34"><code>e42f243</code></a> ci: add Python 3.7</li> |
| 72 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/9f18d385cbb38b9c24f46a2c798f361ecea8fd5c"><code>9f18d38</code></a> Bump version: v2.12.2</li> |
| 73 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/dfbc6c3902b689c250f9d9dd10ce8f88db8e2b7b"><code>dfbc6c3</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1476">#1476</a> from henryiii/henryiii/chore/ruff_ex</li> |
| 74 | + <li><a href="https://github.com/pypa/cibuildwheel/commit/8c5f89c035ba6ac81794ed5a5d6cd2110957f181"><code>8c5f89c</code></a> chore: update typing to be generic on function args</li> |
| 75 | + <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v2.11.4...v2.12.3">compare view</a></li> |
| 76 | + </ul> |
| 77 | + </details> |
| 78 | + <br /> |
| 79 | + [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) |
| 80 | + Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. |
| 81 | + [//]: # (dependabot-automerge-start) |
| 82 | + [//]: # (dependabot-automerge-end) |
| 83 | + --- |
| 84 | + <details> |
| 85 | + <summary>Dependabot commands and options</summary> |
| 86 | + <br /> |
| 87 | + You can trigger Dependabot actions by commenting on this PR: |
| 88 | + - `@dependabot rebase` will rebase this PR |
| 89 | + - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it |
| 90 | + - `@dependabot merge` will merge this PR after your CI passes on it |
| 91 | + - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it |
| 92 | + - `@dependabot cancel merge` will cancel a previously requested merge and block automerging |
| 93 | + - `@dependabot reopen` will reopen this PR if it is closed |
| 94 | + - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually |
| 95 | + - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) |
| 96 | + - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) |
| 97 | + - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) |
| 98 | + </details> |
| 99 | +* PR #2935 from @materialsproject pandas-v2-fixes |
| 100 | + Closes #2914. |
| 101 | + Replace calls to df.append() with pd.concat() and df.iteritems() with df.items(). |
| 102 | +* PR #2925 from @jmmshn master |
| 103 | + ## Allow proper versioning for forked repos |
| 104 | + I'm not 100% sure how the current version numbering is updated for `pymatgen` but it's not able to update the number properly for forks. The forks seem to keep a much older version number (from before the forking) |
| 105 | + This creates problems if you have the forked repo as a dependency in a requirement.txt file. |
| 106 | + This should fix that issue. |
| 107 | + |
4 | 108 | v2023.3.23
|
5 | 109 | ----------
|
6 | 110 | * Misc bug fixes.
|
|
0 commit comments