Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Miguel González-Fierro ed04438ae1 Staging to master to add the latest fixes (#503)
* update mlflow version to match the other azureml versions

* Update generate_conda_file.py

* added temporary

* doc: update github url references

* docs: update nlp recipes references

* Minor bug fix for text classification of multi languages notebook

* remove bert and xlnet notebooks

* remove obsolete tests and links

* Add missing tmp directories.

* fix import error and max_nodes for the cluster

* Minor edits.

* Attempt to fix test device error.

* Temporarily pin transformers version

* Remove gpu tags temporarily

* Test whether device error also occurs for SequenceClassifier.

* Revert temporary changes.

* Revert temporary changes.
2019-11-29 19:53:57 -05:00
Emmanuel Awa aba830e6d5 docs: add license headers 2019-10-08 19:12:49 +00:00
Emmanuel Awa 6250e06c9c Update to install pip editable in dev mode and remove dependency on setuptools_scm.
1. And remove setuptools_scm dependencies due to permission issues with pip and scm

2. Add instruction that removes the need to update pip if any changes are made to utils package.

3. Document the known issue with setuptools_scm and pip that fails to give setuptools_scm permission to scm metadata files.
2019-09-18 14:34:45 +00:00
miguelgfierro 3328ed767e mixing semantic versioning with sphinx 2019-09-02 12:51:41 +01:00
Miguel González-Fierro 96847fd53d
Merge branch 'staging' into sphinx 2019-09-02 11:19:51 +01:00
saidbleik 37f804bc3c update examples folder refs 2019-08-19 14:51:35 +00:00
Ubuntu 9792a1beb8 fix: check semantic version number in setup.py
Author:    Emmanuel Awa <emmanuel.awa@microsoft.com>
2019-08-16 20:30:58 +00:00
miguelgfierro 3e3b0bca8b documentation 2019-08-09 18:05:01 +01:00
Emmanuel Awa cc1c00e2e8 feat: Configure NLP Utils Semantic Versioning with setuptools_scm and bumpversion
Configure setup.py to read version automatically
Update `bumpversion.cfg` versioning default commit msg template
Pull semantic version from setuptools_scm
Update documentation
2019-08-09 14:56:28 +00:00
Emmanuel Awa 48ba9b8511 fix: remove init.py and read version from setup.py
update: clean whitespace
2019-07-31 16:45:11 +00:00
Emmanuel Awa 76360ec42f Make utils pip installable using setup.py
- Added pip wheel metadata to gitignore
- Created the setup.py file exposing only the utils_nlp directory
- updated setup documentation Specifying that windows installation breaks
- add steps to use pip to install repo
- update pip install documentation to use ssh and avoid asking for name and password 2. Point to the right egg file
- match version number to August from review comment in init.py
- Add Manifest.in to source distribution
- Update documentation warning users of windows installation issues
2019-07-24 14:22:22 -04:00