pyxem / pyxem

An open-source Python library for multi-dimensional diffraction microscopy.
https://pyxem.readthedocs.io
GNU General Public License v3.0
151 stars 84 forks source link

Factor out simulation focused code to standalone package #383

Closed dnjohnstone closed 5 years ago

pc494 commented 5 years ago

This closes #57

dnjohnstone commented 5 years ago

The existing simulation focused code has now been separated out at: www.github.com/pyxem/diffsims

There are now two steps:

  1. Finalize and release diffsims package v0.1.0
  2. Create a new version of pyxem, probably v0.10.0, that depends on diffsims and removes all of the current simulation code.
dnjohnstone commented 5 years ago

This is deal with in #429