Skip to content

Commit

Permalink
Bump version to v0.1.0 (#9)
Browse files Browse the repository at this point in the history
* Bump version to v0.1.0

* Edit CHANGELOG.md
  • Loading branch information
Ryosuke Kamesawa committed Mar 22, 2020
1 parent fca84ac commit f44faf2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- Basic feature; define in rust, execute in python
- Build caching
- Numpy support
- Stdout/stderr redirection
- Add examples
- Custom crate dependency
- Syntax highlighting

### Changed
### Deprecated
### Removed
### Fixed
### Security

## [0.1.0] 2020-3-22

Initial release.

### Added

- Basic feature; define in rust, execute in python
- Build caching
- Stdout/stderr redirection
- Add examples
- Custom crate dependency
- Syntax highlighting
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustdef"
version = "0.1.0-alpha.2"
version = "0.1.0"
authors = ["Ryosuke Kamesawa <emak.ryo@gmail.com>"]
edition = "2018"

Expand Down
27 changes: 18 additions & 9 deletions examples/numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"text": [
"usage: %rustdef depends [-h] crates [crates ...]\n",
"\n",
"Add crate dependencies\n",
"\n",
"positional arguments:\n",
" crates Dependencies to be added\n",
"\n",
Expand Down Expand Up @@ -111,6 +113,13 @@
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2.4\n"
]
},
{
"data": {
"text/plain": [
Expand Down Expand Up @@ -169,10 +178,10 @@
{
"data": {
"text/plain": [
"(array([0.75344265, 0.26472768, 0.24398465, 0.81782102, 0.20087524,\n",
" 0.43946668, 0.53761482, 0.26105965, 0.14227416, 0.36258783]),\n",
" array([0.15821954, 0.44902339, 0.10167481, 0.51983534, 0.8276814 ,\n",
" 0.58854872, 0.83497476, 0.60897576, 0.71064481, 0.46772272]))"
"(array([0.19628029, 0.39215008, 0.75810141, 0.4340863 , 0.20076978,\n",
" 0.99568172, 0.51077557, 0.09887756, 0.88596831, 0.78325675]),\n",
" array([0.46818721, 0.0326063 , 0.24154269, 0.5278223 , 0.22455559,\n",
" 0.42326449, 0.43476655, 0.66943576, 0.94854531, 0.44722263]))"
]
},
"execution_count": 8,
Expand All @@ -194,8 +203,8 @@
{
"data": {
"text/plain": [
"array([2.41854749, 1.24320645, 0.83362876, 2.9732984 , 1.4303071 ,\n",
" 1.90694878, 2.44781922, 1.39215472, 1.13746728, 1.55548622])"
"array([1.05702807, 1.20905655, 2.51584691, 1.83008121, 0.82686492,\n",
" 3.41030966, 1.96709325, 0.96606843, 3.60645024, 2.79699288])"
]
},
"execution_count": 9,
Expand Down Expand Up @@ -224,8 +233,8 @@
{
"data": {
"text/plain": [
"array([9.04131182, 3.17673221, 2.92781579, 9.81385221, 2.41050283,\n",
" 5.27360021, 6.45137785, 3.13271583, 1.70728988, 4.351054 ])"
"array([ 2.35536344, 4.70580097, 9.0972169 , 5.20903565, 2.40923731,\n",
" 11.94818067, 6.12930679, 1.18653068, 10.63161974, 9.399081 ])"
]
},
"execution_count": 11,
Expand Down Expand Up @@ -261,7 +270,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f44faf2

Please sign in to comment.