Change Log
This log is not a comprehensive list of every change, but rather a collection of major/notable modifications to the site.
Additionally while a page may have been recently updated, its changes may not be reflected in the log. In the future,
I plan to have the changelog update based on commits pushed to the public repository branch & simulatneously update
the site to use the commited content.
September 15th, 2024
- Set LazYT's pyscript implementation to a static version (2024.8.2)
- Modified matplotlib figure drawing from using Element(chart_id).write(fig) to using display(fig)
- Tested add PyArrow to solve deprecation of Pandas. Left with deprecation warning due to
pyarrow being merged into piodide, slated for next release.
May 22nd, 2023
- Adjusted style sheet dark.css for improved layouts on more devices
- Modified the appearance of the scroll bar to match dark theme
January 4th, 2023
- Adjusted lazyt.html to use pyscript's <py-config> tag rather than the <py-env> tag, as it has been deprecated
- Added try-catch block to report when an imported library failed to load (matplotlib, pandas)
- Removed output attribute on the <py-script> tag, as it will soon be deprecated
- Changed matplotlib's generated graphs to use a supported font (DejaVu Sans Mono)
November 30th, 2022
- Added changelog page to provide an archive of notable changes to the site
- Added timestamps to most pages to mark the last time modified*
- Modified css to utilize a larger font size when rendering on a small screen/mobile device
- General spelling/grammatical changes
* If a page has received no significant changes other than the timestamp, the date will reflect its
estimated last time modified prior to adding the timestamp.
Note: Any changes added to the log before 11/30/22 will be estimates based on deploy times, commit history, & my recollection.
November 21st, 2022
- Deployed pre-alpha of the analysis tool LazYT with supporting pages
- Modified Home & In-Dev pages to include a link to LazYT
October 28th, 2022
- Modified 404 page to address issues with loading images
- Adjusted text and image placement for general elements on the site
- Added new entries to the portfolio page with supporting pages
October 14th, 2022
- Addressed an issue with the Pixeloid font not loading in some browsers
October 13th, 2022
- Modified the Firebase hosting configuration to ommit the file extension from the URL
- Deployed the site to 8BitRam.dev with Firebase