Versions follow CalVer with a strict backwards compatibility policy. The first digit is the year, the second digit is the month, the third digit is for regressions.
Released on 2018-06-13
- This update is a complete re-design of the
forgelibrary. forge.signis now a subclass offorge.Revision, andforge.resignis integrated intoforge.Revision.__call__.- the following group revisions have been introduced:
forge.compose,forge.copy,forge.manage,forge.returnsforge.synthesize(a.k.a.forge.sign)forge.sort
- the following unit revisions have been introduced:
forge.delete,forge.insert,forge.modiy,forge.replaceforge.translocate(a.k.a.forge.move)
- Marker classes are no longer singletons (instances can be produced)
stringify_callableis now the more seriousrepr_callable- introducing
callwith, a function that receives a callable and arguments, orders the arguments and returns with a call to the supplied callable var-positionalandvar-keywordparameters now accept atypeargument
Released on 2018-05-15
- Initial release