Sebastian Laverde Alfonso
d6623883dc
docs: create CODE_OF_CONDUCT.md ( #79 )
...
This is in order to complete the community standards in Insights.
Add support@unstructured.io as contact for reporting.
2022-11-28 15:10:43 +01:00
cragwolfe
88373a1559
chore: Python 3.8.15 is the most recent 3.8 ( #78 )
2022-11-23 12:09:13 -05:00
Matt Robinson
b041b0197d
feat: Add entities kwarg to datasaur bricks ( #77 )
...
* added entities to datasaur
* add tests for datasaur with entities
* update docs
* fix missing imports
* bump version
* remove accidental file
2022-11-22 19:50:19 +00:00
Matt Robinson
08e091c5a9
chore: Reorganize partition bricks under partition directory ( #76 )
...
* move partition_pdf to partition folder
* move partition.py
* refactor partioning bricks into partition diretory
* import to nlp for backward compatibility
* update docs
* update version and bump changelog
* fix typo in changelog
* update readme reference
2022-11-21 22:27:23 +00:00
Mallori Harrell
53fcf4e912
chore: Remove PDF parsing code and dependencies ( #75 )
...
Remove PDF parsing code and dependencies.
2022-11-21 11:47:29 -06:00
Sebastian Laverde Alfonso
baa15d0098
feat: new partitioning brick that calls the document image analysis API ( #68 )
...
* docs: add new feature to the CHANGELOG.md, bump the version, update __version__.py
* feat: new partition to call the document image analysis API
* fix: remove duplicated dependency on partition.py
* fix: linting error due to line-lenght > 100
* test: add test to call partition_pdf brick
* chore: new short example-doc pdf for speed up in test X8
* fix: add missing return statement to _read to pass check
* feat: new partitioning brick to call doc parse API
* docs: version update fix in CHANGELOG
* refactor: no nested ifs
* docs: documentation for new brick partition_pdf
* refactor: made tidy
* docs: minor doc refactor
Co-authored-by: Sebastian Laverde <sebastian@unstructured.io>
0.2.6
2022-11-16 17:48:30 +01:00
Yuming Long
83e7f9d347
docs: add Colab notebook line in README ( #66 )
2022-11-14 14:45:22 -05:00
qued
9906dd23a1
fix: move _read out of base Document class
...
Changed where _read sits in the inheritance structure since PDFDocument doesn't really need lazy document processing
2022-11-14 13:34:42 -06:00
dependabot[bot]
2ad2a8fa72
build(deps): Bump pandas from 1.5.0 to 1.5.1 in /requirements ( #69 )
...
Bumps [pandas](https://github.com/pandas-dev/pandas ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases )
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md )
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 18:07:44 +00:00
dependabot[bot]
8936ab21a7
build(deps): Bump mypy from 0.982 to 0.990 in /requirements ( #73 )
...
* build(deps): Bump mypy from 0.982 to 0.990 in /requirements
Bumps [mypy](https://github.com/python/mypy ) from 0.982 to 0.990.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.982...v0.990 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix typing issues
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructuredai.io>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-11-14 17:57:05 +00:00
dependabot[bot]
8b35c00e0b
build(deps-dev): Bump pip-tools from 6.9.0 to 6.10.0 in /requirements ( #71 )
...
Bumps [pip-tools](https://github.com/jazzband/pip-tools ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases )
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/pip-tools/compare/6.9.0...6.10.0 )
---
updated-dependencies:
- dependency-name: pip-tools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-11-14 17:38:34 +00:00
dependabot[bot]
0da8fed32d
build(deps): Bump contourpy from 1.0.5 to 1.0.6 in /requirements ( #70 )
...
Bumps [contourpy](https://github.com/contourpy/contourpy ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/contourpy/contourpy/releases )
- [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst )
- [Commits](https://github.com/contourpy/contourpy/compare/v1.0.5...v1.0.6 )
---
updated-dependencies:
- dependency-name: contourpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-11-14 12:32:41 -05:00
dependabot[bot]
b28ba58a98
build(deps): Bump pycocotools from 2.0.5 to 2.0.6 in /requirements ( #72 )
...
Bumps [pycocotools](https://github.com/ppwwyyxx/cocoapi ) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/ppwwyyxx/cocoapi/releases )
- [Commits](https://github.com/ppwwyyxx/cocoapi/commits )
---
updated-dependencies:
- dependency-name: pycocotools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 11:02:07 -06:00
Yuming Long
7c61639f23
python_require ( #65 )
0.2.5
2022-11-11 12:15:23 -05:00
Yuming Long
4f539dda44
feat: Final
Compatibility with Python 3.7 ( #64 )
0.2.4
2022-11-10 19:26:10 -05:00
Matt Robinson
300c564c62
feat: Cleaning bricks to extract text before/after a pattern ( #63 )
...
* brick to extract text before
* brick for extract text after
* tests for extract before and after
* updated docs
* changelog and bump version
* fix typo
* fix another typo
* positive -> non-negative
0.2.3
2022-11-10 21:35:37 +00:00
Matt Robinson
f3756abc90
feat: Cleaning bricks for removing prefixes and postfixes ( #62 )
...
* added prefix and postfix cleaners
* added test for pre and postfix cleaners
* added docs for prefix and postfix bricks
* changelog and bump version
* add dev to version
2022-11-10 12:24:58 -05:00
Matt Robinson
64f2d3aa49
docs: Add developer quick start section ( #61 )
2022-11-09 09:52:29 -06:00
Matt Robinson
4aa3d51b03
fix: Change the image src to an absolute link ( #60 )
2022-11-08 22:05:30 +00:00
Matt Robinson
2715950d6f
chore: Add long description content type; bump version ( #59 )
0.2.2
2022-11-08 16:55:41 -05:00
benjats07
6b3e86c508
docs: Added long description to PyPi ( #58 )
...
* docs: Added long description to PyPi
* Added fields for description in PyPi
2022-11-08 15:22:43 -06:00
benjats07
df16b5806b
feat: Add staging brick for Datasaur token-based tasks ( #50 )
...
* feat: Add staging brick for Datasaur token-based tasks
* Added doc string and formatting with flake8,mypy and black
* docs: Added documentation for stage_for_datasaur
* fix: version sync correction
* fix: Corrections to docs fror stage_for_datasaur
* fix: changes in naming of example variables
* Update docs/source/bricks.rst
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-11-07 14:56:02 -06:00
dependabot[bot]
d5bd44bee4
build(deps): Bump tokenizers from 0.13.1 to 0.13.2 in /requirements ( #55 )
...
Bumps [tokenizers](https://github.com/huggingface/tokenizers ) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/huggingface/tokenizers/releases )
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md )
- [Commits](https://github.com/huggingface/tokenizers/compare/v0.13.1...v0.13.2 )
---
updated-dependencies:
- dependency-name: tokenizers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-11-07 11:40:02 -05:00
dependabot[bot]
fc1ca8a938
build(deps): Bump cryptography from 38.0.1 to 38.0.3 in /requirements ( #52 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 38.0.1 to 38.0.3.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-11-07 16:26:37 +00:00
dependabot[bot]
cf003caee0
build(deps): Bump sphinx-rtd-theme from 1.0.0 to 1.1.1 in /requirements ( #51 )
...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme ) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases )
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst )
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.0.0...1.1.1 )
---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 11:20:37 -05:00
dependabot[bot]
ccb5cadb00
build(deps): Bump pillow from 9.2.0 to 9.3.0 in /requirements ( #49 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...9.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
2022-10-31 23:26:26 +00:00
dependabot[bot]
5534ba7bf2
build(deps): Bump portalocker from 2.5.1 to 2.6.0 in /requirements ( #47 )
...
Bumps [portalocker](https://github.com/WoLpH/portalocker ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/WoLpH/portalocker/releases )
- [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/WoLpH/portalocker/compare/v2.5.1...v2.6.0 )
---
updated-dependencies:
- dependency-name: portalocker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
2022-10-31 23:20:39 +00:00
dependabot[bot]
ee9ead57c4
build(deps): Bump regex from 2022.9.13 to 2022.10.31 in /requirements ( #48 )
...
Bumps [regex](https://github.com/mrabarnett/mrab-regex ) from 2022.9.13 to 2022.10.31.
- [Release notes](https://github.com/mrabarnett/mrab-regex/releases )
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.9.13...2022.10.31 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
2022-10-31 10:52:51 -07:00
dependabot[bot]
4fc4497fcc
build(deps-dev): Bump ipython from 8.5.0 to 8.6.0 in /requirements ( #46 )
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.5.0...8.6.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 10:13:35 -07:00
dependabot[bot]
cc9ac06f56
build(deps): Bump scipy from 1.9.2 to 1.9.3 in /requirements ( #41 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.9.2...v1.9.3 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
2022-10-24 18:10:48 +00:00
dependabot[bot]
c5e8f7ff66
build(deps): Bump fonttools from 4.37.4 to 4.38.0 in /requirements ( #40 )
...
Bumps [fonttools](https://github.com/fonttools/fonttools ) from 4.37.4 to 4.38.0.
- [Release notes](https://github.com/fonttools/fonttools/releases )
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst )
- [Commits](https://github.com/fonttools/fonttools/compare/4.37.4...4.38.0 )
---
updated-dependencies:
- dependency-name: fonttools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
2022-10-24 11:05:15 -07:00
dependabot[bot]
8e168d33b7
build(deps): Bump certifi from 2022.9.14 to 2022.9.24 in /requirements ( #44 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.9.14 to 2022.9.24.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.09.24 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
2022-10-24 10:58:25 -07:00
dependabot[bot]
99ceaea96b
build(deps): Bump pytz from 2022.4 to 2022.5 in /requirements ( #42 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2022.4 to 2022.5.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2022.4...release_2022.5 )
---
updated-dependencies:
- dependency-name: pytz
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 10:52:22 -07:00
Matt Robinson
de31df51a9
feat: Adds a helper function to convert ISD dicts to elements ( #39 )
...
* updated category name for ListItem
* added brick to convert isd to elements
* bump version
* added isd_to_elements to documentation
0.2.1
2022-10-21 18:43:10 +00:00
dependabot[bot]
2871941a80
build(deps): Bump sphinx from 5.2.3 to 5.3.0 in /requirements ( #37 )
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.2.3...v5.3.0 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-10-17 17:27:36 +00:00
dependabot[bot]
eba4e8b144
build(deps): Bump numpy from 1.23.3 to 1.23.4 in /requirements ( #38 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.23.3 to 1.23.4.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.23.3...v1.23.4 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 17:19:44 +00:00
Matt Robinson
704d6e11d1
chore: Update PDFDocument to use from_file method ( #35 )
...
* update PDFDocument to use from_file method
* bump version
2022-10-13 16:04:30 +00:00
asymness
2d5dba0ddc
feat: Implement staging brick for ISD CSV format ( #36 )
...
* Implement convert_to_isd_csv function
* Add unit tests for convert_to_isd_csv function
* Update docs with description and example of convert_to_isd_csv function
* Update changelog and version
2022-10-13 11:35:46 -04:00
Matt Robinson
fb16847946
feat: Staging brick for attention window chunking ( #34 )
...
* add huggingface dependencies and re pip-compile
* first pass on chunk by attention window
* test for chunking function
* completed tests for chunk_by_attention_window
* change default buffer size to 2
* wrapper function for staging
* added docs for transformers
* fix wording and typos
* updated change log and bumped the version
* added docs on huggingface dependencies
* fix typo
* re pip-compile
2022-10-13 11:18:27 -04:00
asymness
ec5be8e8b0
feat: Implement LabelBox staging brick ( #26 )
...
* Implement stage_for_label_box function
* Add unit tests for stage_for_label_box function
* Update docs with description and example for stage_for_label_box function
* Bump version and update CHANGELOG.md
* Fix linting issues and implement suggested changes
* Update stage_for_label_box docs with a note for uploading files to cloud providers
2022-10-11 10:15:25 -04:00
dependabot[bot]
546865fd64
build(deps): Bump scipy from 1.9.1 to 1.9.2 in /requirements ( #32 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: qued <64741807+qued@users.noreply.github.com>
2022-10-10 16:15:26 -05:00
dependabot[bot]
5ae06e9026
build(deps): Bump matplotlib from 3.6.0 to 3.6.1 in /requirements ( #33 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: qued <64741807+qued@users.noreply.github.com>
2022-10-10 15:10:50 -05:00
qued
1d3076a4b2
feat: keep version synchronized ( #25 )
...
* Added script to check/sync versions using CHANGELOG.md as a source of truth.
* Script currently only syncs __version__.py but can easily be extended to cover other files by adding the files to an array in the script.
* Also updated sphinx conf.py to get version dynamically from __version__.py
2022-10-10 13:11:48 -05:00
dependabot[bot]
6d16caafcd
build(deps): Bump pytz from 2022.2.1 to 2022.4 in /requirements ( #31 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2022.2.1 to 2022.4.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2022.2.1...release_2022.4 )
---
updated-dependencies:
- dependency-name: pytz
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-10-10 17:39:32 +00:00
dependabot[bot]
8a1ec69359
build(deps-dev): Bump pip-tools from 6.8.0 to 6.9.0 in /requirements ( #30 )
...
Bumps [pip-tools](https://github.com/jazzband/pip-tools ) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases )
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/pip-tools/compare/6.8.0...6.9.0 )
---
updated-dependencies:
- dependency-name: pip-tools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-10-10 17:33:55 +00:00
dependabot[bot]
7664bbfa17
build(deps): Bump timm from 0.6.7 to 0.6.11 in /requirements ( #29 )
...
Bumps [timm](https://github.com/rwightman/pytorch-image-models ) from 0.6.7 to 0.6.11.
- [Release notes](https://github.com/rwightman/pytorch-image-models/releases )
- [Changelog](https://github.com/rwightman/pytorch-image-models/blob/master/docs/changes.md )
- [Commits](https://github.com/rwightman/pytorch-image-models/compare/v0.6.7...v0.6.11 )
---
updated-dependencies:
- dependency-name: timm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-10-10 17:28:28 +00:00
dependabot[bot]
2acff17f28
build(deps): Bump black from 22.8.0 to 22.10.0 in /requirements ( #28 )
...
Bumps [black](https://github.com/psf/black ) from 22.8.0 to 22.10.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.8.0...22.10.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-10-10 17:20:56 +00:00
dependabot[bot]
9f3fcea282
build(deps): Bump typing-extensions from 4.3.0 to 4.4.0 in /requirements ( #27 )
...
Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.3.0...4.4.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 13:15:07 -04:00
Matt Robinson
836f156582
docs: Add example LabelStudio sentiment analysis example ( #24 )
...
* added documentation on how to use unstructured with labelstudio
* hard code risk narrative for docs
* link to create project call
2022-10-10 08:27:01 -04:00
asymness
baba641d03
feat: Allow option to specify predictions in LabelStudio staging brick ( #23 )
...
* Allow stage_for_label_studio to take a predictions input and implement prediction class
* Update unit tests for LabelStudioPrediction and stage_for_label_studio function
* Update stage_for_label_studio docs with example of loading predictions
* Bump version and update changelog
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2022-10-06 13:35:55 +00:00