Commit Graph

573 Commits

Author SHA1 Message Date
github-actions[bot]
9ac57241e3 export tutorials changed in 7bf7d34 (#586)
Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
2025-06-14 16:58:03 +02:00
Dario Coscia
7bf7d34d0f Dev Update (#582)
* Fix adaptive refinement (#571)


---------

Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com>

* Remove collector

* Fixes

* Fixes

* rm unnecessary comment

* fix advection (#581)

* Fix tutorial .html link (#580)

* fix problem data collection for v0.1 (#584)

* Message Passing Module (#516)

* add deep tensor network block

* add interaction network block

* add radial field network block

* add schnet block

* add equivariant network block

* fix + tests + doc files

* fix egnn + equivariance/invariance tests

Co-authored-by: Dario Coscia <dariocos99@gmail.com>

---------

Co-authored-by: giovanni <giovanni.canali98@yahoo.it>
Co-authored-by: AleDinve <giuseppealessio.d@student.unisi.it>

* add type checker (#527)

---------

Co-authored-by: Filippo Olivo <filippo@filippoolivo.com>
Co-authored-by: Giovanni Canali <115086358+GiovanniCanali@users.noreply.github.com>
Co-authored-by: giovanni <giovanni.canali98@yahoo.it>
Co-authored-by: AleDinve <giuseppealessio.d@student.unisi.it>
2025-06-13 17:34:37 +02:00
Dario Coscia
6b355b45de avoid codacy warning 2025-05-05 11:15:21 +02:00
Anna Ivagnes
aa2ba5fc7f format pod_block.py
delete one line
2025-05-05 11:15:21 +02:00
Anna Ivagnes
3c1fed9ae2 add singular values in PODBlock 2025-05-05 11:15:21 +02:00
dario-coscia
e3d4c2fc1a export tutorials changed in db9df8b 2025-05-05 11:15:21 +02:00
Dario Coscia
a94791f0ff fix link tutorials 2025-05-05 11:15:21 +02:00
Dario Coscia
0fb6487d21 update monthly tagger 2025-04-24 20:38:54 +02:00
Dario Coscia
eaedf8714c monthly version 0.2.1 2025-04-24 20:38:54 +02:00
Dario Coscia
a71665f25f update pyproject.toml (#561) 2025-04-24 09:54:26 +02:00
github-actions[bot]
d10c525e74 export tutorials changed in dd88513 (#559)
Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
2025-04-23 18:53:30 +02:00
Dario Coscia
228f807d92 fix tutorial workflow error 2025-04-23 18:53:30 +02:00
Dario Coscia
1808861ab2 update doc 2025-04-23 18:53:30 +02:00
Dario Coscia
29b14ee9b6 Update Tutorials (#544)
* update tutorials
* tutorial guidelines
* doc
2025-04-23 18:53:30 +02:00
Dario Coscia
7e403acf58 new readme 2025-04-23 18:53:30 +02:00
FilippoOlivo
05d6913e04 Fix single graph handling 2025-04-23 18:53:30 +02:00
Dario Coscia
53cc203db8 Update PULL_REQUEST_TEMPLATE.md 2025-04-23 18:53:30 +02:00
Dario Coscia
9686d05eff rm py3.8, add 3.13 2025-04-23 18:53:30 +02:00
Dario Coscia
7e49392ac3 Update PINNInterface Inheritance (#542) 2025-04-23 18:53:30 +02:00
Filippo Olivo
3679da7bac Ignore .DS_Store files (#547) 2025-04-23 18:53:30 +02:00
Dario Coscia
d87a314722 Fix label_tensor.py doc (#543) 2025-04-23 18:53:30 +02:00
Dario Coscia
6dd7bd2825 Refactoring solvers (#541)
* Refactoring solvers

* Simplify logic compile
* Improve and update doc
* Create SupervisedSolverInterface
* Specialize SupervisedSolver and ReducedOrderModelSolver
* Create EnsembleSolverInterface + EnsembleSupervisedSolver
* Create tests ensemble solvers

* formatter

* codacy

* fix issues + speedup test
2025-04-23 18:53:30 +02:00
Giovanni Canali
485c8dd789 Improve differential operators (#528)
* Improve grad logic and fix issues

* Add operators' fast versions

* Fix bug in laplacian + new tests + restructuring

Co-authored-by: Dario Coscia <dariocos99@gmail.com>

* fix advection bug

---------

Co-authored-by: Dario Coscia <dariocos99@gmail.com>
2025-04-23 18:53:30 +02:00
Filippo Olivo
ce0c033de1 Self-loops management in KNNGraph and RadiusGraph (#522)
* Add self-loop option to RadiusGraph and KNNGraph
2025-04-23 18:53:30 +02:00
Filippo Olivo
6ed3ca04fe Fix __getitem__ in LabelTensor (#546)
* Fix LabelTensor
* Cleaning label_tensor.py

---------

Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com>
2025-04-14 11:41:59 +02:00
Dario Coscia
0a60ed4c9a Update MultiSolverInterface (#520) 2025-04-07 14:13:26 +02:00
github-actions[bot]
4357f8681f export tutorials changed in 5aec5f5 (#540) 2025-04-07 10:51:06 +02:00
Dario Coscia
5aec5f52c6 Update tutorial_exporter.yml (#537)
fixing bug introduced in #531 workflow on push
2025-04-04 17:23:39 +02:00
Dario Coscia
bae18df4bb update workflow + pyproject tut dependencies (#531) 2025-04-04 12:06:59 +02:00
Giovanni Canali
f48da47ed4 add scheduler step for multisolvers (#526) 2025-03-27 15:55:15 +01:00
Giovanni Canali
b958c0f5db fix labels management in operators (#524)
* fix bug in laplace labels

* fix label management and add test
2025-03-26 16:49:18 +01:00
Filippo Olivo
ef29f0a95d Bug fix and add additional tests for Dataset and DataModule (#517) 2025-03-25 12:18:27 +01:00
Nicola Demo
03ef90c358 manual trigger for exporter 2025-03-20 11:39:57 +01:00
Nicola Demo
e6866256ba fix black dependency 2025-03-20 10:19:22 +01:00
FilippoOlivo
ccbafc67a1 Fix README 2025-03-20 09:39:20 +01:00
Nicola Demo
9c77523fca Fix pod_block.py 2025-03-19 18:02:44 +01:00
Dario Coscia
3a7a4a0950 update doc 2025-03-19 18:00:35 +01:00
Nicola Demo
69283e7fde Fix tester.yml coverage 2025-03-19 17:59:50 +01:00
Nicola Demo
0763e7c054 update github actions 2025-03-19 17:48:30 +01:00
Nicola Demo
da9af009fb fix versioning for toml file 2025-03-19 17:48:29 +01:00
Dario Coscia
0c4ab3e571 renaming 2025-03-19 17:48:29 +01:00
Giuseppe Alessio D'Inverno
716d43f146 Neural Tangent Kernel integration + typo fix (#505)
* NTK weighting + typo fixing
* black code formatter + .rst docs

---------

Co-authored-by: Dario Coscia <dariocos99@gmail.com>
2025-03-19 17:48:29 +01:00
FilippoOlivo
2b09cb95cf Remove useless line in sphinx config file 2025-03-19 17:48:29 +01:00
FilippoOlivo
070b5137ba Minor fix 2025-03-19 17:48:29 +01:00
FilippoOlivo
1b2154d8fb Add docstring for repeat in DataModule 2025-03-19 17:48:29 +01:00
Dario Coscia
7f89c4f852 update versioning sphinx 2025-03-19 17:48:29 +01:00
Dario Coscia
aab3a4e367 modify doc workflows 2025-03-19 17:48:29 +01:00
Dario Coscia
23705e6099 update workflow file 2025-03-19 17:48:29 +01:00
Dario Coscia
1dd34f262a modify conf.py 2025-03-19 17:48:29 +01:00
Dario Coscia
2730791e6b automodule loss + update doc workflow 2025-03-19 17:48:29 +01:00