Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
249 commits
Select commit Hold shift + click to select a range
d0d3467
draft
Alexboiboi Mar 21, 2022
c872219
remove duplicates on src sens getters
Alexboiboi Mar 22, 2022
65d4f45
add nested coll support for mpl
Alexboiboi Mar 22, 2022
293f953
support nested collection for plotly
Alexboiboi Mar 22, 2022
3797dd9
add setters
Alexboiboi Mar 22, 2022
ad0ef38
update set_children_styles
Alexboiboi Mar 22, 2022
2efd47b
update collection.remove to be search recursively
Alexboiboi Mar 22, 2022
bd74757
add describe method
Alexboiboi Mar 22, 2022
1e20d76
adapt getBH to nested collections
Alexboiboi Mar 22, 2022
a0aba8a
remove irrelevant todos
Alexboiboi Mar 22, 2022
b259623
add TODOS
Alexboiboi Mar 22, 2022
32c2457
remove print statement
Alexboiboi Mar 22, 2022
1346ff3
add self to collection.describe()
Alexboiboi Mar 23, 2022
84dd359
add parent/child philosophy
Alexboiboi Mar 23, 2022
2909485
fix regression
Alexboiboi Mar 23, 2022
7b6915e
add override_parent to Collection
Alexboiboi Mar 23, 2022
8fb87b7
fix __add__
Alexboiboi Mar 23, 2022
fa1ab95
add collection repr, also nested
Alexboiboi Mar 23, 2022
e699379
fix remove and make private
Alexboiboi Mar 23, 2022
a6646c0
testbug fix
Alexboiboi Mar 23, 2022
6b0d953
mini syntax sugar
Alexboiboi Mar 23, 2022
9df03fc
fix nested rotation
Alexboiboi Mar 23, 2022
4f85bbb
remove unused imports
Alexboiboi Mar 23, 2022
81b7361
mini color fix
Alexboiboi Mar 23, 2022
0865e96
rework collection.describe()
Alexboiboi Mar 23, 2022
e882fc2
fix parent setter
OrtnerMichael Mar 24, 2022
ed06142
fix override
OrtnerMichael Mar 24, 2022
c8a122c
fix plus, remove minus
OrtnerMichael Mar 24, 2022
2f732ed
add describe and repr_html to all objects
Alexboiboi Mar 24, 2022
3d1a23e
add properties
Alexboiboi Mar 24, 2022
cefbfcf
prettify
Alexboiboi Mar 24, 2022
35d1e8f
fix collection setter
Alexboiboi Mar 24, 2022
08040ad
docstring
Alexboiboi Mar 24, 2022
77ac6d1
docstrings
Alexboiboi Mar 24, 2022
80b90ea
+ - behavior fixing
OrtnerMichael Mar 25, 2022
43a29c2
replace labels with desc
Alexboiboi Mar 25, 2022
d55b75b
add basic tests
Alexboiboi Mar 25, 2022
ebe3afe
include errors='raise' in remove
OrtnerMichael Mar 25, 2022
4fa9e79
only *arg object inputs for collections
OrtnerMichael Mar 25, 2022
a8f35c1
removed Collection "special" repr
OrtnerMichael Mar 25, 2022
52db636
remove allows *args
OrtnerMichael Mar 25, 2022
ed28492
draft
Alexboiboi Mar 25, 2022
13c00c6
fixing and adding tests
OrtnerMichael Mar 26, 2022
6414d5f
remove now useless radd
OrtnerMichael Mar 26, 2022
efcd8e1
fix copy parent bug
OrtnerMichael Mar 26, 2022
8e2e396
fix tests and misc
OrtnerMichael Mar 26, 2022
1277c9c
refactoring
Alexboiboi Mar 26, 2022
5fe0dcf
completing tests, full coverage
OrtnerMichael Mar 26, 2022
f69c3da
pylint
OrtnerMichael Mar 26, 2022
7b95f96
meaningful renaming
Alexboiboi Mar 26, 2022
be3fd97
collection and parent docstrings
OrtnerMichael Mar 26, 2022
8953368
use orient concat on rotated sensors
Alexboiboi Mar 26, 2022
2cad99a
docstings + long forgotten properties
OrtnerMichael Mar 26, 2022
533b7f0
Merge branch 'main' of https://github.com/magpylib/magpylib into nest…
OrtnerMichael Mar 26, 2022
ff743d7
make compatible with python 3.7
Alexboiboi Mar 26, 2022
63a3392
changelog and pull from main
OrtnerMichael Mar 26, 2022
f0c2430
Merge branch 'nested-collections-mi' of https://github.com/magpylib/m…
Alexboiboi Mar 27, 2022
a69a7e6
remove describe method
Alexboiboi Mar 27, 2022
690716d
remove unused import
Alexboiboi Mar 27, 2022
6246c63
Merge branch 'extended-repr' of https://github.com/magpylib/magpylib …
Alexboiboi Mar 27, 2022
87f8f95
coverage
Alexboiboi Mar 27, 2022
be9594d
remove print statement
Alexboiboi Mar 27, 2022
9eb8833
pylint
Alexboiboi Mar 27, 2022
ed34753
Merge branch 'nested-collections' of https://github.com/magpylib/magp…
Alexboiboi Mar 27, 2022
3901218
add pixel pretty describe
Alexboiboi Mar 27, 2022
28e73cc
Merge branch 'nested-collections' of https://github.com/magpylib/magp…
Alexboiboi Mar 27, 2022
a451183
allow different pix shapes with pixel_agg
Alexboiboi Mar 27, 2022
39a0f24
add input check
Alexboiboi Mar 28, 2022
f9c6c25
fix input checks
Alexboiboi Mar 28, 2022
2ae7603
fix orientation tiling&repeating
Alexboiboi Mar 28, 2022
14fe6f7
mini bug fix
Alexboiboi Mar 28, 2022
3082e6b
add tests
Alexboiboi Mar 28, 2022
70901b2
fix input_checks syntax test
Alexboiboi Mar 28, 2022
b824a05
fix plotly mulitidimensional pixel display
Alexboiboi Mar 28, 2022
1b39624
Merge branch 'nested-collections' of https://github.com/magpylib/magp…
Alexboiboi Mar 28, 2022
4b16c01
describe, repr, tests and changelog
OrtnerMichael Mar 28, 2022
64dacb1
Merge branch 'nested-collections' of https://github.com/magpylib/magp…
OrtnerMichael Mar 28, 2022
5bbe4f2
Merge branch 'nested-collections' of https://github.com/magpylib/magp…
Alexboiboi Mar 28, 2022
7ddba34
draft
Alexboiboi Mar 29, 2022
241a435
remove print statement
Alexboiboi Mar 30, 2022
54ffae4
collection setter override parents
OrtnerMichael Mar 30, 2022
5ee8fb2
remove print statement
Alexboiboi Mar 30, 2022
30df483
refactor getBHdict
Alexboiboi Mar 30, 2022
770dba7
remove obsolete comment
Alexboiboi Mar 30, 2022
5c023fa
pylint
Alexboiboi Mar 30, 2022
2049386
core function argument consistency
Alexboiboi Mar 30, 2022
f2aec9f
remove return self of reset()
OrtnerMichael Mar 30, 2022
1d26fde
allow collection/add/remove flat list input
OrtnerMichael Mar 30, 2022
876556d
take reset change back
OrtnerMichael Mar 30, 2022
4991cff
complete docs
OrtnerMichael Mar 30, 2022
47163b5
remove introduction from init
OrtnerMichael Mar 30, 2022
24ab34f
implement field func
Alexboiboi Mar 30, 2022
b46c06e
fix docs
Alexboiboi Mar 30, 2022
c38f452
coverage
Alexboiboi Mar 30, 2022
42c003c
coverage
Alexboiboi Mar 30, 2022
3c8594c
Merge branch 'nested-collections' of https://github.com/magpylib/magp…
Alexboiboi Mar 30, 2022
a5d3977
extend pixel_agg testing
Alexboiboi Mar 30, 2022
e857ada
Merge branch 'sensor-pixel-aggregation' of https://github.com/magpyli…
Alexboiboi Mar 30, 2022
dee53b4
fix bad tiling bug
Alexboiboi Mar 30, 2022
a134ba7
add test
Alexboiboi Mar 31, 2022
c675812
Merge branch 'main' of https://github.com/magpylib/magpylib into cust…
Alexboiboi Mar 31, 2022
57be573
fix example
Alexboiboi Mar 31, 2022
7ea73cd
Merge branch 'custom-field-func-rework' of https://github.com/magpyli…
Alexboiboi Mar 31, 2022
bc5fe3d
fix tile_group_property
Alexboiboi Mar 31, 2022
da21c56
remove print statement
Alexboiboi Mar 31, 2022
d01195f
make tiling vs superposition test more general
Alexboiboi Mar 31, 2022
99a0a35
make tiling vs superposition test more general
Alexboiboi Mar 31, 2022
38bf735
Merge branch 'getBH-pixel-tiling-bug' of https://github.com/magpylib/…
Alexboiboi Mar 31, 2022
1221107
fix current_line_field call
Alexboiboi Mar 31, 2022
f07c1dc
fix pixel_agg
Alexboiboi Mar 31, 2022
249f247
Merge branch 'main' of https://github.com/magpylib/magpylib into refa…
Alexboiboi Apr 1, 2022
ccc070c
finish merge
Alexboiboi Apr 1, 2022
801d3f5
Merge branch 'main' of https://github.com/magpylib/magpylib into refa…
Alexboiboi Apr 7, 2022
cd98829
add pandas
Alexboiboi Apr 21, 2022
70cd5ed
draft
Alexboiboi Apr 21, 2022
cc16bc6
typo
Alexboiboi Apr 21, 2022
a0259f7
pylint
Alexboiboi Apr 21, 2022
9807990
add pandas
Alexboiboi Apr 21, 2022
6b3990a
update docstrings
Alexboiboi Apr 21, 2022
eabed09
install .dev on circleci
Alexboiboi Apr 21, 2022
eacf02c
Merge branch 'getBH-dataframe' of https://github.com/magpylib/magpyli…
Alexboiboi Apr 28, 2022
a80b136
code style
Alexboiboi Apr 28, 2022
e5f9e0f
fix tests
Alexboiboi Apr 28, 2022
09432ab
docstring
Alexboiboi Apr 28, 2022
234b131
move getBHdict module into level2 getBH
Alexboiboi May 7, 2022
056de0c
refactoring
Alexboiboi May 7, 2022
689ba02
move matplotlib folder
Alexboiboi Jun 17, 2022
9344e9a
remove double input checks
Alexboiboi Jun 17, 2022
cd05dca
refactoring
Alexboiboi Jun 18, 2022
1b928c3
pyvista draft implementation
Alexboiboi Jun 18, 2022
0a0c51f
remove scalar bar
Alexboiboi Jun 18, 2022
e994abd
fix remove scalar bar
Alexboiboi Jun 18, 2022
f91249a
typo
Alexboiboi Jun 18, 2022
93d27f0
add back animation
Alexboiboi Jun 18, 2022
2d5cffe
add matplotlib auto backend
Alexboiboi Jun 18, 2022
a22c352
add colorscale caching
Alexboiboi Jun 20, 2022
7ea02db
remove print statement
Alexboiboi Jun 20, 2022
1848b79
add cached colorscale to colormap translator
Alexboiboi Jun 20, 2022
531fa80
add facecolor subdivision for matplotlib_auto
Alexboiboi Jun 20, 2022
7e362e2
remove bad import
Alexboiboi Jun 20, 2022
5d750ca
add mag arrows for generic traces
Alexboiboi Jun 20, 2022
5fb470b
run precommit
Alexboiboi Jun 20, 2022
086c6f7
fix subdivide mesh by facecolor
Alexboiboi Jun 20, 2022
cf3a5d2
renaming
Alexboiboi Jun 21, 2022
775e814
make animation generic
Alexboiboi Jun 21, 2022
6e8381d
handle markers in main show function
Alexboiboi Jun 21, 2022
1f487a8
pylint
Alexboiboi Jun 21, 2022
d325e1e
draft matplotlib_auto animation
Alexboiboi Jun 21, 2022
ee33848
add return animation object option
Alexboiboi Jun 22, 2022
2c72917
archive matplotlib old
Alexboiboi Jun 22, 2022
2e1e941
make extra trace generic
Alexboiboi Jun 22, 2022
735d905
remove pyvista (now generic branch)
Alexboiboi Jun 23, 2022
b73ac85
Merge branch 'main' of https://github.com/magpylib/magpylib into getB…
Alexboiboi Jun 23, 2022
1cefe1d
Merge branch 'getBH-dataframe' of https://github.com/magpylib/magpyli…
Alexboiboi Jun 23, 2022
ddd6d20
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 23, 2022
8a84eca
animation kwargs handling bug fix
Alexboiboi Jun 23, 2022
0463120
simplify structure and avoid redundancy
Alexboiboi Jun 24, 2022
f3d68c3
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 24, 2022
0856e58
fix import paths
Alexboiboi Jun 24, 2022
79c8ec2
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 24, 2022
03dc2f0
remove superfluous nan value in scatter mag arrow
Alexboiboi Jun 25, 2022
eb5113e
pylint
Alexboiboi Jun 25, 2022
c143164
lgtm
Alexboiboi Jun 25, 2022
6dd11a2
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 25, 2022
beaddc0
add symb and line style translation for mpl
Alexboiboi Jun 26, 2022
f716d66
fix animation with user axes
Alexboiboi Jun 26, 2022
bddecf5
fix output dataframe ignored
Alexboiboi Jun 26, 2022
8bb17ec
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 26, 2022
d4a3b0c
add tests
Alexboiboi Jun 27, 2022
f29eadc
add changelog entry
Alexboiboi Jun 27, 2022
6e44c73
add example
Alexboiboi Jun 27, 2022
a1e32b9
black
Alexboiboi Jun 27, 2022
d26d129
test cov
Alexboiboi Jun 27, 2022
5be9d28
Merge branch 'getBH-dataframe' of https://github.com/magpylib/magpyli…
Alexboiboi Jun 27, 2022
6be285b
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 27, 2022
6a876dc
pylint
Alexboiboi Jun 27, 2022
2fdfaec
fix traces grouping
Alexboiboi Jun 27, 2022
160508c
draft extra model3d compatibility
Alexboiboi Jun 27, 2022
ac31716
fix tests
Alexboiboi Jun 27, 2022
cd54336
modify for generic backend
Alexboiboi Jun 28, 2022
d4106be
document generic backend traces
Alexboiboi Jun 28, 2022
b115aa4
fix bad arrow orientation with (0,0-1)
Alexboiboi Jun 28, 2022
07bd8a2
minibug f-string fix
OrtnerMichael Jun 30, 2022
f750d2b
docstrings minifix
OrtnerMichael Jun 30, 2022
c12a9a8
modify introduction
OrtnerMichael Jun 30, 2022
a5ef24d
fix dataframe output with pixel_agg
Alexboiboi Jun 30, 2022
5f121e0
Merge branch 'getBH-dataframe' of https://github.com/magpylib/magpyli…
Alexboiboi Jun 30, 2022
cff092f
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 30, 2022
4cf807b
Merge branch 'display-backend-rework' of https://github.com/magpylib/…
Alexboiboi Jun 30, 2022
3afe83d
Merge branch 'main' of https://github.com/magpylib/magpylib into refa…
Alexboiboi Jun 30, 2022
f234291
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jun 30, 2022
a8bd864
remove unused test
Alexboiboi Jul 2, 2022
2cd8215
refactoring
Alexboiboi Jul 2, 2022
8f96fc6
typo
Alexboiboi Jul 2, 2022
ade08e3
move line tiling to field function
Alexboiboi Jul 3, 2022
59b44df
avoid tiling warning with vertices with diff len
Alexboiboi Jul 3, 2022
9eeb250
refactor field_func
Alexboiboi Jul 4, 2022
36be73d
Register field functions
Alexboiboi Jul 4, 2022
bd6f548
automatize imports
Alexboiboi Jul 4, 2022
c0ef6aa
automatize imports
Alexboiboi Jul 4, 2022
3ac23a7
Merge branch 'refactor-getBH-02' of https://github.com/magpylib/magpy…
Alexboiboi Jul 4, 2022
cb0b053
back to explicit imports
Alexboiboi Jul 4, 2022
eef27c5
renaming modules finish
Alexboiboi Jul 4, 2022
48b066a
refactor param dims properties
Alexboiboi Jul 4, 2022
28a86ec
merge get_BH_wrap functions into one file
Alexboiboi Jul 4, 2022
d4ed868
pylint
Alexboiboi Jul 5, 2022
85e0cbb
update backend docstrings
Alexboiboi Jul 5, 2022
9be2655
register kind
Alexboiboi Jul 6, 2022
ac00e65
add matplotlib numbering
Alexboiboi Jul 6, 2022
948c4b7
return_fig, update_layout and layout
Alexboiboi Jul 8, 2022
81aff03
Merge branch 'display-backend-rework' of https://github.com/magpylib/…
Alexboiboi Jul 8, 2022
370c8c8
fig show bug fix plotly
Alexboiboi Jul 8, 2022
dbe541d
Merge branch 'display-backend-rework' of https://github.com/magpylib/…
Alexboiboi Jul 8, 2022
a67f7ef
Merge branch 'display-backend-rework' of https://github.com/magpylib/…
Alexboiboi Jul 8, 2022
9c55dc6
Merge branch 'refactor-getBH-02' of https://github.com/magpylib/magpy…
Alexboiboi Jul 8, 2022
26cc7be
Merge branch 'display-backend-rework' of https://github.com/magpylib/…
Alexboiboi Jul 8, 2022
b8543fa
Merge branch 'refactor-getBH-02' of https://github.com/magpylib/magpy…
Alexboiboi Jul 8, 2022
f04c1ff
fix bad pull from display-rework
Alexboiboi Jul 8, 2022
20674c5
pylint
Alexboiboi Jul 12, 2022
b6204fb
draft getbdict vert feature
Alexboiboi Jul 15, 2022
3a26966
fix tests
Alexboiboi Jul 15, 2022
7f1a3dc
pull from refactor_getbh
Alexboiboi Jul 15, 2022
6809069
pylint
Alexboiboi Jul 15, 2022
e43979b
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jul 16, 2022
af6a813
fix getB dict Line with "scalar" vertices
Alexboiboi Jul 19, 2022
fdc4585
fix mag show bug
Alexboiboi Jul 21, 2022
d8a0a95
update compound example with generic extra trace
Alexboiboi Jul 21, 2022
2953e0e
remove unused files
Alexboiboi Jul 21, 2022
0896545
coverage
Alexboiboi Jul 21, 2022
35bcad5
fix ragged seq tiling for gebhdict line
Alexboiboi Jul 21, 2022
5445d32
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jul 21, 2022
69df834
coverage
Alexboiboi Jul 21, 2022
3f07ccf
coverage
Alexboiboi Jul 22, 2022
30402bc
update changelog
Alexboiboi Jul 22, 2022
374302c
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jul 22, 2022
7cb090c
update changelog
Alexboiboi Jul 22, 2022
f314fff
frame duration for mpl
Alexboiboi Jul 22, 2022
062b19e
refactor inheritance
Alexboiboi Jul 23, 2022
9235004
move field func logic to BaseSource class
Alexboiboi Jul 23, 2022
444e4cb
refactor Registering classes with a metaclass
Alexboiboi Jul 24, 2022
6937acc
fix subclassing sideeffect with metaclass
Alexboiboi Jul 24, 2022
0065377
pylint cycling import fix
Alexboiboi Jul 24, 2022
b976f63
Merge branch 'refactor-getBH-temp' of https://github.com/magpylib/mag…
Alexboiboi Jul 25, 2022
4b09f8a
finish pull from refactor-getBH-temp
Alexboiboi Jul 25, 2022
4e3d9fb
coverage
Alexboiboi Jul 26, 2022
51896e3
Merge branch 'refactor-getBH' of https://github.com/magpylib/magpylib…
Alexboiboi Jul 26, 2022
6831f42
Merge branch 'display-backend-rework-temp' of https://github.com/magp…
Alexboiboi Jul 26, 2022
183eeac
Merge branch 'main' of https://github.com/magpylib/magpylib into disp…
Alexboiboi Jul 26, 2022
d3bb95b
small refactoring of magnet and current style
Alexboiboi Jul 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pylint
  • Loading branch information
Alexboiboi committed Jun 25, 2022
commit eb5113e7d686a7376e3b1dc9cb0b6748d1d19e2e
2 changes: 1 addition & 1 deletion magpylib/_src/obj_classes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""_src.obj_classes"""
"""_src.obj_classes"""
2 changes: 1 addition & 1 deletion magpylib/magnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from magpylib._src.obj_classes.class_mag_Cuboid import Cuboid
from magpylib._src.obj_classes.class_mag_Cylinder import Cylinder
from magpylib._src.obj_classes.class_mag_Sphere import Sphere
from magpylib._src.obj_classes.class_mag_CylinderSegment import CylinderSegment
from magpylib._src.obj_classes.class_mag_CylinderSegment import CylinderSegment