Spinta

Latest version: v0.1.84

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

Scan your dependencies

Page 7 of 14

0.1.48

===================

Bug fixes:

- Fix issue with dask/pandas version incompatibility (`dask10164`_).

.. _dask10164: https://github.com/dask/dask/issues/10164

0.1.47

===================

Improvements:

- Add support for `point(x,y)` and `cast()` functions for sql backend
(`407`_).

.. _407: https://github.com/atviriduomenys/spinta/issues/407

Bug fixes:

- Error when loading manifest from XLSX file, where level is read as integer
(`405`_).

.. _405: https://github.com/atviriduomenys/spinta/issues/405

0.1.46

===================

Bug fixes:

- Correctly handle cases, when a weak referece, references a model, that does
not have primary key specified, in that case `_id` is used as primary key
(`399`_).

.. _399: https://github.com/atviriduomenys/spinta/issues/399

0.1.45

===================

Improvements:

- Multiple improvements in `spinta push` command (`311`_):

- New `--no-progress-bar` option to disable progress bar, this also skips
counting of rows, which can be slow in some cases, for example when reading
data from views (`332`_).

- New `--retry-count` option, to repeat push operation only with objects that
ended up in an error on previous push. By default 5 times are retried.

- New `--max-error-count` option, to stop push operation after specified
number of errors, by default 50 errors is set.

- Now instead of sending `upsert`, push became more sofisticated and sends
`insert`, `patch` or `delete`.

- If objects were deleted from source, they are also deleted from target
server.

- Errors are automatically retried after each push.

.. _311: https://github.com/atviriduomenys/spinta/issues/311
.. _332: https://github.com/atviriduomenys/spinta/issues/332

- Now it is possible to reference external models, this is done by specifying 3
or lower data maturity level. When `property.level` is set to 3 or lower for
`ref` type properties, local values are accepted, testing notes
`notes/types/ref/external`_ (`208`_).

.. _notes/types/ref/external: https://github.com/atviriduomenys/spinta/blob/a3d0157baaa4f82a7a760141a830ca2731b23387/notes/types/ref/external.sh
.. _208: https://github.com/atviriduomenys/spinta/issues/208

- Now it is possible to specify `required` properties in `property.type`_
(`259`_).

.. _property.type: https://atviriduomenys.readthedocs.io/dsa/dimensijos.html#property.type
.. _259: https://github.com/atviriduomenys/spinta/issues/259

- Specifying SRID for `geometry` type data on writes is no longer required
(`330`_).

.. _330: https://github.com/atviriduomenys/spinta/issues/330

- Now it is pssible to specify `geometry(geometry)` and `geometry(geometryz)`
types.

- `base` dimension is now supported in tabular manifest files (`325`_), but reading and
writing to models with base is still not fully implemented.

.. _325: https://github.com/atviriduomenys/spinta/issues/325

- Support for new `RDF` format was added (`308`_).

.. _308: https://github.com/atviriduomenys/spinta/issues/308


Bug fixes:

- New ascii table formater, that should fix memory issues, when large amounts
of data are downloaded (`359`_).

.. _359: https://github.com/atviriduomenys/spinta/issues/359

- Fix order logitude and latidude when creatling links to OSM maps (`334`_).

.. _334: https://github.com/atviriduomenys/spinta/issues/334

- Add possibility to explicitly select `_revision` (`339`_).

.. _339: https://github.com/atviriduomenys/spinta/issues/339

0.1.44

===================

Bug fixes:

- Convert a non-WGS coordinates into WGS, before giving link to OSM if SRID is
not given, then link to OSM is not added too. Also long WKT expressions like
polygons now are shortened in HTML output (`298`_).

.. _298: https://github.com/atviriduomenys/spinta/issues/298

0.1.43

===================

Improvements:

- Add `pid` (process id) to `request` messages in access log.

Bug fixes:

- Fix recursion error on getone (`255`_).

.. _255: https://github.com/atviriduomenys/spinta/issues/255

Page 7 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.