Releases: VirtualPlanetaryLaboratory/vspace
Releases · VirtualPlanetaryLaboratory/vspace
Wheels Test
- 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
- fixed issue with wheels not updating
- squashed bugs
Uniform logarithmic random sampling
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
v1.0.2 version bump
Bugfix in entry_point
v1.0.1 version bump
Initial release
v1.0.0 fix setup