.. figure:: logo.png :align: center http://www.bardolph.org .. index:: single: Release Notes .. _release_notes: ************* Release Notes ************* Previously, I didn't really have any downloads, but I think people are actually using this thing. Therefore, I've decided to update these release notes each time I push a new build to PyPi. As time goes on, I might actually work backwards, but for now there's just the latest update. In all cases, you can also assume that there were some bug fixes and code clean-up, although I don't log most bugs on Github. March 8, 2025 ============= Release: 0.2.5 Quick bug fix. March 7, 2025 ============= Release: 0.2.4 This release introduces a small collection of mathematical functions. Underlying that change is a new subsystem that supports a runtime library and the ability to write callable routines in Python. January 17, 2025 ================ Release: 0.2.3 This is mostly bug fixes. January 13, 2025 ================ Release: 0.2.2 This is the first release that includes documentation for "candle" type bulbs. I have been working on that feature for quite a while, but before now I wasn't ready to suggest that it was usable. This release also introduces the ability of a routine to return a value; that is to say, *functions*. November 18, 2024 ================= Release: 0.2.0 After a long break due to unforseen circumstances, bring the code up-to-date with the current state of Python and the supporting libraries/modules. January 12, 2022 ================ Release: 0.1.5 Bug fixes. Update documentation and fix broken links. December 29, 2020 ================= Release: 0.1.3 Implement "break" for loops. Refine print, println, and printf.