Skip to content

Releases: simpeg/discretize

Windows and Mesh View

09 Feb 16:15
Compare
Choose a tag to compare
  • add down-sampling capability to _plot2DImage as per simpeg/simpeg#537
  • Changes for windows compatibility:
    • long changed to long long
  • Changes for appveyor testing:
    • needed to cd into a different directory to do the tests
  • Setup.py changes:
    • Used numpy's distutils for package management
  • This can now be built and installed without any special arguments to the setup.py file. For example, python setup.py build and python setup.py install
    both work.
  • The setup.py files within each subpackage take care of cythonizing and attaching the extensions, making the main setup.py file a little cleaner.
  • This version was able to be pip installed on my Windows machine, should consider building wheels for distribution without compilation.

Updates to testing and pypi

09 Jan 22:09
Compare
Choose a tag to compare

This should be slightly smoother to install on pypi, and is now tested on windows.

Initial release to PYPI

09 Jan 17:15
Compare
Choose a tag to compare

Includes meshes for:

  • tensor product mesh
  • cylindrically symmetric mesh
  • curvilinear mesh
  • octree and quadtree meshes

This is the initial prot from the SimPEG code base.