You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented all remaining PyNumberMethod methods for the C `Colour` class
* Changed the `Colour` class's `__round__()` method to round up to 255 when the colour value is greater than 127,
compared to the previous 128
* Updated the link to the goopylib Colour doc in the `Colour` class's `__dir__()` function
* Defined the `__dir__()`, `__round__()`, `__reversed__()`, & `__contains__()` functions for the C `Colour` class
* Added a separate `__contains__()` method for the `ColourHex()` class
* Fixed the `Colour_richcompare()` method of the C `Colour` class for the `==` & `!=` operations
* Renamed the `update_values()` method of the `Colour` classes to `__update_values()`
* Fixed circular import with importing the `Window` while important the `GraphicsObject` module without importing the
`Window` module yourself
* Fixed issue with incorrectly named module import in `goopylib.sound.waves.py`
0 commit comments