Releases: aerocyber/ospyata
Releases · aerocyber/ospyata
Release v3.1.4
v3.1.3
What's Changed
- Update dev branch by @aerocyber in #2
- Merge pull request #2 from aerocyber/main by @aerocyber in #3
- Remove the validators dependency by using regex by @aerocyber in #4
Full Changelog: v3.1.1...v3.1.3
Stable Release: v3.1.1
- Experimental support for omio format checking without
jsonschema
What's Changed
- Check omio format without schema by @aerocyber in #1
Full Changelog: v3.1.0...v3.1.1-setup.py-fixed
Stable Release: v3.1.0
A few fixes and a bunch of new features!
- [Fix] Previously missed function parameters now have types using the
typing
module - [Fix] Corrected
db = {}
toself.db = {}
inospyata.osmata.Osmata.__init__
- [Feature] Dump omio string
- [Feature] Load omio string
- [Feature] Validate omio string
Stable release: v3.0.1
Breaking changes
The library has been rewritten from scratch to match the latest spec. This is the first version under the major version of 3. Minor releases will follow up to fill up the missing features.
Installation
(venv)$
python3 -m pip install ospyata
Recommended to install in a virtual environment.
See pypi.org release.
Docs
See Documentation
License
See LICENSE file or the project home
Full Changelog: https://github.com/aerocyber/ospyata/commits/v3.0.1