Skip to content

Commit

Permalink
update pmcx after fixing the regression due to #164
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 5, 2023
1 parent 0b98843 commit 53e2681
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "filter"]
path = filter
url = https://github.com/fangq/GPU-ANLM.git
[submodule "pymcx"]
path = pymcx
url = https://github.com/4D42/pymcx.git
[submodule "src/pybind11"]
path = src/pybind11
url = https://github.com/pybind/pybind11.git
2 changes: 1 addition & 1 deletion pmcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Copyright: (C) Matin Raayai Ardakani (2022-2023) <raayaiardakani.m at northeastern.edu>, Qianqian Fang (2019-2023) <q.fang at neu.edu>, Fan-Yu Yen (2023) <yen.f at northeastern.edu>
- License: GNU Public License V3 or later
- Version: 0.1.1
- Version: 0.1.2
- URL: https://pypi.org/project/pmcx/
- Github: https://github.com/fangq/mcx

Expand Down
2 changes: 1 addition & 1 deletion pmcx/pmcx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# from .files import loadmc2, loadmch, load, save
from .bench import bench

__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = (
"gpuinfo",
Expand Down
2 changes: 1 addition & 1 deletion pmcx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def build_extension(self, ext):
setup(
name="pmcx",
packages=['pmcx'],
version="0.1.1",
version="0.1.2",
requires=['numpy'],
license='GPLv3+',
author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen",
Expand Down
1 change: 0 additions & 1 deletion pymcx
Submodule pymcx deleted from c5c841

0 comments on commit 53e2681

Please sign in to comment.