Skip to content

Releases: rayanht/paprika

Paprika v1.3.0

25 Jun 22:07
Compare
Choose a tag to compare

This release introduces critical fixes and a new pickling decorator:

  • @pickled

As usual, the release is already available on PyPI.

Paprika v1.2.0

22 Feb 15:29
Compare
Choose a tag to compare

This release introduces new decorators related to error-handling:

  • @catch
  • @silent_catch

As usual, the release is already available on PyPI.

Paprika v1.1.0

21 Feb 23:40
Compare
Choose a tag to compare

This release introduces new decorators related to benchmarking:

  • @timeit
  • @hotspots
  • @access_counter
  • @profile

As usual, the release is already available on PyPI

Paprika v1.0.0

21 Feb 19:44
bb7403d
Compare
Choose a tag to compare

This is the initial release of Paprika, includes the following decorators:

  • @data
  • @to_string
  • @equals_and_hashcode
  • @singleton
  • @threaded
  • @repeat

This release is also available on PyPI.