Pytlas

Latest version: v5.1.3

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

4.0.4

- :arrow_up: Updated `snips-nlu` to 0.19.5
- :arrow_up: Updated `pychatl` to 1.2.7

4.0.3

- :bug: Removed `shell=True` in pam which prevented cloning under Linux
- :bug: Added sorting functions related to training data to ensure the same checksum will be generated (there is still an issue on my rasp I could not resolve related to this...) and prevent unneeded retraining

4.0.0

Major release since there are breaking changes on how `SlotValue` are represented.

- ✨ Added `pytlas.testing` namespace containing some utilities to easily unit test your skills, see [the documentation](https://pytlas.readthedocs.io/en/latest/writing_skills/testing.html) for more informations
- 💥 `SlotValue` value now not always returns a `str`. The `value` property will now contains a more meaningful python representation of the slot (`dateutil.relativedelta` for durations, `pytlas.interpreters.slot.UnitValue` for AmountOfMoney and Temperature, `float` between `0` and `1` for percentages, `datetime.datetime` for InstantTime, tuple of `datetime.datetime` for date range and `str` for anything else). This make the developer stuff easier when retrieving slot with `request.intent.slot('my_slot').first().value`
- ♻️ `SkillData` is now called `Meta`

3.2.2

- ⬆️ Updated snips-nlu to 0.19.4
- ✨ Added `agent.id` property which contains a unique identifier for the agent instance

3.2.1

- ⬆️ Updated snips-nlu to 0.19.3

3.2.0

- ⬆️ Updated snips-nlu to 0.19.2
- ✨Added [hooks](https://pytlas.readthedocs.io/en/latest/writing_skills/hooks.html) for your skills to register on specific agent lifecycle events

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.