Skip to content

Commit

Permalink
Cleanup for release (#9)
Browse files Browse the repository at this point in the history
* removed plasma methods for a clean release

* advances version
added info to setup
  • Loading branch information
hightower8083 authored May 9, 2023
1 parent 2e93c3d commit fdaf42b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 819 deletions.
2 changes: 1 addition & 1 deletion axiprop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4'
__version__ = '0.5'
__doc__ = """
axiprop
"""
303 changes: 0 additions & 303 deletions axiprop/plasma.py

This file was deleted.

2 changes: 1 addition & 1 deletion axiprop/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# try import numba and make dummy methods if cannot
try:
from numba import njit, prange
#njit = njit(parallel=True, fastmath=True)
njit = njit(parallel=True)
except Exception:
prange = range
def njit(func):
Expand Down
Loading

0 comments on commit fdaf42b

Please sign in to comment.