diff options
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ Release Date: Unknown * String representation of nodes takes in account precedence and associativity rules of operators. + * Fix loading files with `modutils.load_from_module` when + the path that contains it in `sys.path` is a symlink and + the file is contained in a symlinked folder. + + Close #583 + * Reworking of the numpy brain dealing with numerictypes (use of inspect module to determine the class hierarchy of numpy.core.numerictypes module) |