Skip to content

Commit

Permalink
Increment version number, re-run tutorials, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Oct 30, 2018
1 parent 0e87323 commit 0c50d05
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 152 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ Some major planned updates:
Changelog:
++++++++++

**1.0.0 (2018-10-29?)**
**1.0.0 (2018-10-30)**

- Initial release.
18 changes: 9 additions & 9 deletions docs/tutorials/MCMC_tutorial.ipynb

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/tutorials/MCMC_vs_OFTI.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/tutorials/Modifying_Priors.ipynb

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions docs/tutorials/OFTI_tutorial.ipynb

Large diffs are not rendered by default.

112 changes: 47 additions & 65 deletions docs/tutorials/Plotting_tutorial.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion orbitize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import types
import os

__version__ = '0.1.0'
__version__ = '1.0.0'

# set Python env variable to keep track of example data dir
DATADIR = os.path.join(sys.prefix, 'orbitize_example_data')
Expand Down

0 comments on commit 0c50d05

Please sign in to comment.