Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Jake-Shadle committed Sep 3, 2019
1 parent d9a3e2c commit 49903f9
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2019-09-03
## [0.3.0] - 2019-09-03
### Added
- Added [`Example`](https://github.com/EmbarkStudios/texture-synthesis/blob/7e65b8abb9508841e7acf758cb79dd3f49aac28e/lib/src/lib.rs#L247) and [`ExampleBuilder`](https://github.com/EmbarkStudios/texture-synthesis/blob/7e65b8abb9508841e7acf758cb79dd3f49aac28e/lib/src/lib.rs#L208) which can be used to manipulate an indidivual
example input before being added to a [`SessionBuilder`](https://github.com/EmbarkStudios/texture-synthesis/blob/7e65b8abb9508841e7acf758cb79dd3f49aac28e/lib/src/lib.rs#L342)
@@ -33,6 +33,9 @@ in the `SessionBuilder`, which means the examples provided in the README.md matc
- Replaced `load_examples`, `load_example`, `load_example_guides`, and `load_sampling_masks` with
[`add_example`](https://github.com/EmbarkStudios/texture-synthesis/blob/7e65b8abb9508841e7acf758cb79dd3f49aac28e/lib/src/lib.rs#L366) and [`add_examples`](https://github.com/EmbarkStudios/texture-synthesis/blob/7e65b8abb9508841e7acf758cb79dd3f49aac28e/lib/src/lib.rs#L382) which work with `Example`(s)

### Fixed
- The top-level README.md is now deployed with both `texture-synthesis` and `texture-synthesis-cli` on crates.io

## [0.2.0] - 2019-08-27
### Added
- Split lib and cli into separate crates so CLI specific dependencies
@@ -44,6 +47,7 @@ callers
### Added
- Initial add of `texture-synthesis`

[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.2.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.3.0...HEAD
[0.3.0]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/EmbarkStudios/texture-synthesis/releases/tag/0.1.0
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name = "texture-synthesis-cli"
description = "A CLI for texture-synthesis"
repository = "https://github.com/EmbarkStudios/texture-synthesis"
version = "0.2.3"
version = "0.3.0"
authors = [
"Embark <[email protected]>",
"anastasia opara <[email protected]>",
@@ -26,4 +26,4 @@ indicatif = "0.11.0"
piston_window = "0.85.0"
rand = "0.6.4"
structopt = "0.3.0"
texture-synthesis = { version = "0.2.3", path = "../lib" }
texture-synthesis = { version = "0.3.0", path = "../lib" }
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name = "texture-synthesis"
description = "Multiresolution Stochastic Texture Synthesis, a non-parametric example-based algorithm for image generation"
repository = "https://github.com/EmbarkStudios/texture-synthesis"
version = "0.2.3"
version = "0.3.0"
authors = [
"Embark <[email protected]>",
"anastasia opara <[email protected]>",

0 comments on commit 49903f9

Please sign in to comment.