Skip to content

Releases: iterative/morefs

0.2.2

08 Jul 04:09
a78d1b1
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ap-- made their first contribution in #39

Full Changelog: 0.2.1...0.2.2

0.2.1

05 Jun 04:23
00ec637
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

13 Jan 13:43
49b7d08
Compare
Choose a tag to compare

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

Full Changelog: 0.1.2...0.2.0

0.1.2

07 Apr 10:34
f13affb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

07 Apr 07:57
b89d313
Compare
Choose a tag to compare

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`

19 Oct 15:52
7128c74
Compare
Choose a tag to compare

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

27 Sep 13:36
fe9e3ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

26 Sep 17:53
6481513
Compare
Choose a tag to compare

What's Changed

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

Initial release

08 Jul 12:23
4c07b75
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/iterative/morefs/commits/0.0.1