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
fix: compact layers without sediment (#12)
* reduce layer thickness to zero if no sediment
* change default max porosity to 0.5
* update readme
* remove extra lines
test: add Windows builds to CI
* use build stages; deploy to pypi
* add encrypted password for pypi
* upload only sdist
* add AppVeyor config file for Windows CI
* add badge for AppVeyor builds
* remove compiler command when installing with pip
* add return_dz keyword to compact function
* remove repeated test_cli test; test return_dz keyword