Skip to main content




Perl5-CoreSmokeDB-Schema-1.09


DBIC::Schema for the smoke reports database

Changes for 1.09 - 2023-04-27T22:42:31+02:00
  • (Abe Timmerman, Thu, 27 Apr 2023 22:42:31 +0200) Autocommit for distribution Perl5::CoreSmokeDB::Schema 1.09 (minor)

https://metacpan.org/release/ABELTJE/Perl5-CoreSmokeDB-Schema-1.09


Venus-2.55


OO Library for Perl 5

Changes for 2.55 - 2023-04-27
  • [feature] Implement Venus#date
  • [feature] Implement Venus#match
  • [feature] Implement Venus#gather
  • [update] Make Venus::Unpack#{checks,validate} list context aware
  • [update] Resolve Venus#unpack signature/caller issue
  • [update] Update arguments passing in Venus#{json,perl,yaml}
  • [update] Update {json,perl,yaml} behaviors and error conditions

https://metacpan.org/dist/Venus


JSON-SIMD-1.06


JSON serialising/deserialising, done correctly and faster

Changes for 1.06
  • fix core_bools with false argument (now restores default)
  • make is_bool aware of core booleans on perl >= 5.36
  • more benchmark scripts

https://metacpan.org/dist/JSON-SIMD


PDL-2.082_01


Perl Data Language

Changes for 2.082_01 - 2023-04-27
  • fix some memory leaking - thanks Yury Pakhomov for report
  • fix random() failing (#422) - thanks @falsifian for report
  • PP Inplace now checks inputs and outputs are dimensionally compatible (#416)
  • no more HTML doc generation
  • PDL:😁oc::add_module now adds all submodules of given namespace (#420)
  • [o] OtherPars can now be omitted from args like [o] ndarrays
  • OtherPars can now be incomplete arrays of pdl* (#421)
  • add [io] OtherPars
  • add ArgOrder PP key
  • [nc] removed as Pars type-specifier, use [io]
  • fix pdl2 bug with demos (#424) - thanks @HaraldJoerg for report
  • fix PP bug revealed by https://github.com/moocow-the-bovine/PDL-HMM/pull/4
  • operations with only output ndarrays can now not be Inplace
  • overloaded ops require proper overload-handling; PDL::Complex now does
  • for more idiomatic XS code, PDL C function interface now pdl_run_(name)
  • add FtrCode in XS, to match HdrCode
  • add sound demo - thanks @HaraldJoerg
  • OtherPars can now be $argname, for XS processing only and not in operation
  • fix broadcasting over empty ndarray (#429) - thanks @falsifian for tests
  • fix appending with empty ndarray (#430) - thanks @falsifian for tests
  • fix whereND with all-zero mask or empty input (#428) - thanks @falsifian for tests
  • inplace operations no longer copy input arg if inplace

https://metacpan.org/dist/PDL
#422 #416 #420 #421 #424 #429 #430 #428