Releases: iterative/morefs
Releases · iterative/morefs
0.2.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #33
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #35
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #36
- build(deps): bump mypy from 1.10.0 to 1.10.1 by @dependabot in #37
- overlayfs: dont directly call staticmethod in class body by @ap-- in #39
New Contributors
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
What's Changed
- Migrate from PyPI tokens to Trusted Publishers by @0x2b3bfa0 in #22
- asynlocal: make open_async compatible with fsspec by @skshetry in #25
New Contributors
- @0x2b3bfa0 made their first contribution in #22
Full Changelog: 0.1.2...0.2.0
0.1.2
0.1.1
What's Changed
- ci: test with 3.11 in all OSes by @skshetry in #16
- build(deps-dev): bump aiofile from 3.8.1 to 3.8.5 by @dependabot in #19
- update template by @github-actions in #17
Full Changelog: 0.1.0...0.1.1
0.1.0: `AsyncLocalFileSystem`
This release now has a improved AsyncLocalFileSystem
that uses LocalFileSystem
, so they can be reused on places where LocalFileSystem
can be used. Similarly, async methods wrap LocalFileSystem
's synchronous methods, so they also work in the same way.
Usage:
from fsspec import filesystem
fs = filesystem("asynclocal")
or,
from morefs.asyn_local import AsyncLocalFileSystem
fs = AsyncLocalFileSystem()
What's Changed
- refactor: use sync methods in thread from LocalFileSystem in async methods by @skshetry in #12
- sync to latest localfs by @skshetry in #13
- Require latest fsspec for asynclocalfs by @skshetry in #14
Full Changelog: 0.0.3...0.1.0
0.0.3
0.0.2
What's Changed
- test on 3.11 by @skshetry in #4
- cruft update by @skshetry in #5
- update template by @github-actions in #6
- cruft update by @skshetry in #7
- build(deps-dev): bump aiofile from 3.7.4 to 3.8.1 by @dependabot in #3
- optimize
dictfs.ls
by @skshetry in #8 - build(deps-dev): bump aiofiles from 0.8.0 to 22.1.0 by @dependabot in #9
New Contributors
- @github-actions made their first contribution in #6
- @dependabot made their first contribution in #3
Full Changelog: 0.0.1...0.0.2