Skip to content

Releases: aerocyber/ospyata

Release v3.1.4

08 May 06:14
4180364
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v3.1.4

v3.1.3

08 May 04:43
83a71b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.3

Stable Release: v3.1.1

23 Apr 13:27
c8e092d
Compare
Choose a tag to compare
  • Experimental support for omio format checking without jsonschema

What's Changed

Full Changelog: v3.1.0...v3.1.1-setup.py-fixed

Stable Release: v3.1.0

15 Apr 08:13
Compare
Choose a tag to compare

A few fixes and a bunch of new features!

  • [Fix] Previously missed function parameters now have types using the typing module
  • [Fix] Corrected db = {} to self.db = {} in ospyata.osmata.Osmata.__init__
  • [Feature] Dump omio string
  • [Feature] Load omio string
  • [Feature] Validate omio string

Stable release: v3.0.1

09 Apr 04:54
136cd35
Compare
Choose a tag to compare

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