You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* close#84
* support Python 3.6 – 3.9 (in addition to Python 2.7)
* use six and other compatibility hacks
- replaced outdated merge_dicts function in config.py with recursive method that works in python 2
- added `__deepcopy__` method in fep.py with method that works in python 3.
- use `__future__` imports
- use logger.warning() everywhere
* Updated tests
- avoid reading errors when opening pickle file generated in Python 2
- replaced outdated yield tests
- fixed tempdir imports (replace with pytest fixtures later)
* updated mdpow scripts Python3 compatibility (untested, see #172 )
* Updated ci workflow to test supported Python versions
* updated AUTHORS
* updated CHANGES
Co-authored-by: Oliver Beckstein <[email protected]>
The
scripts/mdpow-*
scripts are not tested at all.I don't know what a good testing framework would be, or if we just write a bunch of bash or python scripts.
The text was updated successfully, but these errors were encountered: