-
Notifications
You must be signed in to change notification settings - Fork 2
New Calculator factory (separate from NewCollectionBase) #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Version 1.1.0
Release 1.1.1
Develop to master
Release 1.2.1
Release 1.3.0
Fix for setup-python@v5 expecting string now
New 2.0.0 release
Release 2.1.0
Hotfix 2.1.0a
Hotfix_2.1.0b
Implements architecture decision from Discussion #160: - Add CalculatorBase: Abstract base class for physics calculators - Add CalculatorFactoryBase: Abstract factory for creating calculator instances - Add SimpleCalculatorFactory: Concrete factory using dictionary registry - Add deprecation warning to InterfaceFactoryTemplate - Make Map._store private (__store) to enforce encapsulation - Update parameter.py to use public API instead of private _store access - Add comprehensive unit tests for all new classes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['[scope] bug', '[scope] enhancement', '[scope] documentation', '[scope] significant', '[scope] maintenance']
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #181 +/- ##
===========================================
+ Coverage 81.15% 81.60% +0.44%
===========================================
Files 52 54 +2
Lines 4267 4381 +114
Branches 740 751 +11
===========================================
+ Hits 3463 3575 +112
- Misses 624 626 +2
Partials 180 180
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Issues brought up in #172 addressed |
Implements architecture decision from Discussion #160: