v1.3.3-1 - Fixed Eigen function

This commit is contained in:
2021-04-02 23:16:11 -03:00
parent 61831be594
commit 13623595ac
54 changed files with 2 additions and 20 deletions

BIN
yoshi-seals1.3.3-1.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="yoshi-seals", name="yoshi-seals",
version="1.3.3.1", version="1.3.3-1",
author="Vitor Hideyoshi", author="Vitor Hideyoshi",
author_email="vitor.h.n.batista@gmail.com", author_email="vitor.h.n.batista@gmail.com",
description="Numeric Calculus python module in the topic of Linear Algebra", description="Numeric Calculus python module in the topic of Linear Algebra",

View File

@@ -1,6 +1,6 @@
Metadata-Version: 2.1 Metadata-Version: 2.1
Name: yoshi-seals Name: yoshi-seals
Version: 1.3.3.1 Version: 1.3.3.post1
Summary: Numeric Calculus python module in the topic of Linear Algebra Summary: Numeric Calculus python module in the topic of Linear Algebra
Home-page: https://github.com/HideyoshiNakazone/Seals-NumericCalculus.git Home-page: https://github.com/HideyoshiNakazone/Seals-NumericCalculus.git
Author: Vitor Hideyoshi Author: Vitor Hideyoshi

Binary file not shown.

View File

@@ -1,15 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}

View File

@@ -1,3 +0,0 @@
{
"python.pythonPath": "/home/hideyoshi/anaconda3/bin/python"
}