Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
frequenz-floss
/
frequenz-sdk-python
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
17
Code
Issues
138
Pull requests
6
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
WIP: Make
Quantity
an abstract base class
- #822
#822
Closed
llucax
wants to merge 17 commits into
frequenz-floss:v1.x.x
frequenz-floss/frequenz-sdk-python:v1.x.x
from
llucax:quantity-abc
llucax/frequenz-sdk-python:quantity-abc
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
WIP: Make
Quantity
an abstract base class
#822
llucax
wants to merge 17 commits into
frequenz-floss:v1.x.x
frequenz-floss/frequenz-sdk-python:v1.x.x
from
llucax:quantity-abc
llucax/frequenz-sdk-python:quantity-abc
Copy head branch name to clipboard
Commits
Commits on Feb 15, 2024
Catch and log exceptions in task
Show description for fd578e2
llucax
committed
fd578e2
View commit details
Copy full SHA for fd578e2
Browse repository at this point
WIP: Add __round__, __pos__ and __mod__, __floordiv__ to Quantity
llucax
committed
fba4af6
View commit details
Copy full SHA for fba4af6
Browse repository at this point
Make `Quantity` an abstract base class
Show description for 1582e76
llucax
committed
1582e76
View commit details
Copy full SHA for 1582e76
Browse repository at this point
Make `Quantity` more directly not default constructible
Show description for 765cf59
llucax
committed
765cf59
View commit details
Copy full SHA for 765cf59
Browse repository at this point
Disallow instantiating `Quantity` via other constructors
Show description for 9d30592
llucax
committed
9d30592
View commit details
Copy full SHA for 9d30592
Browse repository at this point
Make quantities convertible to `float`
Show description for 5f39347
llucax
committed
5f39347
View commit details
Copy full SHA for 5f39347
Browse repository at this point
Fix `Quantity` tests to not instantiate `Quantity` directly
Show description for 772337b
llucax
committed
772337b
View commit details
Copy full SHA for 772337b
Browse repository at this point
Replace `QuantityT` with `SupportsFloatT`
Show description for 7104205
llucax
committed
7104205
View commit details
Copy full SHA for 7104205
Browse repository at this point
Parametrize samples with `SupportsFloatT`
Show description for 3811700
llucax
committed
3811700
View commit details
Copy full SHA for 3811700
Browse repository at this point
Parametrize the ring buffer with `SupportsFloatT`
Show description for 806fa49
llucax
committed
806fa49
View commit details
Copy full SHA for 806fa49
Browse repository at this point
Parametrize the resampler with `SupportsFloatT`
Show description for 25a2a85
llucax
committed
25a2a85
View commit details
Copy full SHA for 25a2a85
Browse repository at this point
Make the data sourcing actor use `float`
Show description for 7cf7085
llucax
committed
7cf7085
View commit details
Copy full SHA for 7cf7085
Browse repository at this point
Make the resampling actor use `float`
Show description for bdfb97d
llucax
committed
bdfb97d
View commit details
Copy full SHA for bdfb97d
Browse repository at this point
Add a new `ResamplerActorConfig` class
Show description for 310c158
llucax
committed
310c158
View commit details
Copy full SHA for 310c158
Browse repository at this point
Make the `MovingWindow` and `PeriodicFeatureExtractor` generic
Show description for 922c972
llucax
committed
922c972
View commit details
Copy full SHA for 922c972
Browse repository at this point
WIP Quantity ABC
llucax
committed
64098eb
View commit details
Copy full SHA for 64098eb
Browse repository at this point
WIP: formula engine
llucax
committed
4a63eb1
View commit details
Copy full SHA for 4a63eb1
Browse repository at this point
You can’t perform that action at this time.