Skip to content

Commit 541c10d

Browse files
author
Ioannis Giagkiozis
committed
normalizing crate name -> Plotly.rs
experiments to generalise constructors shapes support - experimenting with ndarray
1 parent 707a698 commit 541c10d

File tree

26 files changed

+1732
-75
lines changed

26 files changed

+1732
-75
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.6.0] - 2020-xx-xx
9+
### Added
10+
- prelude
11+
- Shapes support.
12+
### Changed
13+
- xx
14+
### Fixed
15+
- xx
16+
817
## [0.5.1] - 2020-07-12
918
### Added
1019
- From<&str> implementation for `Title`.

COPYRIGHT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Copyrights in the Plotly.rs project are retained by their contributors. No
2-
copyright assignment is required to contribute to the Plotly for Rust project.
2+
copyright assignment is required to contribute to the Plotly.rs project.
33

44
For full authorship information, see the version control history.
55

6-
Except as otherwise noted (below and/or in individual files), Plotly for Rust
6+
Except as otherwise noted (below and/or in individual files), Plotly.rs
77
licensed under the MIT license
88
<LICENSE-MIT> or <http://opensource.org/licenses/MIT>.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ members = [
33
"plotly",
44
"plotly_orca",
55
"plotly_kaleido",
6+
"plotly_ndarray"
67
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ Please consult the [contributing guide](https://github.com/igiagkiozis/plotly/bl
6868

6969
# License
7070

71-
Plotly for Rust is distributed under the terms of the MIT license.
71+
Plotly.rs is distributed under the terms of the MIT license.
7272

7373
See [LICENSE-MIT](https://github.com/igiagkiozis/plotly/blob/master/LICENSE-MIT), and [COPYRIGHT](https://github.com/igiagkiozis/plotly/blob/master/COPYRIGHT) for details.

docs/book/src/recipes/fundamentals/axes.md

Whitespace-only changes.

docs/book/src/recipes/fundamentals/interactive_html_export.md

Whitespace-only changes.

docs/book/src/recipes/fundamentals/legends.md

Whitespace-only changes.

docs/book/src/recipes/fundamentals/shapes.md

Whitespace-only changes.

docs/book/src/recipes/fundamentals/static_image_export.md

Whitespace-only changes.

docs/book/src/recipes/fundamentals/styling_markers.md

Whitespace-only changes.

0 commit comments

Comments
 (0)