Skip to content

changelog #1844

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

Merged
merged 1 commit into from
May 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

2025.5.0
--------

Enhancements

- add rm in github: (##1839)
- cachingFS performance, don't ls every time (#1833)
- pyscript: protocol and optional entrypoint (#1828)

Fixes

- improve cp in generic (#1835)
- fix ls in dbfs (#1834)
- fix parquet tests for pyarrow 20 (#1831)
- fix crosslink for local tempfile (#1829)
- keep permissions in local transaction (#1826)
- signature compatibility in local cp() (#1820)

Other

- add "gs" at mention of gcsfs in docs (#1840)
- lint style (#1837)
- glob docstring to reflect reality (#1825)


2025.3.2
--------

Expand Down
Loading