Skip to content

Releases: neuro-ml/tarn

v0.14.0: Redis is expirable

21 Feb 12:17
a0eb405
Compare
Choose a tag to compare

Also labels and usage_date are optional in Redis and False by default

v0.13.3: Exclude Temporary Files in DiskDict.contents()

26 Jan 15:24
be23d2d
Compare
Choose a tag to compare
  • also tarn is compatible with pydantic2 now

v0.13.2: Levels touches everything on read

25 Oct 17:12
221db8e
Compare
Choose a tag to compare
Merge pull request #64 from neuro-ml/dev

levels touch everything on read

v0.13.1: Redis Hotfix

20 Oct 22:04
99ccc80
Compare
Choose a tag to compare
  • Fixed Redis touch bug
  • Fixed bug in Levels

v0.13.0: Moved to s3fs

18 Oct 19:46
f871bf5
Compare
Choose a tag to compare
  • Moved from boto3 to s3fs
  • Location is writable by default
  • Added ReadOnly interface instead of Writable
  • Added abstract touch method to Location
  • Removed StreamingBodyBuffer
  • Added FileNotFoundError to SFTP

v0.12.0: SFTP Location

12 Sep 16:11
b97bd38
Compare
Choose a tag to compare
  • added SFTP location
  • added readme
  • rearranged some modules
  • removed some legacy stuff
  • refactored RedisLocation and S3 init
  • made locations picklable
  • SmallLocation is Small now

v0.11.1: Minor hash bug fixed in DiskDict

30 Aug 11:29
a5a631d
Compare
Choose a tag to compare
Merge pull request #57 from neuro-ml/dev

Minor hash bug fixed

v0.11.0: Added smart_cache decorator

23 Aug 15:37
8e3fefd
Compare
Choose a tag to compare
  • remove key_size attribute from all Locations
  • now allow -1 at the end of Location.levels
  • add support for the local stable_objects, unstable_objects, unstable_modules
  • add warning if s3 cannot update usage_date
  • rename is_stable, is_unstable, unstable_module to mark_stable, mark_unstable, mark_module_unstable correspondingly
  • PickleKeyStorage is using storage hash algorithm if None
  • catching zlib.error in NumpySerializer

v0.10.0: Add SmallConfig

01 Aug 19:14
6345ed0
Compare
Choose a tag to compare

Also

  • read_batch moved to abstract class
  • Levels and Fanout refactored a bit
  • NoSuchKey bug fixed again
  • Value type simplified

v0.9.5: Now using StreamingBodyBuffer in a safer way

20 Jul 11:26
2948dc6
Compare
Choose a tag to compare
Merge pull request #44 from neuro-ml/dev

now using StreamingBodyBuffer in a safer way