Martin Manns

Results 8 comments of Martin Manns

Am Mon, 01 Oct 2018 06:22:14 -0700 schrieb Marco : > @manns it has been a while, 2 years :) Any update on this? Oh that is quite long for...

After reading a bit, I have found out that pandas' Panel data structure has been deprecated (see https://pandas.pydata.org/pandas-docs/stable/whatsnew.html#deprecate-panel). I have not looked into their replacement proposal , though. h5py is...

@HeaTTheatR Your example also shows strange Window behavior on my system: ```python from kivy.config import Config Config.set("graphics", "height", 200) Config.set("graphics", "width", 100) from kivy.core.window import Window Window.left = 300 Window.left...

@Julian-O Yes, it still happens: ``` $ python kivytest.py [INFO ] [Logger ] Record log in /home/mn/.kivy/logs/kivy_23-11-03_3.txt [INFO ] [Kivy ] v2.2.1 [INFO ] [Kivy ] Installed at "/usr/lib/python3.11/site-packages/kivy/__init__.py" [INFO...

However, the issue from my 2nd comment with ```Window.left = 300``` seems to be fixed.

@misl6 The behavior is still the same for 2.3.0 ``` $ python kivy_window_position_test.py [INFO ] [Logger ] Record log in /home/mn/.kivy/logs/kivy_24-03-20_6.txt [INFO ] [Kivy ] v2.3.0 [INFO ] [Kivy ]...

@smichr This would mean that several methods need to be rewritten using Piecewise because results may differ dependent on symbol values. I am seeing the following candidates: - are_concurrent -...

@palash018 As I have understood the basic idea, the symbols are considered parameters. Therefore from my point of view, returning just the nearest point for the full set would not...