Skip to content

Releases: mutating/printo

0.0.22

16 Mar 23:42
a063591

Choose a tag to compare

A minor upgrade, just added some type annotations.

0.0.21

16 Mar 23:35
11268e8

Choose a tag to compare

A minor upgrade, just added some type annotations.

0.0.20

16 Mar 23:12
a880542

Choose a tag to compare

A little update.

  • Now using the @repred decorator you can set some parameters as positional ones.

0.0.19

16 Mar 22:12
79fea6c

Choose a tag to compare

The functionality of the package has not changed, just added 1 test.

0.0.18

16 Mar 22:00
c10b671

Choose a tag to compare

A small but important update:

  • You can now pass dictionaries containing filters and lists of ignored parameters to the @repred decorator.
  • You can now also configure the @repred decorator to use the class's __qualname__ attribute instead of __name__.
  • The test suite slightly improved.

0.0.17

16 Mar 18:13
dbf3b70

Choose a tag to compare

An important update.

  • Added the @repred decorator, which automatically generates the code for the __repr__ method for classes.

0.0.16

14 Mar 11:17
bfd7b93

Choose a tag to compare

Small but nice changes.

  • Lambda functions are now typically written as code.
  • The documentation slightly improved.

0.0.15

14 Mar 10:34
e5be636

Choose a tag to compare

A small but important update, with API changes.

  • The library's main function renamed from descript_data_object to describe_data_object.
  • The serializator parameter renamed to serializer.
  • The documentation significantly improved.
  • Added support for Python 3.15.

0.0.14

24 Feb 11:39
80d6ec8

Choose a tag to compare

Fixed an error in the documentation.

0.0.13

24 Feb 11:20
7228056

Choose a tag to compare

A small but important update.

  • Added beautiful class printing.