Source reimplementation
Compare changes
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
I made some major changes to the project to prevent the rather clumsy use of dictionaries instead of classes. The way it is now, the classes in source can now actually be used in their intended way and do no longer rely on the workaround with dictionaries. For this, I had to make changes in many parts of the project. I fixed the tutorials, so that they work with the new syntax.