msspec_python3/src/msspec
Sylvain Tricot 2bdc9943b9 Fix numpy bug with alen()
* The numpy.alen() function is deprecated. We use len() instead
* The use of pkg_resources is discouraged. We use importlib.metadata
  instead. I also removed setuptools_scm get_version. I switch to
  a simple call to "git describe", easier now that we use git flow
* The build fails with python3.10 if compiling wx from sources.
  A fix in the Makefile will be proposed in a future commit.
2022-10-06 18:19:16 +02:00
..
data Add new file hierarchy 2019-11-15 11:16:06 +01:00
es Add test coverage report in documentation 2019-11-29 17:38:41 +01:00
msspecgui Clusterviewer with WXWidgets is renamed 2021-01-25 14:01:34 +01:00
phagen Increased the max number of atoms in phagen. 2021-06-24 09:12:25 +02:00
spec Fix bug, the rank was not set properly 2021-07-21 23:06:12 +02:00
__init__.py Add multielement support for SPRKKR potential 2020-07-07 17:27:26 +02:00
calcio.py Change the reading format for the tl. 2020-11-26 09:52:14 +01:00
calculator.py Removed malloc NPH_M parameter. 2021-12-13 18:51:12 +01:00
cli.py New entry point in package. 2020-06-15 16:48:01 +02:00
create_tests_results.py Add support for SPRKKR potential. 2020-04-10 17:36:25 +02:00
iodata.py Fix use of deprecated MenuItem.GetText(). 2021-02-22 19:02:31 +01:00
iodata_gi.py start porting the code from WX to GTK3. 2020-12-08 21:29:30 +01:00
iodata_wx.py start porting the code from WX to GTK3. 2020-12-08 21:29:30 +01:00
looper.py Remove config of logging in looper 2021-07-21 10:45:34 +02:00
misc.py Add support for SPRKKR potential. 2020-04-10 17:36:25 +02:00
parameters.py Fixed bug in 'mean_free_path' option. 2021-11-30 16:56:20 +01:00
tests.py Add support for SPRKKR potential. 2020-04-10 17:36:25 +02:00
utils.py Fix numpy bug with alen() 2022-10-06 18:19:16 +02:00
version.py Fix numpy bug with alen() 2022-10-06 18:19:16 +02:00