-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(wrangler)!: add class inheritance to data parsing Parsing functions are now relegated to appropriate classes. All Wrangler* classes should inherit IO methods from the WranglerIO class, and if necessary initialise methods in WranglerTransform as `self.transform`. Refs: ST-3, ST-5, ST-120 * refactor(backend): add class inheritance to derivations Refs: ST-3, ST-6, ST-120 * refactor!: add class inheritance Relegates standalone methods to relevant classes. Refactors API to futureproof source selection. Refs: ST-3, ST-5, ST-7, ST-120 * refactor(interface)!: updates main to use new frontend classes Refs: ST-26, ST-120 * ci: run CI on release branches Refs: ST-1, ST-3, ST-11 * chore: update versioning and fix ci refs for release Refs: ST-1, ST-119 * fix(build): fix typo in Makefile pkg Refs: ST-1 * ci: add ci for develop branch Refs: ST-1, ST-3 * refactor(wrangler): refactor constants inheritance Refs: ST-3, ST-5 * docs: update README for release Refs: ST-2 * docs: clarify available and planned features Refs: ST-2
- Loading branch information
Showing
18 changed files
with
2,025 additions
and
1,405 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.