updating contact e-mail + release version 1.8.6 (pac-synth 0.0.7)

This commit is contained in:
Rodrigo Racanicci 2023-01-12 17:53:47 -03:00
Родитель d8712ddeab
Коммит 7f7b25b849
10 изменённых файлов: 14 добавлений и 14 удалений

10
Cargo.lock сгенерированный
Просмотреть файл

@ -466,7 +466,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "pac-synth"
version = "0.0.6"
version = "0.0.7"
dependencies = [
"log",
"pyo3",
@ -765,7 +765,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sds-cli"
version = "1.8.5"
version = "1.8.6"
dependencies = [
"csv",
"env_logger",
@ -777,7 +777,7 @@ dependencies = [
[[package]]
name = "sds-core"
version = "1.8.5"
version = "1.8.6"
dependencies = [
"csv",
"fnv",
@ -796,7 +796,7 @@ dependencies = [
[[package]]
name = "sds-pyo3"
version = "1.8.5"
version = "1.8.6"
dependencies = [
"csv",
"env_logger",
@ -807,7 +807,7 @@ dependencies = [
[[package]]
name = "sds-wasm"
version = "1.8.5"
version = "1.8.6"
dependencies = [
"console_error_panic_hook",
"csv",

Просмотреть файл

@ -125,4 +125,4 @@ This project resulted from a [Tech Against Trafficking (TAT)](https://techagains
# Contact
Feedback and suggestions are welcome via email to synthetic-showcase@microsoft.com.
Feedback and suggestions are welcome via email to sds-team@microsoft.com.

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "sds-cli"
version = "1.8.5"
version = "1.8.6"
license = "MIT"
description = "Command line interface for the sds-core library"
repository = "https://github.com/microsoft/synthetic-data-showcase"

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "sds-core"
version = "1.8.5"
version = "1.8.6"
license = "MIT"
description = "Synthetic data showcase core library"
repository = "https://github.com/microsoft/synthetic-data-showcase"

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "pac-synth"
version = "0.0.6"
version = "0.0.7"
license = "MIT"
description = "Private Accurate Combination (PAC) Synthesizers"
repository = "https://github.com/microsoft/synthetic-data-showcase"

Просмотреть файл

@ -100,4 +100,4 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
# Contact
Feedback and suggestions are welcome via email to synthetic-showcase@microsoft.com.
Feedback and suggestions are welcome via email to sds-team@microsoft.com.

Просмотреть файл

@ -8,7 +8,7 @@ description = "Private Accurate Combination (PAC) Synthesizers"
readme = "README.md"
license = { file = "LICENSE" }
authors=[
{ name = "Synthetic Data Showcase Team", email="synthetic-showcase@microsoft.com" },
{ name = "Synthetic Data Showcase Team", email="sds-team@microsoft.com" },
{ name = "Darren Edge", email = "darren.edge@microsoft.com" },
{ name = "Derek Worthen", email = "derek.worthen@microsoft.com" },
{ name = "Nathan Evans", email = "nathan.evans@microsoft.com" },

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "sds-pyo3"
version = "1.8.5"
version = "1.8.6"
license = "MIT"
description = "Python bindings for the sds-core library"
repository = "https://github.com/microsoft/synthetic-data-showcase"

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "sds-wasm"
version = "1.8.5"
version = "1.8.6"
license = "MIT"
description = "Web Assembly bindings for the sds-core library"
repository = "https://github.com/microsoft/synthetic-data-showcase"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "1.8.5",
"version": "1.8.6",
"private": true,
"license": "MIT",
"main": "src/index.ts",