6dd5845
Make monitoring radio send() signature consistent with radio.send (#3672)7fe576e
Remove unused monitoring radio source ID (#3670)4f20b3e
Add shared_fs
and staging_required
test
markers (#3669)0512111
Remove bad cut/paste from PR #2439 (#3671)06b4f28
Remove deprecated CobaltProvider (#3667)1e27234
Test monitoring filesystem radio (#3665)Sourced from dask[distributed]'s releases.
2024.11.1
Changes
- Ensure subgraphs release intermediate results
@fjetter
(#11510)- Implement faster tokenize for np dtype
@phofl
(#11508)- Add quantile to array compat doc
@phofl
(#11504)See the Changelog for more information.
2024.11.0
Changes
- Add changelog for Dask release
@phofl
(#11502)- Minor updates to optional dependencies table
@jrbourbeau
(#11503)- Add push for ffill like operations
@phofl
(#11501)- Remove func packing for TaskSpec
@fjetter
(#11496)- Make tokenization for vindex more efficient
@phofl
(#11493)- Cut down runtime of einstein summation test
@phofl
(#11499)- Improve test runtime for test_rot90
@fjetter
(#11498)- Disable low level optimization for TaskSpec in Bags
@fjetter
(#11495)- Add automatic rechunking to sliding-window-view
@phofl
(#11479)- Add
load_stored
kwarg todask.array.store
.@dcherian
(#11465)- Fix quantile error in two dimensions
@phofl
(#11489)- Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0
@dependabot
(#11490)- Update map_blocks docstring
@phofl
(#11491)- Fix einsum with empty arrays
@phofl
(#11488)- Implement non gil-blocking quantile method
@phofl
(#11473)- Use internal keyword for trimming in map_overlap to reduce graph size
@phofl
(#11486)- minor dask order refactor
@fjetter
(#11467)- Remove empty tasks from map_overlap
@phofl
(#11483)- Fixup auto chunks calculation if single chunk goes below 1
@phofl
(#11485)- Fix CI after pandas upstream changes
@phofl
(#11482)- Make sure that block_id and block_info don't create extra tasks
@phofl
(#11484)- Use repeat to build nearest boundary
@j2bbayle
(#9666)- Remove dead code from make_blockwise
@fjetter
(#11478)- Patch auto-chunks calculation for rioxarray
@phofl
(#11480)- Skip legacy test because of flaky warning
@phofl
(#11475)- Unskip a few dask-expr tests
@phofl
(#11474)- Keep chunk sizes consistent in einsum
@phofl
(#11464)- Improve how normalize_chunks squashes together chunks when "auto" is set
@phofl
(#11468)- Fix resolve_aliases when multiple aliases are in graph
@phofl
(#11469)- Avoid cyclic import in dask.array
@hendrikmakait
(#11472)- Unskip daraframe test
@phofl
(#11471)- Improve dask.order performance for large graphs
@fjetter
(#11466)- Ensure that
slice(None)
just maps the keys@phofl
(#11450)- Fix
Task.__repr__()
of unpickled object@pentschev
(#11463)- Use TaskSpec in local dask execution
@fjetter
(#11378)- Adjust accuracy in test_solve_triangular_vector
@fjetter
(#11461)- Update Aggregation docstring to better reflext the input argument of …
@guillaumeeb
(#11459)- Implement fuse option for delayed objects
@phofl
(#11441)
... (truncated)
d2daa38
Version 2024.11.15da4a7b
Ensure subgraphs release intermediate results (#11510)583a7e2
Implement faster tokenize for np dtype (#11508)f802292
Add quantile to array compat doc (#11504)e8c15ba
Version 2024.11.05cf7ee7
Add changelog for Dask release (#11502)28a7e36
Minor updates to optional dependencies table (#11503)e357ff1
Add push for ffill like operations (#11501)c912dc3
Remove func packing for TaskSpec (#11496)bad6b68
Make tokenization for vindex more efficient (#11493)Sourced from phonopy's changelog.
Nov-9-2024: Version 2.30.0
- The symfc package (https://github.com/symfc/symfc) was made a necessary package from this version.
- Default force constants calculator for
phonopy-load
command was changed tosymfc
. The previous behaviour is recovered byphonopy-load --fc-calculator traditional
.
e6757a1
Merge branch 'develop'bd79d90
Merge pull request #447
from phonopy/releasef8c2832
Set version 2.30.0c55106b
Merge pull request #446
from phonopy/phonopy-load-symfc35e0d81
Add python 3.13 in CIeecb585
Symfc as default when phonopy-loadec3ca0e
Merge pull request #445
from phonopy/pre-commit-ci-update-config4aac706
[pre-commit.ci] pre-commit autoupdateebd51cf
Merge pull request #443
from phonopy/pre-commit-ci-update-configc6c10f7
[pre-commit.ci] pre-commit autoupdateSourced from prefect[dask]'s releases.
3.1.1: Around the Codebase in 80 PRs
Enhancements ➕➕
- Hook
prefect-kubernetes
into setting framework by@desertaxle
in PrefectHQ/prefect#15888- Enable PREFECT_PROFILES_PATH in source files by
@GalLadislav
in PrefectHQ/prefect#15914- Include worker ID with worker-originated flow run logs by
@abrookins
in PrefectHQ/prefect#15941Bug Fixes 🐞
- fix
wait_for
forDaskTaskRunner
by@zzstoatzz
in PrefectHQ/prefect#15909- fix extra loggers parsing by
@zzstoatzz
in PrefectHQ/prefect#15913- Fix
prefect config view
not showing .env file settings by@GalLadislav
in PrefectHQ/prefect#15922- fix sqlite migration by
@zzstoatzz
in PrefectHQ/prefect#15917- fix flow run graph endpoint for nested task runs by
@jakekaplan
in PrefectHQ/prefect#15939Integrations & Dependencies 🤝
- Update typer requirement from !=0.12.2,=0.12.0,!=0.12.2,<0.14.0 by
@dependabot
in PrefectHQ/prefect#15949- Setup OpenTelemetry exporters when initializing prefect by
@bunchesofdonald
in PrefectHQ/prefect#15946Development & Tidiness 🧹
- add internal
async_dispatch
util by@zzstoatzz
in PrefectHQ/prefect#15813- Update
@prefecthq/prefect-ui-library
to version 3.11.14 by@marvin-robot
in PrefectHQ/prefect#15921- Bump vue-tsc from 2.1.8 to 2.1.10 in /ui by
@dependabot
in PrefectHQ/prefect#15916- Begin replatform of UI to React by
@desertaxle
in PrefectHQ/prefect#15907- Set
COVERAGE_CORE=sysmon
to speed up test on 3.12 by@desertaxle
in PrefectHQ/prefect#15905- Update docs for task results persistence param by
@frances720
in PrefectHQ/prefect#15931- Add in WorkerAPILogger and related functionality by
@sam-phinizy
in PrefectHQ/prefect#15864- Send worker metadata with first heartbeat by
@abrookins
in PrefectHQ/prefect#15898- Fix the direction of our integration string replacement by
@abrookins
in PrefectHQ/prefect#15959- Add in a link to the worker logs page by
@sam-phinizy
in PrefectHQ/prefect#15958New Contributors
@frances720
made their first contribution in PrefectHQ/prefect#15931Full Changelog: https://github.com/PrefectHQ/prefect/compare/3.1.0...3.1.1
3.1.1.dev6: Nightly Development Release
What's Changed
Enhancements ➕➕
- Include worker ID with worker-originated flow run logs by
@abrookins
in PrefectHQ/prefect#15941Bug Fixes 🐞
- fix flow run graph endpoint for nested task runs by
@jakekaplan
in PrefectHQ/prefect#15939Development & Tidiness 🧹
- Update
@prefecthq/prefect-ui-library
to version 3.11.15 by@marvin-robot
in PrefectHQ/prefect#15947Uncategorized
- Fix typo on self-host.mdx by
@discdiver
in PrefectHQ/prefect#15936- Add documentation on worker logs by
@sam-phinizy
in PrefectHQ/prefect#15920- Fix some nits in the worker logging docs by
@sam-phinizy
in PrefectHQ/prefect#15948
... (truncated)
6b50a2b
Add in a link to the worker logs page (#15958)41d3906
Fix the direction of our integration string replacement (#15959)d6a4842
Setup OpenTelemetry exporters when initializing prefect (#15946)2624409
Update typer requirement from !=0.12.2,<0.13.0,>=0.12.0 to
>=0.12.0,!=0.12.2,...11ce49a
Fix some nits in the worker logging docs (#15948)31568a6
Update @prefecthq/prefect-ui-library
to version 3.11.15
(#15947)a7d270b
Add documentation on worker logs (#15920)1c0dbaa
Include worker ID with worker-originated flow run logs (#15941)6d357da
fix flow run graph endpoint for nested task runs (#15939)f184d0a
Fix typo on self-host.mdx (#15936)Sourced from typer's releases.
0.13.0
Features
- ✨ Handle
KeyboardInterrupt
separately from other exceptions. PR #1039 by@patrick91
.- ✨ Update
launch
to not print anything when opening urls. PR #1035 by@patrick91
.- ✨ Show help items in order of definition. PR #944 by
@svlandeg
.Fixes
- 🐛 Fix equality check for custom classes. PR #979 by
@AryazE
.- 🐛 Allow colon in zsh autocomplete values and descriptions. PR #988 by
@snapbug
.Refactors
- 🗑️ Deprecate support for
is_flag
andflag_value
parameters. PR #987 by@svlandeg
.- 🔥 Remove unused functionality from
_typing.py
file. PR #805 by@ivantodorovich
.- ✏️ Fix typo in function name
_make_rich_text
. PR #959 by@svlandeg
.Internal
- ✅ Only run completion installation tests when the env var
_TYPER_RUN_INSTALL_COMPLETION_TESTS
is set. PR #995 by@svlandeg
.- 📝 Update the docstring of the
_make_rich_text
method. PR #972 by@svlandeg
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1040 by
@pre-commit-ci[bot]
.- ⬆ Bump mkdocs-material from 9.5.42 to 9.5.44. PR #1042 by
@dependabot[bot]
.- ⬆ Bump ruff from 0.7.1 to 0.7.2. PR #1038 by
@dependabot[bot]
.- ⬆ Bump mkdocs-macros-plugin from 1.3.6 to 1.3.7. PR #1031 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1032 by
@pre-commit-ci[bot]
.- ⬆ Bump ruff from 0.7.0 to 0.7.1. PR #1029 by
@dependabot[bot]
.- ⬆ Bump pillow from 10.4.0 to 11.0.0. PR #1023 by
@dependabot[bot]
.- ⬆ Bump mkdocs-material from 9.5.35 to 9.5.42. PR #1027 by
@dependabot[bot]
.- ⬆ Bump ruff from 0.6.5 to 0.7.0. PR #1026 by
@dependabot[bot]
.- ⬆ Bump mkdocs-macros-plugin from 1.2.0 to 1.3.6. PR #1025 by
@dependabot[bot]
.- ⬆ Update pre-commit requirement from =2.17.0,<5.0.0. PR #1012 by
@dependabot[bot]
.- ⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. PR #1009 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1001 by
@pre-commit-ci[bot]
.- 👷 Update Deploy docs CI to use uv. PR #1021 by
@tiangolo
.- 👷 Fix smokeshow, checkout files on CI. PR #1020 by
@tiangolo
.- 👷 Use uv in CI. PR #1019 by
@tiangolo
.- 👷 Update
labeler.yml
. PR #1014 by@tiangolo
.- 👷 Update worfkow deploy-docs-notify URL. PR #1011 by
@tiangolo
.- 👷 Upgrade Cloudflare GitHub Action. PR #1010 by
@tiangolo
.- ⬆ Bump mkdocs-macros-plugin from 1.0.5 to 1.2.0. PR #992 by
@dependabot[bot]
.- ⬆ Bump ruff from 0.6.4 to 0.6.5. PR #991 by
@dependabot[bot]
.- ⬆ Bump mkdocs-material from 9.5.34 to 9.5.35. PR #996 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #993 by
@pre-commit-ci[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #982 by
@pre-commit-ci[bot]
.- ⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR #980 by
@dependabot[bot]
.- 👷 Update
issue-manager.yml
. PR #978 by@tiangolo
.- ⬆ Bump ruff from 0.6.3 to 0.6.4. PR #975 by
@dependabot[bot]
.- ⬆ Bump mkdocs-material from 9.5.33 to 9.5.34. PR #963 by
@dependabot[bot]
.
... (truncated)
Sourced from typer's changelog.
0.13.0
Features
- ✨ Handle
KeyboardInterrupt
separately from other exceptions. PR #1039 by@patrick91
.- ✨ Update
launch
to not print anything when opening urls. PR #1035 by@patrick91
.- ✨ Show help items in order of definition. PR #944 by
@svlandeg
.Fixes
- 🐛 Fix equality check for custom classes. PR #979 by
@AryazE
.- 🐛 Allow colon in zsh autocomplete values and descriptions. PR #988 by
@snapbug
.Refactors
- 🗑️ Deprecate support for
is_flag
andflag_value
parameters. PR #987 by@svlandeg
.- 🔥 Remove unused functionality from
_typing.py
file. PR #805 by@ivantodorovich
.- ✏️ Fix typo in function name
_make_rich_text
. PR #959 by@svlandeg
.Internal
- ✅ Only run completion installation tests when the env var
_TYPER_RUN_INSTALL_COMPLETION_TESTS
is set. PR #995 by@svlandeg
.- 📝 Update the docstring of the
_make_rich_text
method. PR #972 by@svlandeg
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1040 by
@pre-commit-ci[bot]
.- ⬆ Bump mkdocs-material from 9.5.42 to 9.5.44. PR #1042 by
@dependabot[bot]
.- ⬆ Bump ruff from 0.7.1 to 0.7.2. PR #1038 by
@dependabot[bot]
.- ⬆ Bump mkdocs-macros-plugin from 1.3.6 to 1.3.7. PR #1031 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1032 by
@pre-commit-ci[bot]
.- ⬆ Bump ruff from 0.7.0 to 0.7.1. PR #1029 by
@dependabot[bot]
.- ⬆ Bump pillow from 10.4.0 to 11.0.0. PR #1023 by
@dependabot[bot]
.- ⬆ Bump mkdocs-material from 9.5.35 to 9.5.42. PR #1027 by
@dependabot[bot]
.- ⬆ Bump ruff from 0.6.5 to 0.7.0. PR #1026 by
@dependabot[bot]
.- ⬆ Bump mkdocs-macros-plugin from 1.2.0 to 1.3.6. PR #1025 by
@dependabot[bot]
.- ⬆ Update pre-commit requirement from =2.17.0,<5.0.0. PR #1012 by
@dependabot[bot]
.- ⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. PR #1009 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1001 by
@pre-commit-ci[bot]
.- 👷 Update Deploy docs CI to use uv. PR #1021 by
@tiangolo
.- 👷 Fix smokeshow, checkout files on CI. PR #1020 by
@tiangolo
.- 👷 Use uv in CI. PR #1019 by
@tiangolo
.- 👷 Update
labeler.yml
. PR #1014 by@tiangolo
.- 👷 Update worfkow deploy-docs-notify URL. PR #1011 by
@tiangolo
.- 👷 Upgrade Cloudflare GitHub Action. PR #1010 by
@tiangolo
.- ⬆ Bump mkdocs-macros-plugin from 1.0.5 to 1.2.0. PR #992 by
@dependabot[bot]
.- ⬆ Bump ruff from 0.6.4 to 0.6.5. PR #991 by
@dependabot[bot]
.- ⬆ Bump mkdocs-material from 9.5.34 to 9.5.35. PR #996 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #993 by
@pre-commit-ci[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #982 by
@pre-commit-ci[bot]
.- ⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR #980 by
@dependabot[bot]
.- 👷 Update
issue-manager.yml
. PR #978 by@tiangolo
.- ⬆ Bump ruff from 0.6.3 to 0.6.4. PR #975 by
@dependabot[bot]
.
... (truncated)
7bf84ab
🔖 Release version 0.13.0e80ba57
📝 Update release notesc5233c0
✨ Handle KeyboardInterrupt
separately from other exceptions
(#1039)e31fc57
📝 Update release notesee072d8
✨ Update launch
to not print anything when opening urls (#1035)af49fda
📝 Update release notesdc1bf3c
🐛 Fix equality check for custom classes (#979)bfb54c0
📝 Update release notesebb968e
🐛 Allow colon in zsh autocomplete values and descriptions (#988)438ae44
📝 Update release notesSourced from codecov/codecov-action's releases.
v5.0.0
v5 Release
v5
of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5
release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Token
section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.[!WARNING]
The following arguments have been changed
file
(this has been deprecated in favor offiles
)plugin
(this has been deprecated in favor ofplugins
)The following arguments have been added:
binary
gcov_args
gcov_executable
gcov_ignore
gcov_include
report_type
skip_validation
swift_project
You can see their usage in the
action.yml
file.What's Changed
- chore(deps): bump to eslint9+ and remove eslint-config-google by
@thomasrockhu-codecov
in codecov/codecov-action#1591- build(deps-dev): bump
@octokit/webhooks-types
from 7.5.1 to 7.6.1 by@dependabot
in codecov/codecov-action#1595- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
@dependabot
in codecov/codecov-action#1604- build(deps-dev): bump
@typescript-eslint/parser
from 8.8.0 to 8.8.1 by@dependabot
in codecov/codecov-action#1601- build(deps): bump
@actions/core
from 1.11.0 to 1.11.1 by@dependabot
in codecov/codecov-action#1597- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
@dependabot
in codecov/codecov-action#1596- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 8.8.0 to 8.8.1 by@dependabot
in codecov/codecov-action#1600- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
@dependabot
in codecov/codecov-action#1598- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
@dependabot
in codecov/codecov-action#1609- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
@dependabot
in codecov/codecov-action#1608- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
@dependabot
in codecov/codecov-action#1607- build(deps-dev): bump
@typescript-eslint/parser
from 8.8.1 to 8.9.0 by@dependabot
in codecov/codecov-action#1612- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 8.8.1 to 8.9.0 by@dependabot
in codecov/codecov-action#1611- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 8.9.0 to 8.10.0 by@dependabot
in codecov/codecov-action#1615- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
@dependabot
in codecov/codecov-action#1618- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
@dependabot
in codecov/codecov-action#1617- build(deps-dev): bump
@typescript-eslint/parser
from 8.9.0 to 8.10.0 by@dependabot
in codecov/codecov-action#1614- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 8.10.0 to 8.11.0 by@dependabot
in codecov/codecov-action#1620- build(deps-dev): bump
@typescript-eslint/parser
from 8.10.0 to 8.11.0 by@dependabot
in codecov/codecov-action#1619- build(deps-dev): bump
@types/jest
from 29.5.13 to 29.5.14 by@dependabot
in codecov/codecov-action#1622- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
@dependabot
in codecov/codecov-action#1625- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
@dependabot
in codecov/codecov-action#1624- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 8.11.0 to 8.12.1 by@dependabot
in codecov/codecov-action#1626- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 8.12.1 to 8.12.2 by@dependabot
in codecov/codecov-action#1629
... (truncated)
Sourced from codecov/codecov-action's changelog.
4.0.0-beta.2
Fixes
- #1085 not adding -n if empty to do-upload command
4.0.0-beta.1
v4
represents a move from the universal uploader to the Codecov CLI. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.Breaking Changes
- No current support for
aarch64
andalpine
architectures.- Tokenless uploading is unsuported
- Various arguments to the Action have been removed
3.1.4
Fixes
- #967 Fix typo in README.md
- #971 fix: add back in working dir
- #969 fix: CLI option names for uploader
Dependencies
- #970 build(deps-dev): bump
@types/node
from 18.15.12 to 18.16.3- #979 build(deps-dev): bump
@types/node
from 20.1.0 to 20.1.2- #981 build(deps-dev): bump
@types/node
from 20.1.2 to 20.1.43.1.3
Fixes
- #960 fix: allow for aarch64 build
Dependencies
- #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0
- #958 build(deps): bump openpgp from 5.7.0 to 5.8.0
- #959 build(deps-dev): bump
@types/node
from 18.15.10 to 18.15.123.1.2
Fixes
- #718 Update README.md
- #851 Remove unsupported path_to_write_report argument
- #898 codeql-analysis.yml
- #901 Update README to contain correct information - inputs and negate feature
- #955 fix: add in all the extra arguments for uploader
Dependencies
- #819 build(deps): bump openpgp from 5.4.0 to 5.5.0
- #835 build(deps): bump node-fetch from 3.2.4 to 3.2.10
- #840 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4
- #841 build(deps): bump
@actions/core
from 1.9.1 to 1.10.0- #843 build(deps): bump
@actions/github
from 5.0.3 to 5.1.1- #869 build(deps): bump node-fetch from 3.2.10 to 3.3.0
- #872 build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0
- #879 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
... (truncated)
5c47607
fix: override commit and pr values for PR cases (#1657)3b1354a
chore(release): 5.0.1 (#1656)2e2a9c6
fix: update tokenless branch logic (#1650)cfc521b
Update README.md0642541
fix: use marketplace v5 badge (#1646)9688725
Update README.md2112eae
chore(deps): bump wrapper to 0.0.23 (#1644)193421c
fixL use the correct source (#1642)6018df7
fix: update container builds (#1640)eff1a64
fix: add missing vars (#1638)Sourced from tblite's releases.
v0.4.0
Changelog
- Fixing the spGFN gradient by
@haneug
in tblite/tblite#90- Hamiltonian gradient: Avoid some repeated computations by
@marvinfriede
in tblite/tblite#92- Added new spin constants by
@benbaed
in tblite/tblite#96, tblite/tblite#99- Add support for spin polarization to Python and C API by
@awvwgk
in tblite/tblite#117- Simplify electronic entropy calculation by
@awvwgk
in tblite/tblite#79- Implementation of Charge-Extended Hückel method by
@marcelmbn
and@thfroitzheim
in tblite/tblite#124, tblite/tblite#133, tblite/tblite#185, tblite/tblite#190, tblite/tblite#192- Add bind(C) to callback function of context by
@pitsteinbach
in tblite/tblite#127- Add double dictionary by
@pitsteinbach
in tblite/tblite#125, tblite/tblite#157, tblite/tblite#158- Add C and python API calls for solvation by
@pitsteinbach
in tblite/tblite#130- Seperate exception module, add custom callback, add getter and setter to results by
@awvwgk
in tblite/tblite#149- Add error handling to callback API for logger by
@awvwgk
in tblite/tblite#135- Handle mismatching number of total and unpaired electron by
@awvwgk
in tblite/tblite#151- Add possibility to set all calculator parameters from ASE by
@awvwgk
in tblite/tblite#150, tblite/tblite#160- Add QCSchema support by
@awvwgk
in tblite/tblite#152- Adding post processing container by
@pitsteinbach
in tblite/tblite#128- Remove redundant empty results tests by
@pitsteinbach
in tblite/tblite#174- Python-interface: Loading spin-polarized quantities by
@pro7onmatrix
in tblite/tblite#170- Refactor
driver_guess
by@marcelmbn
in tblite/tblite#189- Raise error for too heavy elements by
@marcelmbn
in tblite/tblite#188- adding symbols to atomic numbers conversion by
@V-Alizade
in tblite/tblite#218- Fix OMP memory leak in Coulomb matrix derivatives by
@pprcht
in tblite/tblite#154- Fix for integral transformation and diatomic frame overlap by
@thfroitzheim
in tblite/tblite#186- Fix memory leak behavior of tblite when using MKL as LAPACK and BLAS backend by
@pitsteinbach
in tblite/tblite#173- Fix real precisions by
@foxtran
in tblite/tblite#204Documentation
- Add missing documentation for available matrices by
@awvwgk
in tblite/tblite#102- README: No longer highly experimental? :) by
@Andrew-S-Rosen
in tblite/tblite#153- Add parallel section to documentation by
@pitsteinbach
in tblite/tblite#168, tblite/tblite#172- Update tblite-guess.1.adoc by
@Albkat
in tblite/tblite#177- Fix code block rendering by
@marvinfriede
in tblite/tblite#171Infrastructure
- Update CI by
@awvwgk
in tblite/tblite#119- Fix wheel workflow by
@marvinfriede
in tblite/tblite#187- Upgrade to TOML Fortran 0.4.0 by
@awvwgk
in tblite/tblite#108- Add config for RTD by
@awvwgk
in tblite/tblite#141- Format Python directory, apply isort, fixes by ruff by
@awvwgk
in tblite/tblite#148- Update CI to latest state by
@marcelmbn
in tblite/tblite#196- Add py.typed file to indicate support for type checkers by
@Andrew-S-Rosen
in tblite/tblite#199- Fix wheel workflow by
@marcelmbn
in tblite/tblite#197- Fix doc build by
@thfroitzheim
in tblite/tblite#207- Gradient of the electrostatics potential by
@thfroitzheim
in tblite/tblite#193- Update subproject versions in meson, cmake and fpm (simple-dftd3, dftd4, ...) by
@foxtran
and@thfroitzheim
in tblite/tblite#209, tblite/tblite#210, tblite/tblite#212, tblite/tblite#215
... (truncated)
28b8d29
Release version 0.4.0 (#122)5346e8e
Add symbols to atomic numbers conversion (#218)1b74889
Pin dependency versions also in meson.build (#215)98fc504
Update subproject versions in meson, cmake and fpm (simple-dftd3, dftd4,
...)...ba9c91e
Update toml-f to v0.4.1 (#212)8c701d1
Update dftd4 to latest version (#210)a3e3c16
Gradient of the electrostatics potential (#193)7cca870
Change to setup-micromamba (#207)e192821
Fix real precisions (#204)36ff0cd
Fix wheel workflow (#197)Sourced from typer's releases.
0.13.1
Features
- ✨ Remove Rich tags when showing completion text. PR #877 by
@svlandeg
.- ✨ Render Rich markup as HTML in Markdown docs. PR #847 by
@svlandeg
.- ✨ Support cp850 encoding for auto-completion in PowerShell. PR #808 by
@svlandeg
.- ✨ Allow gettext translation of help message. PR #886 by
@svlandeg
.Refactors
- 🐛 Fix printing HTML from Rich output. PR #1055 by
@tiangolo
.Docs
- 📝 Update markdown includes to use the new simpler format. PR #1054 by
@tiangolo
.Internal
- ⬆ Bump ruff from 0.7.3 to 0.7.4. PR #1051 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1047 by
@pre-commit-ci[bot]
.- ⬆ Bump ruff from 0.7.2 to 0.7.3. PR #1046 by
@dependabot[bot]
.- ⬆ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2. PR #1044 by
@dependabot[bot]
.- ⬆ Update pytest-cov requirement from =2.10.0,<7.0.0. PR #1033 by
@dependabot[bot]
.
Sourced from typer's changelog.
0.13.1
Features
- ✨ Remove Rich tags when showing completion text. PR #877 by
@svlandeg
.- ✨ Render Rich markup as HTML in Markdown docs. PR #847 by
@svlandeg
.- ✨ Support cp850 encoding for auto-completion in PowerShell. PR #808 by
@svlandeg
.- ✨ Allow gettext translation of help message. PR #886 by
@svlandeg
.Refactors
- 🐛 Fix printing HTML from Rich output. PR #1055 by
@tiangolo
.Docs
- 📝 Update markdown includes to use the new simpler format. PR #1054 by
@tiangolo
.Internal
- ⬆ Bump ruff from 0.7.3 to 0.7.4. PR #1051 by
@dependabot[bot]
.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1047 by
@pre-commit-ci[bot]
.- ⬆ Bump ruff from 0.7.2 to 0.7.3. PR #1046 by
@dependabot[bot]
.- ⬆ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2. PR #1044 by
@dependabot[bot]
.- ⬆ Update pytest-cov requirement from =2.10.0,<7.0.0. PR #1033 by
@dependabot[bot]
.
53e21fd
🔖 Release version 0.13.177a7216
📝 Update release notes12459d2
📝 Update markdown includes to use the new simpler format (#1054)f802688
📝 Update release notes603f39d
✨ Remove Rich tags when showing completion text (#877)20d4e5c
📝 Update release notes376b907
🐛 Fix printing HTML from Rich output (#1055)2f9ce51
📝 Update release notes5996fc1
✨ Render Rich markup as HTML in Markdown docs (#847)a6167b3
📝 Update release notes45d60a8
Remove some SSH channel related test infrastructure (#3693)3151ca8
TaskVine Executor: add vine tune to manager config (#3692)166cb03
Fix filesystem radio type annotation: the wrong kind of Queue (#3691)3fa1599
Remove unused channel directory handling code (#3689)e27f162
Remove remote channel script directory handling (#3688)0fec4a0
Remove constant LocalChannel.hostname attribute (#3687)b092195
Remove channel closing at shutdown (#3685)b531ecc
Remove the opportunity to configure script_dir for LocalChannel (#3684)0fe4ead
Move Channel plugin documentation to a removed section (#3686)6683f5b
Remove Channel.execute_wait environment wait handling, part of #3515 (#3682)Sourced from mace-torch's releases.
v0.3.8
What's Changed
- Fix compile_mode in MACECalculator by
@hatemhelal
in ACEsuit/mace#632- Update README.md using bibtex by
@jcwang587
in ACEsuit/mace#628- Fix multihead prediction for eval_configs.py by
@beckobert
in ACEsuit/mace#642- Updating compiler support and test cases by
@hatemhelal
in ACEsuit/mace#634- Turn json keys representing elements into ints by
@ThomasWarford
in ACEsuit/mace#652- Fix file name of swa checkpoints by
@beckobert
in ACEsuit/mace#648- Increasing loss output digits by
@vue1999
in ACEsuit/mace#658- Fix model paths by
@ElliottKasoar
in ACEsuit/mace#654- Density normalization by
@ilyes319
in ACEsuit/mace#667- Bug fix and density normalization by
@ilyes319
in ACEsuit/mace#668- List default arguments with --help by
@vue1999
in ACEsuit/mace#670- Fixing multihead finetuning with density normalization by
@CheukHinHoJerry
in ACEsuit/mace#682- Add default argparser to main by
@ilyes319
in ACEsuit/mace#671- fix case with multihead foundation model by
@ilyes319
in ACEsuit/mace#687- Add DOI badge by
@ilyes319
in ACEsuit/mace#688- fix name in foundation head args by
@ilyes319
in ACEsuit/mace#689- bump version by
@ilyes319
in ACEsuit/mace#690New Contributors
@jcwang587
made their first contribution in ACEsuit/mace#628@beckobert
made their first contribution in ACEsuit/mace#642@ThomasWarford
made their first contribution in ACEsuit/mace#652@CheukHinHoJerry
made their first contribution in ACEsuit/mace#682Full Changelog: https://github.com/ACEsuit/mace/compare/v0.3.7...v0.3.8
v0.3.7
Main new features
- Finetuning with multiheads : https://mace-docs.readthedocs.io/en/latest/guide/finetuning.html
- Training with multiheads: https://mace-docs.readthedocs.io/en/latest/guide/multihead_training.html
What's Changed
- Add Intel XPU device by
@jharrymoore
in ACEsuit/mace#340- Intel by
@ilyes319
in ACEsuit/mace#356- Fix logic that deals with IsolatedAtom and 1-atom configuration by
@bernstei
in ACEsuit/mace#393- Fix bug that overwrote REF_* keys when those were the explicitly specified keys for the training reference quantities by
@bernstei
in ACEsuit/mace#403- Fix check for patience that fails if swa start was not specified by
@bernstei
in ACEsuit/mace#405- fix incorrect conversion of forces from calculator to atoms.arrays for finetuning pbe mp replay head by
@bernstei
in ACEsuit/mace#409- Better fix for PR #405, fix patience check when swa is not active by
@bernstei
in ACEsuit/mace#411- fix np.random.choice issue when subselecting from pre-trained configs for multihead fine tune by
@bernstei
in ACEsuit/mace#448- validation loss printed during training is not actually for the specific head by
@bernstei
in ACEsuit/mace#449- get rid of all stress/n_atoms by
@bernstei
in ACEsuit/mace#443- Stage two weights by
@vue1999
in ACEsuit/mace#522- remove mypy from checks by
@ilyes319
in ACEsuit/mace#529- Fix MAE table for universal loss by
@ilyes319
in ACEsuit/mace#548- Create py.typed by
@Andrew-S-Rosen
in ACEsuit/mace#554- Improve Log Details by
@vue1999
in ACEsuit/mace#553
... (truncated)
bd41231
Merge pull request #690 from
ACEsuit/developeca0bb2
bump version8ffece8
Merge pull request #689 from
ACEsuit/developc57b6da
fix name in foundation head args624e557
Merge pull request #688 from
ACEsuit/developb32b3e2
Add DOI badge83b30b8
Merge pull request #687 from
ACEsuit/develop68149a7
add selection head script to cli1300ad1
fix case with multihead foundation modelf1e671d
Merge pull request #671 from
ACEsuit/developSourced from dask[distributed]'s releases.
2024.11.2
Changes
- Remove only_refs parsing option for TaskSpec
@fjetter
(#11511)- Fix upstream ci pandas Series repr error
@phofl
(#11514)- Implement
nanpercentile
for dask arrays@phofl
(#11505)- Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9
@dependabot
(#11512)- Add fuse method for TaskSpec
@fjetter
(#11509)See the Changelog for more information.
f0e08da
Version 2024.11.274e35d1
Remove only_refs parsing option for TaskSpec (#11511)43e58b2
Fix upstream ci pandas Series repr error (#11514)16f2284
Implement nanpercentile
for dask arrays (#11505)e36e151
Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 (#11512)bfa88d2
Add fuse method for TaskSpec (#11509)Sourced from prefect[dask]'s releases.
3.1.2: Bug Fixes, Chicago Style, Hold the Ketchup
Bug Fixes 🐞
- Fixes the arguments for the url generation in BaseWorker by
@sam-phinizy
in PrefectHQ/prefect#15982- Fix formatting of
list
andset
settings values when marshaling to environment variables by@GalLadislav
in PrefectHQ/prefect#15979- fix delete block type prompt by
@zzstoatzz
in PrefectHQ/prefect#15989- Ensure
.env
files load only Prefect environment variables by@desertaxle
in PrefectHQ/prefect#15975- Fix bugs in precedence of settings sources for settings with multiple validation aliases by
@desertaxle
in PrefectHQ/prefect#15995- Persist failed data at random locations by
@cicdw
in PrefectHQ/prefect#15991- Fixes the worker url slug by
@sam-phinizy
in PrefectHQ/prefect#15964- Add in ability to pass additional formatting kwargs to
url_for
by@sam-phinizy
in PrefectHQ/prefect#15974- Fix the key for worker metadata: it's is just "metadata" by
@abrookins
in PrefectHQ/prefect#15965Integrations & Dependencies 🤝
- adopt
async_dispatch
for slack collection by@zzstoatzz
in PrefectHQ/prefect#15973Development & Tidiness 🧹
- Update
@prefecthq/prefect-design
to version 2.14.9 by@marvin-robot
in PrefectHQ/prefect#15961- Update
@prefecthq/prefect-ui-library
to version 3.11.16 by@marvin-robot
in PrefectHQ/prefect#15956- handle possible
None
value by@zzstoatzz
in PrefectHQ/prefect#15966- Add sidebar to v2 UI by
@desertaxle
in PrefectHQ/prefect#15925- [UI v2] Add ability to create new variables by
@desertaxle
in PrefectHQ/prefect#15962- update
asyncio_default_fixture_loop_scope
in all collections by@zzstoatzz
in PrefectHQ/prefect#15976- Update
@prefecthq/prefect-ui-library
to version 3.11.18 by@marvin-robot
in PrefectHQ/prefect#15994- Update worker to give worker labels to flow runs during submittal by
@bunchesofdonald
in PrefectHQ/prefect#15983- clarify state hook docs by
@zzstoatzz
in PrefectHQ/prefect#15977- Fix documentation link to deployment concept by
@sandertan
in PrefectHQ/prefect#15988New Contributors
@sandertan
made their first contribution in PrefectHQ/prefect#15988Full Changelog: https://github.com/PrefectHQ/prefect/compare/3.1.1...3.1.2
3.1.2.dev2: Nightly Development Release
What's Changed
Bug Fixes 🐞
- Fixes the arguments for the url generation in BaseWorker by
@sam-phinizy
in PrefectHQ/prefect#15982Integrations & Dependencies 🤝
- adopt
async_dispatch
for slack collection by@zzstoatzz
in PrefectHQ/prefect#15973Development & Tidiness 🧹
- Add sidebar to v2 UI by
@desertaxle
in PrefectHQ/prefect#15925- [UI v2] Add ability to create new variables by
@desertaxle
in PrefectHQ/prefect#15962Uncategorized
- Fixes the worker url slug by
@sam-phinizy
in PrefectHQ/prefect#15964- Fix the key for worker metadata: it's is just "metadata" by
@abrookins
in PrefectHQ/prefect#15965- Add in ability to pass additional formatting kwargs to
url_for
by@sam-phinizy
in PrefectHQ/prefect#15974- clarify state hook docs by
@zzstoatzz
in PrefectHQ/prefect#15977
... (truncated)
02b99f0
Persist failed data at random locations (#15991)a876770
Fix bugs in precedence of settings sources for settings with multiple
validat...db20a14
Update @prefecthq/prefect-ui-library
to version 3.11.18
(#15994)62b2637
update asyncio_default_fixture_loop_scope
in all
collections (#15976)f562ab6
Ensure .env
files load only Prefect environment variables
(#15975)46fa10b
Update worker to give worker labels to flow runs during submittal (#15983)61daf53
fix delete block type prompt (#15989)a93c7fd
Fix formatting of list
and set
settings values
when marshaling to environ...2b018ea
Fix documentation link to deployment concept (#15988)98592bd
Fixes the arguments for the url generation in BaseWorker (#15982)Sourced from phonopy's changelog.
Nov-13-2024: Version 2.30.1
- Release for attempting conda-forge packaging except for a few very minor change.
ae0ead9
Merge branch 'develop'adcdb6a
Merge pull request #450
from phonopy/release388f2b2
Remove numpy-v2 specific github workflowb878487
Set version 2.30.1fa4ea15
Merge pull request #449
from phonopy/pre-commit-ci-update-configf2c29ca
[pre-commit.ci] pre-commit autoupdate51ff056
Minor update of display log643b864
Merge pull request #448
from phonopy/clean-phonopy-load2be1176
Bump requires-python >=3.9a259232
Refactor phonopy-load command and documentSourced from jobflow's releases.
v0.1.19
Bug Fixes 🐛
- fix
@job
annotation again (again) by@FabiPi3
in materialsproject/jobflow#654Enhancements 🛠
JobflowSettings
addLOG_FORMAT
, also directly passable torun_locally
by@janosh
in materialsproject/jobflow#706- Add
Flow.metadata
attribute andFlow.update_metadata
method by@janosh
in materialsproject/jobflow#679Documentation 📖
- Fix docstring in Job. by
@davidwaroquiers
in materialsproject/jobflow#673House-Keeping 🧹
- Update commit hooks and fix new
ruff
andmypy
issues by@janosh
in materialsproject/jobflow#685Full Changelog: https://github.com/materialsproject/jobflow/compare/v0.1.18...v0.1.19
Sourced from jobflow's changelog.
v0.1.19
Bug Fixes 🐛
- fix
@job
annotation again (again) by@FabiPi3
in materialsproject/jobflow#654Enhancements 🛠
JobflowSettings
addLOG_FORMAT
, also directly passable torun_locally
by@janosh
in materialsproject/jobflow#706- Add
Flow.metadata
attribute andFlow.update_metadata
method by@janosh
in materialsproject/jobflow#679Documentation 📖
- Fix docstring in Job. by
@davidwaroquiers
in materialsproject/jobflow#673House-Keeping 🧹
- Update commit hooks and fix new
ruff
andmypy
issues by@janosh
in materialsproject/jobflow#685Full Changelog: https://github.com/materialsproject/jobflow/compare/v0.1.18...v0.1.19
4e15997
Update changelogb4b7dc9
Merge pull request #679
from materialsproject/flow-metadatab6786ca
document metadata + metadata_updates in Flow class doc str9f16d51
cover callback_filter in Flow.update_metadata in combo with
dynamic=True1993511
delete test_flow_update_metadata_nested_flowsaa4a02f
extensive unit tests for Flow and Job update_metadata
callback_filterdc23d2e
add keyword callback_filter: Callable[[jobflow.Flow | Job], bool] =
lambda _:...c374d24
Merge pull request #673
from davidwaroquiers/fix_Job_docstringcef3584
Merge pull request #706
from materialsproject/custom-log-fmtddb53dd
initialize_logger test custom log formatSourced from prefect[dask]'s releases.
3.1.4: Schrödinger's Labels
Enhancements ➕➕
- Omit empty tags in
RunnerDeployment
by@zzstoatzz
in PrefectHQ/prefect#16075Bug Fixes 🐞
- Cast
None -> {}
inKeyValueLabels
by@zzstoatzz
in PrefectHQ/prefect#16067- Fix
pydantic==2.10
compatibility by@zzstoatzz
in PrefectHQ/prefect#16076Integrations & Dependencies 🤝
- Update
prefect
pin to>=3.1.3
inprefect-aws
by@zzstoatzz
in PrefectHQ/prefect#16064- Update
AzureBlobStorageCredentials
to close default credentials when used as a context manager by@desertaxle
in PrefectHQ/prefect#16071Development & Tidiness 🧹
- New author tutorials by
@daniel-prefect
in PrefectHQ/prefect#15990- Update broken internal links in the docs by
@discdiver
in PrefectHQ/prefect#16063- Remove last remaining links to
/docs/3.0
by@daniel-prefect
in PrefectHQ/prefect#16058Full Changelog: https://github.com/PrefectHQ/prefect/compare/3.1.3...3.1.4
Queue The Improvements
What's Changed
Enhancements ➕➕
- helpful error on unhashable parameters by
@zzstoatzz
in PrefectHQ/prefect#16049- Add
new
action toOpsGenieWebhook
forapprise==1.9.0
compatibility by@kevingrismore
in PrefectHQ/prefect#16030Bug Fixes 🐞
- Adds a dead-letter queue to memory subscriptions to avoid infinite loops by
@desertaxle
in PrefectHQ/prefect#16051- make sure workers emit stop events by
@zzstoatzz
in PrefectHQ/prefect#16002- handle UNC paths for windows by
@zzstoatzz
in PrefectHQ/prefect#16005- fix worker not releasing limit slot on failed propose pending state by
@jdjfisher
in PrefectHQ/prefect#16012- refactor: gcp cloud run v2 extend env vars and fix cloud sql by
@matmiad
in PrefectHQ/prefect#16026- Fix env var deep merge order on worker by
@kevingrismore
in PrefectHQ/prefect#16045- Prevent workers from running flow runs scheduled for in process retry by
@desertaxle
in PrefectHQ/prefect#15482Integrations & Dependencies 🤝
- fix:
prefect_redis
use ofasync
by@teocns
in PrefectHQ/prefect#15967- Update croniter requirement from =1.0.12,<6.0.0 by
@dependabot
in PrefectHQ/prefect#15856- Add Flow run OTEL instrumentation by
@collincchoy
in PrefectHQ/prefect#16010- refactor
async_dispatch
to enable forcing behavior for instance methods by@zzstoatzz
in PrefectHQ/prefect#15996- Bump cross-spawn from 7.0.3 to 7.0.6 in /ui-v2 by
@dependabot
in PrefectHQ/prefect#16048Development & Tidiness 🧹
- Update
@prefecthq/prefect-design
to version 2.14.10 by@marvin-robot
in PrefectHQ/prefect#16004- Fix formatting for output file tree structure in customize.mdx by
@discdiver
in PrefectHQ/prefect#16006- Update
@prefecthq/prefect-design
to version 2.14.11 by@marvin-robot
in PrefectHQ/prefect#16028- Remove experimental worker logs setting by
@abrookins
in PrefectHQ/prefect#16024- Update
@prefecthq/prefect-ui-library
to version 3.11.19 by@marvin-robot
in PrefectHQ/prefect#16029
... (truncated)
78ee41c
omit empty tags in RunnerDeployment
(#16075)ada7db5
fix pydantic 2.10 compat (#16076)ad9db06
Remove last remaining links to /docs/3.0 (#16058)42ea12a
Update AzureBlobStorageCredentials
to close default
credentials when used a...a57b324
Update a few internal links in the docs (#16063)2d3d12f
cast None -> {}
in KeyValueLabels
(#16067)41a40cd
updated async_dispatch
requires
prefect>=3.1.3
(#16064)a2c4466
New author tutorials (#15990)39b6028
Adds a dead-letter queue to memory subscriptions to avoid infinite loops
(#16...743c4ee
migrate prefect_aws.batch
off sync_compatible
(#16053)Sourced from pydantic's releases.
v2.10.1 2024-11-21
What's Changed
Packaging
- Bump
pydantic-core
version tov2.27.1
by@sydney-runkle
in #10938Fixes
- Use the correct frame when instantiating a parametrized
TypeAdapter
by@Viicos
in #10893- Relax check for validated data in
default_factory
utils by@sydney-runkle
in #10909- Fix type checking issue with
model_fields
andmodel_computed_fields
by@sydney-runkle
in #10911- Use the parent configuration during schema generation for stdlib
dataclass
es by@sydney-runkle
in #10928- Use the
globals
of the function when evaluating the return type of serializers andcomputed_field
s by@Viicos
in #10929- Fix URL constraint application by
@sydney-runkle
in #10922- Fix URL equality with different validation methods by
@sydney-runkle
in #10934- Fix JSON schema title when specified as
''
by@sydney-runkle
in #10936- Fix
python
mode serialization forcomplex
inference by@sydney-runkle
in pydantic-core#1549Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.0...v2.10.2
v2.10.0 2024-11-20
The code released in v2.10.0 is practically identical to that of v2.10.0b2. See the v2.10 release blog post for the highlights!
What's Changed
Packaging
- Bump
pydantic-core
tov2.27.0
by@sydney-runkle
in #10825- Replaced pdm with uv by
@frfahim
in #10727New Features
- Support
fractions.Fraction
by@sydney-runkle
in #10318- Support
Hashable
for json validation by@sydney-runkle
in #10324- Add a
SocketPath
type forlinux
systems by@theunkn0wn1
in #10378- Allow arbitrary refs in JSON schema
examples
by@sydney-runkle
in #10417- Support
defer_build
for Pydantic dataclasses by@Viicos
in #10313- Adding v1 / v2 incompatibility warning for nested v1 model by
@sydney-runkle
in #10431- Add support for unpacked
TypedDict
to type hint variadic keyword arguments with@validate_call
by@Viicos
in #10416- Support compiled patterns in
protected_namespaces
by@sydney-runkle
in #10522- Add support for
propertyNames
in JSON schema by@FlorianSW
in #10478- Adding
__replace__
protocol for Python 3.13+ support by@sydney-runkle
in #10596- Expose public
sort
method for JSON schema generation by@sydney-runkle
in #10595- Add runtime validation of
@validate_call
callable argument by@kc0506
in #10627- Add
experimental_allow_partial
support by@samuelcolvin
in #10748- Support default factories taking validated data as an argument by
@Viicos
in #10678- Allow subclassing
ValidationError
andPydanticCustomError
by@Youssefares
in pydantic/pydantic-core#1413- Add
trailing-strings
support toexperimental_allow_partial
by@sydney-runkle
in #10825
... (truncated)
Sourced from pydantic's changelog.
v2.10.1 (2024-11-21)
What's Changed
Packaging
- Bump
pydantic-core
version tov2.27.1
by@sydney-runkle
in #10938Fixes
- Use the correct frame when instantiating a parametrized
TypeAdapter
by@Viicos
in #10893- Relax check for validated data in
default_factory
utils by@sydney-runkle
in #10909- Fix type checking issue with
model_fields
andmodel_computed_fields
by@sydney-runkle
in #10911- Use the parent configuration during schema generation for stdlib
dataclass
es by@sydney-runkle
in #10928- Use the
globals
of the function when evaluating the return type of serializers andcomputed_field
s by@Viicos
in #10929- Fix URL constraint application by
@sydney-runkle
in #10922- Fix URL equality with different validation methods by
@sydney-runkle
in #10934- Fix JSON schema title when specified as
''
by@sydney-runkle
in #10936- Fix
python
mode serialization forcomplex
inference by@sydney-runkle
in pydantic-core#1549New Contributors
v2.10.0 (2024-11-20)
The code released in v2.10.0 is practically identical to that of v2.10.0b2.
See the v2.10 release blog post for the highlights!
What's Changed
Packaging
- Bump
pydantic-core
tov2.27.0
by@sydney-runkle
in #10825- Replaced pdm with uv by
@frfahim
in #10727New Features
- Support
fractions.Fraction
by@sydney-runkle
in #10318- Support
Hashable
for json validation by@sydney-runkle
in #10324- Add a
SocketPath
type forlinux
systems by@theunkn0wn1
in #10378- Allow arbitrary refs in JSON schema
examples
by@sydney-runkle
in #10417- Support
defer_build
for Pydantic dataclasses by@Viicos
in #10313- Adding v1 / v2 incompatibility warning for nested v1 model by
@sydney-runkle
in #10431- Add support for unpacked
TypedDict
to type hint variadic keyword arguments with@validate_call
by@Viicos
in #10416- Support compiled patterns in
protected_namespaces
by@sydney-runkle
in #10522- Add support for
propertyNames
in JSON schema by@FlorianSW
in #10478
... (truncated)
17e60fa
spacing369b355
remove typo4c75404
Prepare for v2.10.1 release (#10939)e0fc82f
Bump pydantic-core
version to v2.27.1 (#10938)30b31da
Fix JSON schema title when specified as ''
(#10936)45bd7a7
Fix URL equality with different validation methods (#10934)6153054
Fix url constraint application (#10922)71168ba
Use the globals
of the function when evaluating the return
type of serializ...4def331
Use the parent configuration during schema generation for stdlib
dataclasses ...a2acc52
Fix type checking issue with model_fields
and
model_computed_fields
(#10911)Sourced from phonopy's changelog.
Nov-13-2024: Version 2.31.0
- Maintenance release along with refactoring of MLP interface.
d7ab2e5
Merge branch 'develop'fec24de
Merge pull request #458
from phonopy/release4ba23a3
Set version 2.31.0cf27ef5
Merge pull request #456
from phonopy/mlpsscha98ba702
Add MLPSSCHA class5be99fd
Remove legacy setup.py and setup.cfgcfd64ad
Merge pull request #454
from phonopy/remove-init-py91014ce
Remove unnecessary init.py0bb47c9
Remove sort for another random displacement scheme58451e2
Merge pull request #453
from phonopy/random-disp