14
0

Commit Graph

  • 35002fd897 Accepting request 1300052 from devel:languages:python main Ana Guerrero 2025-08-18 14:09:05 +00:00
  • e5073b5bc9 - Update to 0.21.0 * see upstream release announcement: https://github.com/beartype/beartype/releases/tag/v0.21.0 Markéta Machová 2025-08-18 11:58:43 +00:00
  • ed750fd609 Accepting request 1255453 from devel:languages:python Ana Guerrero 2025-03-24 12:31:54 +00:00
  • 0ea0e49943 - update to 0.20.2: * @beartype 0.20.2 apologizes for the bald-faced transgressions of @beartype 0.20.1, which tried to resolve issue #512 for @rg936672 but mostly did nothing except sit around and read fantasy books. - update to 0.20.1: * @beartype 0.20.1 materializes before your astonished keyboard with an explosive fizzy sizzling not unlike that of a flimsy soda can bursting its aluminum seams all over your astonished keyboard: Dirk Mueller 2025-03-23 21:36:51 +00:00
  • 4916f9b7c5 Accepting request 1248085 from devel:languages:python Dominique Leuenberger 2025-02-24 14:50:32 +00:00
  • 44b99eaec0 - Update to 0.20.0: * see upstream release announcement: https://github.com/beartype/beartype/releases/tag/v0.20.0 - Drop fix-python313.patch Daniel Garcia 2025-02-24 10:38:05 +00:00
  • a73e423660 Accepting request 1234717 from devel:languages:python Ana Guerrero 2025-01-03 13:18:11 +00:00
  • 3b0b1ba25b Accepting request 1234596 from home:nkrapp:branches:devel:languages:python Markéta Machová 2025-01-03 11:05:21 +00:00
  • 4927746b3e Accepting request 1170446 from devel:languages:python Ana Guerrero 2024-04-28 19:49:33 +00:00
  • 07fa4b7d75 - update to 0.18.5: * Beartype 0.18.5 resolves a critical low-level issue in @beartype's dynamic type-checking code generator for **nested beartype validator-in-container type hints** (e.g., type hints of the form list[typing.Annotated[{type}, Is[{validator}]]]). Someone, somewhere cares deeply about this. You might even be that someone. Dirk Mueller 2024-04-27 09:00:07 +00:00
  • 75f97dbb5c Accepting request 1169365 from devel:languages:python Ana Guerrero 2024-04-21 18:27:12 +00:00
  • 45f848e699 - update to 0.18.4: * resolves a critical low-level issue in dynamic type-checking code generator for **nested tuple-in-dictionary type hints** - update to 0.18.3: * Beartype 0.18.3 is for @iamrecursion and @sylvorg. May their usernames live forever in git log infamy. In this release, a few more bugs die. - update to 0.18.2: * This patch release temporarily squelches (i.e., silences) a low-level assert statement erroneously performed during @beartype's dynamic code generation loop. - update to 0.18.0: * We're *finally* type-checking general-purpose Python containers. Dirk Mueller 2024-04-20 13:50:08 +00:00
  • 86bdb2083d Accepting request 1147161 from devel:languages:python Ana Guerrero 2024-02-18 19:23:19 +00:00
  • 44aaf48fd6 Accepting request 1147086 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2024-02-16 16:57:16 +00:00
  • 36dbde5553 Accepting request 1144712 from devel:languages:python Ana Guerrero 2024-02-07 17:49:06 +00:00
  • 298281cdba - update to 0.17.0: * Emit non-fatal warnings on type-checking violations? Yup. We got that. Grep violation_*type, then win. * Raise custom exception types on type-checking violations? We got that, too. violation_*type grepping intensifies. * Raise custom exception messages on type-checking violations? Got that. __instancecheck_str() enters the chat emboldened and swaggering. * Modify the verbosity of type-checking violation messages? Got that. violation_verbosity + BeartypeVerbosity is snickering in the back. * Reduce complex type hints to simple type aliases in type-checking violations? That is a thing now. type {name} = {hard_stuff} | {moar_stuff}. * Blatantly lie about the types your API expects by instructing @beartype to internally transform source to target type hints matching various patterns with type hint overrides? You know we even got that. hint_overrides + BeartypeHintOverrides. It's best not to question this stuff. Daniel Garcia 2024-02-06 18:52:57 +00:00
  • f17c187ba4 Accepting request 1124971 from devel:languages:python Ana Guerrero 2023-11-13 21:18:06 +00:00
  • 8fd2add991 - update to 0.16.4: * **beartype.claw + methods + PEP 526.** Previously, beartype.claw silently failed to type-check PEP 526-compliant annotated variable assignments in methods. Now, beartype.claw does so: e.g., - update to 0.16.3: * This bug-defying patch release adds official support for **hot module reloading,** **root superclass validators,** **forward reference issubclass() proxying,** **readable forward reference exceptions,** and **class redecoration eliding** as well as documenting a medley of topics and APIs first introduced with the beartype.claw subpackage under - update to 0.16.2: * **Plum** + **class methods** (i.e., @classmethod-decorated methods) + **PEP 563** (i.e., from __future__ import annotations). If you use Plum – which you surely do, of course – you want this. - update to 0.16.0: * @beartype 0.16.0 **[**codename: _Super Unsexy Stabilization Asinine Force (SUSAF)_**]** boringly stabilizes everything unstable about @beartype that made your coworker who only wears skinny jeans while squinting whenever you mention - Update to version 0.11.0 Dirk Mueller 2023-11-10 13:11:32 +00:00
  • f26efff0e9 Accepting request 1100856 from devel:languages:python Ana Guerrero 2023-07-27 14:51:43 +00:00
  • 8dd59464f8 - update to 0.15.0: * Like a cyberpunk phoenix whose intertube veins are made of pure honey and blueberry juic, 0.15.0 introduces the new beartype.claw API. * When you call import hooks published by the beartype.claw API, you enable **hybrid runtime-static type-checking.** * For many of you: "Yes. That is what this means." Pure-static type-checkers lie to you about everything, require maintaining fragile and unreadable type: ignore[...] and pyright: ignore[...] comment chatter throughout your once- pristine codebase, and fail to enforce anything at test- or runtime. In other words, they (mostly) suck; we should all stop using them, because they (mostly) fail at their core mandate. Dirk Mueller 2023-07-26 12:57:36 +00:00
  • 509ad5e4d6 Accepting request 1092181 from devel:languages:python Dominique Leuenberger 2023-06-11 17:55:56 +00:00
  • 32e299c207 - update to 0.14.1: * **[PEP 517][PEP 517].** This release restores our [PEP 517][PEP 517]-compliant top-level pyproject.toml file in a vain and probably misguided attempt to restore the buildability of our documentation on the third-party ReadTheDocs (RTD) documentation host. Doing so nudges @beartype mildly closer towards abandoning the antiquated (and frankly objectionable) setuptools build system to Hatch, officially endorsed by the Python Packaging Authority (PyPA) as sane and *not* setuptools, which are the only criteria @leycec is looking for in a Python build system. The bar could *not* be lower. * **[PEP 544][PEP 544].** @beartype now officially supports *all* third-party typing_extensions.Protocol backports, resolving issue #241 kindly submitted by MIT machine learning guru @rsokl (Ryan Soklaski). This release also restores testing of the typing_extensions.Protocol superclass, which now passes under *all* typing_extensions versions. Let's not ask prying and uncomfortable questions about what exactly was resolved here, because then @leycec might break down and openly weep emoji tears live on GitHub. * **[PEP 585][PEP 585].** This release "undeprecates" the beartype.typing.{Match,Pattern} type hints deprecated by [PEP 585][PEP 585], resolving issue #240 kindly submitted by AI King @KyleKing (Kyle King). Specifically, the beartype.typing subpackage now imports those type hints from the standard re rather than typing module under Python >= 3.9. This is why @leycec sighs in his sleep while clutching a Bengal plushy. Dirk Mueller 2023-06-11 09:27:05 +00:00
  • 584cf5d763 Accepting request 1084451 from devel:languages:python Dominique Leuenberger 2023-05-04 15:10:40 +00:00
  • 05cf2fbf4a - update to 0.14.0: * This minor release brings exhilarating support for PEP 673 (i.e., typing.Self) and PEP 675 (i.e., typing.LiteralString) as well as substantially improved compatibility with PyPy. * This release resolves a significant incompatibility with PyPy, whose implementation of the id() builtin appears to occasionally [read: non-deterministically] return object identifiers that are negative integers. Specifically, @beartype now guaranteeably generates valid parameter names passed to type-checking wrapper functions regardless of the sign of the id() of the values of those parameters. Doing so resolves issue #232 kindly submitted by @jvesely (Jan Vesely) who purportedly lives in or around an ancient pork by-product that has calcified into stone -- which is quite impressive, really. Stoneham: it's like Stonehenge, only American and yummy in your tummy. Thanks so much for the heads up, @jvesely. Dirk Mueller 2023-05-03 15:41:18 +00:00
  • 8bc0c3b9e2 Accepting request 1079737 from devel:languages:python Dominique Leuenberger 2023-04-16 14:07:34 +00:00
  • 091199f43b - update to 0.13.1: * The test_pep561_mypy() integration test validating that @beartype passes all mypy-specific static runtime type- checks * **Pandera (pandas) type hints** (i.e., ad-hoc PEP- noncompliant type hints validating pandas DataFrame objects, produced by subscripting factories published by the pandera.typing subpackage and validated *only* by user- defined callables decorated by the ad-hoc PEP-noncompliant @pandera.check_types runtime type-checking decorator), resolving feature request #227 kindly submitted by @ulfaslakprecis (Ulf Aslak) the Big Boss Typer. @beartype now: * Transparently supports pandera's PEP-noncompliant @pandera.check_types decorator for deeply runtime type- checking arbitrary pandas objects. * *Always* performs a rudimentary O(1) isinstance()-based type-check for each pandera type hint. Doing so substantially improves usability in common use cases, including: * Callables annotated by one or more pandera type hints that are correctly decorated by @beartype but incorrectly *not* decorated by the pandera-specific @pandera.check_types decorator. * (Data)classes annotated by one or more pandera type hints. * Pandera type hints passed as the second argument to statement-level @beartype type-checkers – including: * **Pseudo-callable monkey-patching support.** @beartype now supports **pseudo-callables** (i.e., otherwise uncallable objects masquerading as callable by defining the __call__() dunder method), resolving feature request #211 kindly Dirk Mueller 2023-04-16 09:18:01 +00:00
  • 2d6b821ad8 Accepting request 1060970 from devel:languages:python Dominique Leuenberger 2023-01-26 12:57:30 +00:00
  • d262951301 - Disable test_beartype_in_sphinx, broken with sphinx 6.1.3 gh#beartype/beartype#209 - Update to version 0.12.0 Change log - https://github.com/beartype/beartype/releases Daniel Garcia 2023-01-25 13:19:47 +00:00
  • 4cf7eb4c9b Accepting request 1010199 from devel:languages:python Dominique Leuenberger 2022-10-12 16:26:45 +00:00
  • 28dd75de80 Accepting request 1009969 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-10-12 10:47:50 +00:00
  • f10d3804c6 Accepting request 975166 from devel:languages:python Dominique Leuenberger 2022-05-05 21:07:15 +00:00
  • 023de92215 Accepting request 975165 from home:mcepl:branches:devel:languages:python Matej Cepl 2022-05-05 10:38:20 +00:00