You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This weekend is the SciPy 2022 sprints (and EuroPython sprints!); if you're keen to contribute to Hypothesis, apply Hypothesis to other sprinting projects, or work on some related issues, you're in the right place. How this works:
Talk to Zac about which of the issues below you might work on, and we'll reserve it (check the box)
With the sprints over, it's time to close this meta-issue - until next time. Thanks again to everyone who helped out here or in other projects, for your contribution and the fun we had together!
This weekend is the SciPy 2022 sprints (and EuroPython sprints!); if you're keen to contribute to Hypothesis, apply Hypothesis to other sprinting projects, or work on some related issues, you're in the right place. How this works:
Hypothesis issues
math.isfinite
,isnan
, andisinf
filter-rewriting from Return efficient strategies for simple filter predicates, instead of rejection sampling #2701allow_subnormal=
param to thecomplex_numbers()
strategyallow_subnormal
keyword forcomplex_numbers
#3390stacklevel=
in all calls towarnings.warn()
#3403hypothesis write <some_filename>
#3404st.integers()
never generates examples close to themax_value
#2942.filter()
unionai-oss/pandera#404@st.composite
misuse Warn when an@st.composite
strategy doesn't use thedraw()
function #3384annotated-types
constraints inst.from_type(Annotated[T, ...])
#3356from_type(np.typing.NDArray)
should work Supportnumpy.typing.NDArray
and similar inst.from_type()
#3150hypothesis.internal.conjecture
#3074timezones()
strategies #2414Ecosystem issues
staticmethod
s@typechecked
works with@classmethod
only if it's applied first or as a class decorator agronholm/typeguard#231np.dtype([("", int), ("f0", int)])
numpy/numpy#14239The text was updated successfully, but these errors were encountered: