Skip to content

Releases: pwwang/pipda

0.2.4: Merge pull request #5 from pwwang/dev

29 Apr 19:37
b2ab98d
Compare
Choose a tag to compare
  • Allow extra attributes to be registered together with funcs/verbs

0.2.3: Merge pull request #4 from pwwang/dev

10 Apr 23:51
acd3699
Compare
Choose a tag to compare
  • Allow sole data argument function to be called normally but return a Function object
  • Allow context to be not set if necessary

0.2.2: Merge pull request #3 from pwwang/dev

07 Apr 21:28
a55cee8
Compare
Choose a tag to compare

0.2.1

06 Apr 06:56
Compare
Choose a tag to compare
  • Functions without data arg allowed to be called independently but returns Function object

0.2.0

30 Mar 17:22
Compare
Choose a tag to compare
  • Allow verb/function called directly with Expression objects as arguments
  • Allow context passed to _context argument of function to be registered
  • Add astnode_fail_warning to register_verb/func to whether warn when ast node not be able to detect
  • Add verb_arg_only for register_func to restrict registered func to be just an argument of a verb
  • Allow extra_contexts for specific arguments for register_verb/func
  • Add debug for evaluating
  • Allow inplace piping

0.1.5

13 Mar 07:50
Compare
Choose a tag to compare
  • Allow register_verb/func to have different contexts on different types

0.1.4

05 Mar 16:52
Compare
Choose a tag to compare
  • Add DataContext for the verbs/funcs to run with env with it.

0.1.3

02 Mar 17:10
Compare
Choose a tag to compare
  • Revert varname configs

0.1.2

01 Mar 07:17
Compare
Choose a tag to compare
  • Set varname.config.ignore_stdlib to False

0.1.1

28 Feb 07:00
Compare
Choose a tag to compare
Fix linting