Skip to content

Releases: JohnSnowLabs/johnsnowlabs

John Snow Labs 5.0.7 Library Release

03 Sep 07:50
Compare
Choose a tag to compare

Hotfix for bad package

John Snow Labs 5.0.6 Library Release

03 Sep 06:17
7bcac15
Compare
Choose a tag to compare
  • clean_cluster in nlp.install() to clean databricks cluster before installing johnsnowlabs software. Default True
  • write_db_credentials in nlp.install() to write databricks host and access token into env variables which will be used for endpoint creation. Default True
  • fixed bug which caused visual library to be installed to databricks cl usters, even if visual=False
  • updated documentation
  • New powerful 1-liner nlp.query_and_deploy_if_missing() which deploys a john snow labs model as databricks serve endpoint and queries it. If model is already deployed, it will not be deployed again. For more details see

John Snow Labs 5.0.5 Library Release

25 Aug 13:46
Compare
Choose a tag to compare
  • new block_till_complete parameter in nlp.run_in_databricks and logging of Databricks Task URL for monitoring
  • optimized Databricks configs for Visual NLP clusters

John Snow Labs 5.0.4 Library Release

24 Aug 00:33
Compare
Choose a tag to compare
  • bump spark-nlp to 5.0.2
  • bum healthcare to 5.0.2
  • bump ocr to 5.0.0
  • bump nlu to 5.0.0

John Snow Labs 5.0.1 Library Release

02 Aug 19:56
Compare
Choose a tag to compare
  • bump spark-nlp to 5.0.1

  • bum healthcare to 5.0.1

  • bump ocr to 4.4.4

  • nlp.install(hardware_target='m1') is now nlp.install(hardware_target='apple_silicon')

  • nlp.start(hardware_target='m1') is now nlp.start(hardware_target='apple_silicon')

John Snow Labs 5.0.0 Library Release

13 Jul 10:18
f3a8767
Compare
Choose a tag to compare

We are very excited to announce John Snow Labs 5.0.0 has been released.

  • bump spark-nlp to 5.0.0
  • bump enterprise-nlp to 5.0.0

John Snow Labs 4.4.11 Library Release

11 Jul 20:44
Compare
Choose a tag to compare

hotfix pydantic version to 1.10.11 because of validation bug

John Snow Labs 4.4.10 Library Release

04 Jul 22:28
Compare
Choose a tag to compare

Add ChunkFiltererApproach to finance, legal and medical modules

John Snow Labs 4.4.9 Library Release

04 Jul 22:10
29eb65d
Compare
Choose a tag to compare
  • bump Spark-NLP to 4.4.4
  • bump Enterpprise-NLP to 4.4.4
  • bump Visual-NLP to 4.4.3

Improved nlp.install() :
When providing credentials with outdated secrets for the library versions, they will automatically be upgraded to the latest recommended versions, as long as you have a valid license and settings.enforce_versions=True

John Snow Labs 4.4.8 Library Release

14 Jun 20:50
Compare
Choose a tag to compare
  • upgrade NLU to 4.2.2
  • support for JOHNSNOWLABS_LICENSE_JSON as single env variable to provide credentials. This is the raw json string of your license file.