Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
release: Version 0.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Apr 4, 2020
1 parent 97114cc commit f268434
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.6] - 2020-04-04
### Added
- Operations for taking input from the user `AcceptUserInput` and for printing the output `print_output`
- Hugging Face Transformers tensorflow based NER models.
Expand Down
2 changes: 1 addition & 1 deletion configloader/png/dffml_config_png/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.1"
VERSION = "0.0.2"
2 changes: 1 addition & 1 deletion configloader/png/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = [] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion configloader/yaml/dffml_config_yaml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.8"
VERSION = "0.0.9"
2 changes: 1 addition & 1 deletion configloader/yaml/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = [] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion dffml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
Version of DFFML
"""
VERSION = "0.3.5"
VERSION = "0.3.6"
2 changes: 1 addition & 1 deletion docs/contributing/codebase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ You might have asked yourself, what is this thing?
.. code-block:: python
INSTALL_REQUIRES = [] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Output:
You can use DFFML from the command line, Python, or the HTTP API, see the
:doc:`quickstart/model` to get started right away.

The web UI (under heavy development) can be found `here <webui/>`_.

This is the documentation for the latest release, documentation for the master
branch can be found `here <master/index.html>`_.

Expand Down
2 changes: 1 addition & 1 deletion examples/shouldi/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = [] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion examples/shouldi/shouldi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.6"
VERSION = "0.0.7"
2 changes: 1 addition & 1 deletion feature/auth/dffml_feature_auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.6"
VERSION = "0.0.7"
2 changes: 1 addition & 1 deletion feature/auth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = [] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion feature/git/dffml_feature_git/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.5"
VERSION = "0.2.6"
2 changes: 1 addition & 1 deletion feature/git/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = ["python-dateutil>=2.7.3"] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/scikit/dffml_model_scikit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.7"
VERSION = "0.0.8"
2 changes: 1 addition & 1 deletion model/scikit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"joblib>=0.13.2",
"pandas>=0.25.0",
] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/scratch/dffml_model_scratch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.6"
VERSION = "0.0.7"
2 changes: 1 addition & 1 deletion model/scratch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = ["numpy>=1.16.4"] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/tensorflow/dffml_model_tensorflow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.5"
VERSION = "0.2.6"
2 changes: 1 addition & 1 deletion model/tensorflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = ["tensorflow>=2.0.0"] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/tensorflow_hub/dffml_model_tensorflow_hub/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.3"
VERSION = "0.0.4"
4 changes: 2 additions & 2 deletions model/tensorflow_hub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"numpy>=1.16.4",
]
+ (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand All @@ -45,7 +45,7 @@
else []
)
+ (
["dffml-model-tensorflow>=0.2.4"]
["dffml-model-tensorflow>=0.2.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/transformers/dffml_model_transformers/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.1"
VERSION = "0.0.2"
2 changes: 1 addition & 1 deletion model/transformers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fastprogress>=0.2.2",
"transformers>=2.5.1",
] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion service/http/dffml_service_http/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.8"
VERSION = "0.0.9"
2 changes: 1 addition & 1 deletion service/http/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = ["aiohttp>=3.5.4", "aiohttp_cors>=0.7.0"] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion source/mysql/dffml_source_mysql/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.7"
VERSION = "0.0.8"
2 changes: 1 addition & 1 deletion source/mysql/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = [] + (
["dffml>=0.3.5"]
["dffml>=0.3.6"]
if not any(
list(
map(
Expand Down

0 comments on commit f268434

Please sign in to comment.