Skip to content

Releases: pfnet/pfio

1.6.0

01 Sep 08:16
1.6.0
32d122d
Compare
Choose a tag to compare

Release notes

  • #194 fix off-by-one bug on S3 multipart upload
  • #193 Fix BufferedIOBase requires readinto() implemented
  • #195 Schedule some of V1 APIs deprecation & remove Chainer extension code

1.5.0

08 Jun 09:03
1.5.0
74fb532
Compare
Choose a tag to compare
  • Update to pyarrow 4.0.1 #191
  • Update to pyarrow new API #181
  • Several bugfix in 1.4

Release 1.4.3

07 Jun 04:09
e3ef636
Compare
Choose a tag to compare

Fix text mode readlines #189

1.4.2 Release

07 Jun 03:54
099e4d7
Compare
Choose a tag to compare
1.4.2 Release Pre-release
Pre-release

Fix text mode readlines #189

1.4.1

24 May 00:22
1.4.1
Compare
Choose a tag to compare

Bugfix: Fix read(-1) call from S3 StreamBody #183

1.4.0 Release

21 Apr 10:32
1.4.0
Compare
Choose a tag to compare

Release notes:

  • pfio.v2.S3 has become now foolproof. When a process fork is detected and raises an error. (#175 )
  • chainerio namespace has been removed. (#179 )
  • Now pfio.v2.S3 supports mutlipart upload. (#178 )
  • Now fileobject from pfio.v2.S3 supports .seek() method. (#170 )

1.3.0

15 Mar 11:32
1.3.0
eb9c65a
Compare
Choose a tag to compare

Release note:

  • #169 : Do not allow NFS for FileCache directory

1.2.2

11 Mar 04:20
1.2.2
f843464
Compare
Choose a tag to compare

Release notes:

  • #165 Fix last_modified attr in S3ObjectStat
  • #166 Fix binary read and write of S3 objects

Thanks to @HiroakiMikami for helping a lot.

1.2.1

10 Mar 05:57
1.2.1
ae045e2
Compare
Choose a tag to compare

Release notes:

  • #162 Fix broken readers .closed property (S3)

1.2.0 release

10 Mar 05:16
1.2.0
6288905
Compare
Choose a tag to compare

Release notes:

  • #151 File Access V2 API (experimental)
  • #152 AWS S3 API Support (experimental)
  • File Access V2 API addresses lots of past bugs and issues.