Skip to content

Releases: pwwang/pipda

0.13.1

10 Oct 21:26
Compare
Choose a tag to compare
  • ✨ Add __array_function__ to Expression objects

Full Changelog: 0.13.0...0.13.1

0.13.0

05 Oct 20:15
Compare
Choose a tag to compare
  • ✨ Add Dockerfile for codesandbox
  • ⬆️ Bump executing to ^2.0
  • ✨ Support python 3.12

Full Changelog: 0.12.0...0.13.0

0.12.0

13 Apr 05:06
Compare
Choose a tag to compare
  • ⬆️ Drop support for python3.7

Full Changelog: 0.11.1...0.12.0

0.11.1

18 Jan 18:49
b727fd7
Compare
Choose a tag to compare
  • 👷 Use newer actions
  • 📝 Fix github action badegs
  • 🩹 Allow ast_fallback to be changed for verbs and functions

What's Changed

Full Changelog: 0.11.0...0.11.1

0.11.0

08 Dec 16:33
1466005
Compare
Choose a tag to compare
  • 💥 Simplify register_expr_array_func and rename it to register_array_ufunc

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

01 Dec 19:15
279b628
Compare
Choose a tag to compare
  • 💥 Refactor the registered borrowed from singledispatch
  • ✨ Allow pipeable and dispatchable functions (related: pwwang/datar#148)
  • 💥 Change default ast_fallback to "piping_warning" for verbs
  • ✨ Allow to register multi-types at a time for dispatchable functions
  • ✨ Support backends
  • ✨ Allow register plain functions
  • ✅ Add level test for context
  • ✨ Make pipeable function work as a verb

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

28 Oct 22:34
606d09b
Compare
Choose a tag to compare
  • ✨ Allow __array_ufunc__ to be registered on Expression by register_expr_array_func

What's Changed

Full Changelog: 0.8.2...0.9.0

0.8.2

17 Oct 02:50
99b7f9c
Compare
Choose a tag to compare
  • ✨ Support other numpy ufunc methods

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

15 Oct 00:17
dc4c374
Compare
Choose a tag to compare
  • ✨ Allow verb to be a placeholder (without any types registered)
  • ✅ Add test for npufuncs to be used in verbs

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

08 Oct 18:09
d9cd3d5
Compare
Choose a tag to compare
  • patch classes if they have piping operator method
  • auto register numpy ufuncs
  • pump executing to 1.1.1 to fix pwwang/datar#149

What's Changed

Full Changelog: 0.7.6...0.8.0