Skip to content

Commit

Permalink
v0.1.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher committed Apr 8, 2020
1 parent 3adbb27 commit ab7e56a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "InfiniteOpt"
uuid = "20393b10-9daf-11e9-18c9-8db751c92c57"
authors = ["Joshua Pulsipher and Weiqi Zhang"]
version = "0.1.0"
version = "0.1.1"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ making it a powerful and convenient tool for advanced users.

| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://pulsipher.github.io/InfiniteOpt.jl/stable) | [![Build Status](https://api.travis-ci.com/pulsipher/InfiniteOpt.jl.svg?branch=v0.1.0)](https://travis-ci.com/pulsipher/InfiniteOpt.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/p3srfp3uuvchfg3j/branch/v0.1.0?svg=true)](https://ci.appveyor.com/project/pulsipher/InfiniteOpt-jl) [![codecov.io](https://codecov.io/github/pulsipher/InfiniteOpt.jl/coverage.svg?branch=release_prep)](https://codecov.io/github/pulsipher/InfiniteOpt.jl?branch=release_prep) |
| [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://pulsipher.github.io/InfiniteOpt.jl/stable) | [![Build Status](https://api.travis-ci.com/pulsipher/InfiniteOpt.jl.svg?branch=v0.1.1)](https://travis-ci.com/pulsipher/InfiniteOpt.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/p3srfp3uuvchfg3j/branch/v0.1.1?svg=true)](https://ci.appveyor.com/project/pulsipher/InfiniteOpt-jl) [![codecov.io](https://codecov.io/github/pulsipher/InfiniteOpt.jl/coverage.svg?branch=release_prep)](https://codecov.io/github/pulsipher/InfiniteOpt.jl?branch=release_prep) |
| [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://pulsipher.github.io/InfiniteOpt.jl/dev) | [![Build Status](https://travis-ci.com/pulsipher/InfiniteOpt.jl.svg?branch=master)](https://travis-ci.com/pulsipher/InfiniteOpt.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/github/pulsipher/InfiniteOpt.jl?branch=master&svg=true)](https://ci.appveyor.com/project/pulsipher/InfiniteOpt-jl) [![codecov.io](https://codecov.io/github/pulsipher/InfiniteOpt.jl/coverage.svg?branch=master)](https://codecov.io/github/pulsipher/InfiniteOpt.jl?branch=master) |

Its capabilities include:
Expand All @@ -21,7 +21,7 @@ Its capabilities include:
- Direct support of infinite, point, and hold variables
- Symbolic measure (integral) expression
- Infinite/finite constraint definition
- Ordinary differential equation support (coming soon)
- Ordinary differential equation support (coming soon with `v0.2.0`)
- Automated model transcription/reformulation and solution
- Compatible with all [JuMP-supported solvers](https://www.juliaopt.org/JuMP.jl/dev/installation/#Getting-Solvers-1)
- Readily extendable to accommodate user defined abstractions and solution techniques.
Expand Down Expand Up @@ -50,7 +50,7 @@ Comments, suggestions and improvements are welcome and appreciated.
following in the package manager.

```julia
(v1.3) pkg> add InfiniteOpt
(v1.4) pkg> add InfiniteOpt
```

## Documentation
Expand All @@ -60,7 +60,7 @@ Please visit our [documentation pages](https://pulsipher.github.io/InfiniteOpt.j
tutorials, examples, and more!

## Project Status
The package is tested against Julia `1.0`, `1.1`, `1.2`, `1.3`, and nightly on Linux, macOS, and Windows.
The package is tested against Julia `1.0`, `1.1`, `1.2`, `1.3`, `1.4`, and nightly on Linux, macOS, and Windows.

## Contributing
`InfiniteOpt` is being actively developed and suggestions or other forms of contribution are encouraged.
Expand Down
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include:
- Direct support of infinite, point, and hold variables
- Symbolic measure (integral) expression
- Infinite/finite constraint definition
- Ordinary differential equation support (coming soon)
- Ordinary differential equation support (coming soon with `v0.2.0`)
- Automated model transcription/reformulation and solution
- Compatible with all [JuMP-supported solvers](https://www.juliaopt.org/JuMP.jl/dev/installation/#Getting-Solvers-1)
- Readily extendable to accommodate user defined abstractions and solution techniques.
Expand All @@ -31,7 +31,7 @@ include:
`InfiniteOpt.jl` is a registered `Julia` and can be added simply by inputting
the following in the package manager:
```julia
(v1.3) pkg> add InfiniteOpt
(v1.4) pkg> add InfiniteOpt
```
Please visit our [Installation Guide](@ref) for more details and information
on how to get started.
Expand All @@ -40,7 +40,7 @@ Moreover, `InfiniteOpt` under constant develop with new features being added oft
Thus, the latest pre-release experimental version can be obtained via the
following command:
```julia
(v1.3) pkg> add https://github.com/pulsipher/InfiniteOpt.jl
(v1.4) pkg> add https://github.com/pulsipher/InfiniteOpt.jl
```

## How to Use the Documentation
Expand Down

2 comments on commit ab7e56a

@pulsipher
Copy link
Collaborator Author

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/12586

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.1 -m "<description of version>" ab7e56a4183abd10e001ca30b2fbd9dc996c26f0
git push origin v0.1.1

Please sign in to comment.