Skip to content

Releases: Baltasarq/sirope

Sirope v0.3.1 20220503 "HoneyComb"

03 May 11:29
Compare
Choose a tag to compare

Changelog:

  • Fixes the error related to generating already assigned oid's when a few objects have been removed.

Sirope v0.2.3 20220422 "Honeycomb"

22 Apr 18:00
Compare
Choose a tag to compare

Changelog:

  • Yet another couple of problems with type hints in Python 3.8 which work fine in Python 3.10

Sirope v0.2.2 20220421 "Honeycomb"

21 Apr 18:51
Compare
Choose a tag to compare

Changelog:

  • Fixes type-hint-related errors on Python 3.8

Sirope v0.2.1 20220411 "Honeycomb"

11 Apr 09:56
Compare
Choose a tag to compare

Changelog:

  • Adds support for blobs.

Sirope v0.2.0 20220408 "Maple"

08 Apr 11:07
Compare
Choose a tag to compare

Changelog:

  • Fixes various type hints.
  • Fixes all methods returning lists, now returns iterables.
  • Fixes multi_load() does not need the class.

Sirope v0.1.8 20220407 "Maple"

07 Apr 11:26
Compare
Choose a tag to compare

Changelog:

  • Fixes method names for safe oids.

Sirope v0.1.7 20220407 "Maple"

07 Apr 10:52
Compare
Choose a tag to compare

Changelog:

  • Adds max number of objects ot filter() and enumerate().
  • Adds load_first(cls: type, n: int) and load_last(cls: type. n: int), able to load the first n object and the last n objects.

Sirope v0.1.6 20220404 "Maple"

04 Apr 16:33
Compare
Choose a tag to compare

Changelog:

  • Fixed the restriction on the init() method, by resorting to new,

Sirope v0.1.5 20220404 "Maple"

04 Apr 14:31
Compare
Choose a tag to compare

Changelog:

  • Fixes naming oddities.
  • Adds find_first.

Sirope v0.1.4 20220403

03 Apr 11:31
Compare
Choose a tag to compare

Changelog:

  • Adds an enumeration method.