Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: mcflugen/compaction

Tags

v0.2.3

Toggle v0.2.3's commit message
version v0.2.3

v0.2.3b2

Toggle v0.2.3b2's commit message
rename content_type to content-type

v0.2.3b1

Toggle v0.2.3b1's commit message
bump version

v0.2.3b0

Toggle v0.2.3b0's commit message
set version

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add requirements.txt to manifest (#14)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: layer ordering for landlab component (#13)

* reverse ordering of layers in landlab component

* update readme install instructions

* write header information to output file

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: include license file with package (#8)

* set tag_prefix for versioneer

* include LICENSE file with package

* remove lint

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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