Skip to content

Releases: pwwang/pipda

0.1.0

17 Feb 20:45
Compare
Choose a tag to compare
  • Refactor to use AST to check the environment (piping vs nonpiping) for verbs/functions instead of lambda functions

0.0.6

05 Dec 21:23
Compare
Choose a tag to compare
  • Add context for X['a']
  • Cleanup Symbolic namespace

0.0.4

01 Dec 08:18
Compare
Choose a tag to compare
  • Bring context to functions

0.0.3

30 Nov 22:07
Compare
Choose a tag to compare
  • Make verbs and funcs singledispatch functions.
  • Change select to name for compile_proxy

0.0.2

30 Nov 06:10
Compare
Choose a tag to compare
  • Rename single_dispatch to register_verb
  • Add argument compile_attrs to register_verb
  • Add allowed types for functions
  • Separate operators.
  • Allow changing piping sign

0.0.1

27 Nov 17:15
Compare
Choose a tag to compare
  • First release