Skip to content

Commit

Permalink
Change version (minor) and del non used script in conda.recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pruliere committed Oct 20, 2023
1 parent 1e85887 commit 9ae986a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions conda.recipe/bld.bat

This file was deleted.

5 changes: 0 additions & 5 deletions conda.recipe/build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: fedoo
version: "0.1.2"
version: "0.1.3"

source:
git_url: https://github.com/3MAH/fedoo.git
Expand Down
2 changes: 1 addition & 1 deletion fedoo/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = 0, 1, 2
version_info = 0, 1, 3

__version__ = '.'.join(map(str, version_info))
1 change: 1 addition & 0 deletions fedoo/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ def set_solver(self, solver: str='direct', precond: bool=True, **kargs): #tol: f
"""
return_info = False
if isinstance(solver, str):
solver = solver.lower()
if solver == 'direct':
if USE_PYPARDISO:
solver_func = spsolve
Expand Down

0 comments on commit 9ae986a

Please sign in to comment.