XENON1T / pax

The XENON1T raw data processor [deprecated]
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

Pin numexpr to latest version 2.6.4 #694

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR pins numexpr to the latest release 2.6.4.

Changelog ### 2.6.2 ``` - Updates to keep with API changes in newer NumPy versions (228). Thanks to Oleksandr Pavlyk. - Removed several warnings (226 and 227). Thanks to Oleksander Pavlyk. - Fix bugs in function `stringcontains()` (230). Thanks to Alexander Shadchin. - Detection of the POWER processor (232). Thanks to Breno Leitao. - Fix pow result casting (235). Thanks to Fernando Seiti Furusato. - Fix integers to negative integer powers (240). Thanks to Antonio Valentino. - Detect numpy exceptions in expression evaluation (240). Thanks to Antonio Valentino. - Better handling of RC versions (243). Thanks to Antonio Valentino. ```
Links - PyPI: https://pypi.org/project/numexpr - Changelog: https://pyup.io/changelogs/numexpr/ - Repo: https://github.com/pydata/numexpr