Skip to content

Releases: VirtualPlanetaryLaboratory/vspace

Wheels Test

27 Jul 21:42
Compare
Choose a tag to compare
Wheels Test Pre-release
Pre-release
  • It turns out the setup.py file was not set up properly which meant it was getting the wrong version! This should fix it!

Fixed wheels

23 Jul 23:12
5d79403
Compare
Choose a tag to compare
  • fixed issue with wheels not updating
  • squashed bugs

Uniform logarithmic random sampling

22 Jul 23:36
93c4503
Compare
Choose a tag to compare

To sample a parameter space randomly and logarthmically, use the "t" option in your argument to a VPLanet option. For example, to sample dViscRef from 1e7 to 1e9 log-uniform, the line in the vspace input file would look like this:

dViscRef [1e7, 1e9, t] visc

Some bugs were also squashed.

Another bugfix in entry_point

11 May 16:32
Compare
Choose a tag to compare
v1.0.2

version bump

Bugfix in entry_point

11 May 15:29
Compare
Choose a tag to compare
v1.0.1

version bump

Initial release

11 May 14:35
Compare
Choose a tag to compare
v1.0.0

fix setup