Giter Site home page Giter Site logo

ifsfractals-py's People

Contributors

peterefrancis avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ifsfractals-py's Issues

numba deprecation of reflection for list and set types

this warning is raised after attempting to create a new Fractal type

/home/user/.local/lib/python3.6/site-packages/ifsFractals.py:392: NumbaPendingDeprecationWarning: 
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'transformations' of function '_generate_points_full'.

For more information visit http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types

File ".local/lib/python3.6/site-packages/ifsFractals.py", line 336:
@njit
def _generate_points_full(n, transformations, weights=np.array([0.]), startingPoint=np.array([0.,0.,1.])):
^

  G = _generate_points_full(100000, transformations=transformations, weights=weights)
/home/user/.local/lib/python3.6/site-packages/ifsFractals.py:392: NumbaPendingDeprecationWarning: 
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'transformations' of function '_generate_points_full_simple'.

For more information visit http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types

File ".local/lib/python3.6/site-packages/ifsFractals.py", line 347:
@njit
def _generate_points_full_simple(n, transformations, startingPoint=np.array([0.,0.,1.])):
^

  G = _generate_points_full(100000, transformations=transformations, weights=weights)
/usr/local/lib/python3.6/dist-packages/numba/ir_utils.py:1959: NumbaPendingDeprecationWarning: 
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'transformations' of function 'find_bounds'.

For more information visit http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types

File ".local/lib/python3.6/site-packages/ifsFractals.py", line 391:
@njit
def find_bounds(transformations, weights=np.array([0.])):
^

  warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
/home/user/.local/lib/python3.6/site-packages/ifsFractals.py:37: NumbaPerformanceWarning: '@' is faster on contiguous arrays, called on (array(float64, 2d, A), array(float64, 2d, A))
  return np.sqrt(np.max(np.linalg.eig(G @ G.T)[0]))
/usr/local/lib/python3.6/dist-packages/numba/typing/npydecl.py:967: NumbaPerformanceWarning: '@' is faster on contiguous arrays, called on (array(float64, 2d, A), array(float64, 2d, A))
  warnings.warn(NumbaPerformanceWarning(msg))

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.