[ANN] Ptime 1.2.0 – Mtime 2.1.0 – Qrc 0.2.0

Hello,

There are new releases of these packages:

See the individual release notes for details about the changes.

The library structure of Ptime and Mtime was changed to align it on the mythical library convention and make it for less surprising names (it used to make sense, it no longer does):

  • The {M,P}time_clock modules are now in the {p,m}time.clock libraries as they should be. These libraries were also made to export the base {p,m}time library so that you can trim you requires when you use the clocks.
  • The libraries {p,m}time.clock.os are deprecated. They now simply export {p,m}time.clock and warn on usage.

Best and a big thanks to my donors

Daniel


11 Likes

Are you using ctypes to call any C function?
I’m just curious.

Not in any of these packages.