Skip to content

Commit

Permalink
Version 0.1.0 release (#40)
Browse files Browse the repository at this point in the history
* Remove Drake et al. 2020 paper notebooks

* Added two-dimensional example to Documenter

* Cleaned up Literate.jl files

* Removed comment

* Renamed tutorial
  • Loading branch information
hdrake authored Aug 4, 2020
1 parent 58061d8 commit d2c8e7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ClimateMARGO"
uuid = "d3f62095-a717-45bf-aadc-ac9dfc258fa6"
version = "0.0.3"
version = "0.1.0"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
<a href="https://travis-ci.org/hdrake/ClimateMARGO.jl">
<img alt="Build status" src="https://travis-ci.org/hdrake/ClimateMARGO.jl.svg?branch=master">
</a>
<a href="https://mybinder.org/v2/gh/hdrake/ClimateMARGO.jl/master?filepath=examples%2Ftutorial%2Fbasic_tutorial.ipynb">
<a href="https://mybinder.org/v2/gh/hdrake/ClimateMARGO.jl/master?filepath=examples%2Ftutorial.ipynb">
<img alt="Binder logo" src="https://mybinder.org/badge_logo.svg">
</a>

</p>

<!-- CI/CD badges -->

The MARGO model is described in an accompanying (not yet peer-reviewed) manuscript, available to all at [EarthArXiv.org/5bgyc](https://eartharxiv.org/5bgyc/).

Try out the MARGO model by working through the Binder tutorial right in your browser (you don't need to download anything – just click the [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hdrake/ClimateMARGO.jl/master?filepath=examples%2Ftutorial%2Fbasic_tutorial.ipynb) button and, once the tutorial loads, click on the code cells and press ``Enter`` to run them).
Try out the MARGO model by working through the Binder tutorial right in your browser (you don't need to download anything – just click the [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hdrake/ClimateMARGO.jl/master?filepath=examples%2Ftutorial.ipynb) button and, once the tutorial loads, click on the code cells and press ``Enter`` to run them).

ClimateMARGO.jl is currently in alpha testing and basic model documentation is slowly being added. Anyone interested in helping develop the model post an Issue here or contact Henri F. Drake directly (henrifdrake `at` gmail.com), until explicit guidelines for contributing to the model are posted at a later date.

Expand Down
4 changes: 1 addition & 3 deletions docs/src/examples_literate/two_dimensional_optimization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,4 @@ ylabel(L"CO$_{2e}$ removal rate [% of present-day emissions]")
yticks(0.:0.2:1.0, ["0%", "20%", "40%", "60%", "80%", "100%"])
annotate(L"$T < 0\degree$C", (0.74, 0.66), xycoords="axes fraction", color="darkblue", fontsize=13)
title("Cost-benefit analysis")
gcf()

# Note: for some reason the figures generated by Literate.jl are bugged...
gcf()
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ name: ClimateMARGO
channels:
- conda-forge
dependencies:
- nbconvert
- matplotlib
File renamed without changes.

2 comments on commit d2c8e7b

@hdrake
Copy link
Collaborator Author

@hdrake hdrake commented on d2c8e7b Aug 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/18977

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" d2c8e7bd9f402a132bd2a8e446aef722add64900
git push origin v0.1.0

Please sign in to comment.