1 Commits

Author SHA1 Message Date
Dario Coscia
f07e59b69b Logo update (#696)
* update logo

* bump version from 0.2.4 to 0.2.5
2025-11-06 17:09:52 +01:00
6 changed files with 4 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ SPDX-License-Identifier: Apache-2.0
<table>
<tr>
<td>
<a href="https://github.com/mathLab/PINA/raw/master/readme/pina_logo.png">
<img src="https://github.com/mathLab/PINA/raw/master/readme/pina_logo.png"
<a href="readme/pina_logo.png">
<img src="readme/pina_logo.png"
alt="PINA logo"
style="width: 220px; aspect-ratio: 1 / 1; object-fit: contain;">
</a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 411 KiB

View File

@@ -337,10 +337,6 @@ class AbstractProblem(metaclass=ABCMeta):
# If the condition does not have a domain attribute, store
# the input and target points
keys = condition.__slots__
values = [
getattr(condition, name)
for name in keys
if getattr(condition, name) is not None
]
values = [getattr(condition, name) for name in keys]
data[condition_name] = dict(zip(keys, values))
self._collected_data = data

View File

@@ -1,6 +1,6 @@
[project]
name = "pina-mathlab"
version = "0.2.4"
version = "0.2.5"
description = "Physic Informed Neural networks for Advance modeling."
readme = "README.md"
authors = [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 411 KiB