Merged
Conversation
Switched from Setuptools to hatch. Switched from CalVer to SemVer.
Introduced breaking changes by using snake case everywhere.
Established consistent linter and typechecking settings by switching to hatch Breaking change: Component.parameter is now a dict instead of a list.
- Added bump-version workflow - Added publish workflow - Set fallback-version for hatch-vcs to 0.0.0 - Remove master branch from ci workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The current state of the main branch is messy as this project started out as a private repo. With this, I am going to transition to a manageable and clean environment.
Overview
This is a very large PR focusing on cleaning up this project and setting up a future-proof development environment.
Changes
Build & Packaging
CI/CD & Automation
Code Quality & Tooling
Tests & Examples
Documentation
Breaking changes
Component.parametersis now of typedict[str, Parameter]with parameter ids as keysFacilityequipmentNumber->equipment_numberallowMessages->allow_messagesallowMessages->allow_messagessubscribedNotifications->subscribed_notificationspictureUrl->picture_urlprotocol3200Info->protocol_3200_infohoursSinceLastMaintenance->hours_since_last_maintenanceoperationHours->operation_hoursfacilityGeneration->facility_generationUserDatapictureUrl->picture_urlfacilityCount->facility_count