Skip to content

Releases: MobilityDB/PyMEOS

pymeos-cffi-1.1.1

15 Apr 22:38
12852e6
Compare
Choose a tag to compare

PyMEOS CFFI 1.1.1

Built distributions now also available for macOS, both intel- and arm-based!
Pre-built versions of the pymeos_cffi package come with MEOS 1.1.1 bundled.
Pre-built versions of this release also fix issue related with PROJ Data that prevented projection transformation from working (#36).

What's Changed

  • Update Test Workflow and remove reported support for Python 3.7 by @Diviloper in #38
  • Use proper branch name in test workflow triggered by PR by @Diviloper in #40
  • Update default library paths in macOS by @Diviloper in #41
  • Add automatic builds for ubuntu and mac (intel and arm) and fix #36 by @Diviloper in #46
  • Hotfix: Fix python version in build wheels step of build workflow by @Diviloper in #48

Full Changelog: pymeos-cffi-1.1.0...pymeos-cffi-1.1.1

PyMEOS Release 1.1

23 Mar 09:59
f486e20
Compare
Choose a tag to compare

PyMEOS 1.1

Version 1.1 is the first stable release of PyMEOS, now in sync with the MEOS library.
Pre-built versions of the pymeos_cffi package come with MEOS 1.1.0 bundled.

Feature Highlights

While many things have changed from previous versions, here is a list of the main new features and improvements this new release brings:

  • New error handling: errors occurred in the underlying MEOS library are now properly captured as Python Exceptions.
  • Collections: Time collections are now backed by MEOS instead of the spans library. Moreover, date, text, number and point collections have been added, all backed by MEOS.
  • Projection transformation: PyMEOS now supports changing TPoint projections.
  • New database connector available for psycopg.

In addition to these functionality changes, many others have been done to improve the quality and usability of PyMEOS:

  • New ReadTheDocs Page, where all the documentation of PyMEOS resides, including installation details, examples, and the API reference.
  • PyMEOS now uses Black to format the code.
  • A suite of tests have been added to ensure the proper functioning of PyMEOS (with many more to come).
  • Availability through conda: in addition to being available in PyPi, the PyMEOS packages (and MEOS) are installable with conda through the conda-forge channel (see PyMEOS, PyMEOS CFFI and MEOS pages).

What's Changed

Here's a list of all the PRs that have been merged since the last previous version release:

New Contributors

Full Changelog: 1.1.2...pymeos-cffi-1.1.0

v1.1.3rc1

03 Feb 19:20
Compare
Choose a tag to compare
v1.1.3rc1 Pre-release
Pre-release

First release candidate for PyMEOS 1.1
Prebuilt wheels of pymeos_cffi include MEOS v1.1.0rc1.