Giter Club home page Giter Club logo

ramda.py's People

Watchers

 avatar  avatar  avatar

ramda.py's Issues

Implement List Module

  • adjust
  • all
  • any
  • aperture
  • append
  • chain
  • concat
  • contains
  • drop
  • drop_last
  • drop_last_while
  • drop_repeats
  • drop_repeats_with
  • drop_while
  • ends_with
  • filter
  • find
  • find_index
  • find_last
  • find_last_index
  • flatten
  • for_each
  • from_pairs
  • group_by
  • group_with
  • head
  • index_by
  • index_of
  • init
  • insert
  • insert_all
  • intersperse
  • into
  • join
  • last
  • last_index_of
  • length
  • map
  • map_accum
  • map_accum_right
  • merge_all
  • none
  • nth
  • pair
  • partition
  • pluck
  • prepend
  • range
  • reduce
  • reduce_by
  • reduced
  • reduce_right
  • reduce_while
  • reduce_right
  • reduce_while
  • reject
  • remove
  • repeat
  • reverse
  • scan
  • sequence
  • slice
  • sort
  • split_at
  • split_every
  • split_when
  • starts_with
  • tail
  • take
  • take_last
  • take_last_while
  • take_while
  • times
  • transduce
  • transpose
  • traverse
  • unfold
  • uniq
  • uniq_with
  • unnest
  • update
  • without
  • xprod
  • zip
  • zip_obj
  • zip_with

Implement Logic functions

  • all_pass
  • and_
  • any_pass
  • both
  • complement
  • cond
  • default_to
  • either
  • if_else
  • is_empty
  • not_
  • or_
  • path_satisfies
  • prop_satisfies
  • unless
  • until
  • when

Implement Object Module

  • merge
  • merge_deep_left
  • merge_deep_right
  • merge_deep_with
  • merge_deep_with_key
  • merge_with
  • merge_with_key
  • obj_of
  • omit
  • over
  • path
  • path_or
  • pick
  • pick_all
  • pick_by
  • project
  • prop
  • prop_or
  • props
  • set
  • to_pairs
  • to_pairs_in
  • values
  • values_in
  • view
  • where
  • where_eq

Implement Math Module

  • add
  • dec
  • divide
  • inc
  • math_mod
  • mean
  • median
  • modulo, not implemented
  • multiply
  • negate
  • product
  • subtract
  • sum

deprecation of ABCs from collections

/nix/store/d86yin2376s596ydxd0dnl2hv5kprcfj-python3.7-ramda/lib/python3.7/site-packages/ramda/internal/__init__.py:54
  /nix/store/d86yin2376s596ydxd0dnl2hv5kprcfj-python3.7-ramda/lib/python3.7/site-packages/ramda/internal/__init__.py:54: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    return isinstance(x, collections.Callable)

/nix/store/d86yin2376s596ydxd0dnl2hv5kprcfj-python3.7-ramda/lib/python3.7/site-packages/ramda/internal/__init__.py:846
  /nix/store/d86yin2376s596ydxd0dnl2hv5kprcfj-python3.7-ramda/lib/python3.7/site-packages/ramda/internal/__init__.py:846: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    return isinstance(x, collections.Mapping)

/nix/store/d86yin2376s596ydxd0dnl2hv5kprcfj-python3.7-ramda/lib/python3.7/site-packages/ramda/internal/__init__.py:258
  /nix/store/d86yin2376s596ydxd0dnl2hv5kprcfj-python3.7-ramda/lib/python3.7/site-packages/ramda/internal/__init__.py:258: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    if isinstance(xs, collections.Iterable):

tests/interconnect/test_axi4.py::test_axi4_aw
  /nix/store/d86yin2376s596ydxd0dnl2hv5kprcfj-python3.7-ramda/lib/python3.7/site-packages/ramda/internal/__init__.py:850: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    return isinstance(x, collections.Sequence)

Implement Function Module

  • __
  • add_index
  • always
  • ap
  • apply
  • apply_spec
  • ascend
  • binary
  • bind, not relevant?
  • call
  • comparator
  • compose
  • compose_k
  • compose_p, should probably work w/ asyncio.Future
  • construct
  • construct_n
  • converge
  • curry
  • curry_n
  • descend
  • empty
  • F
  • flip
  • identity
  • invoker
  • juxt
  • lift
  • lift_n
  • memoize
  • memoize_with
  • n_arg
  • nth_arg
  • o
  • of
  • once
  • partial
  • partial_right
  • pipe
  • pipe_k
  • T
  • tap
  • try_catch
  • unapply
  • unary
  • uncurry_n
  • use_with

Fix _arity

Use placeholder as default parameters. Implement for 0 to 10 parameters, raise ValueError otherwise.

Implement Relation Module

  • clamp
  • count_by
  • difference
  • difference_with
  • eq_by
  • equals
  • gt
  • gte
  • identical
  • inner_join
  • intersection
  • intersection_with
  • lt
  • lte
  • max
  • max_by
  • min
  • min_by
  • path_eq
  • prop_eq
  • sort_by
  • sort_with
  • symmetric_difference
  • symmetric_differrence_with
  • union
  • union_with

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.