Releases: geomagpy/MARTAS
MARTAS 2.0.0
MARTAS provides tools and libraries for data acquisition
and collection from many different sources.
####v<2.0.0>, <2025-03-05> --
Version 2.0.0 finally published containing all updates included in v2.0.0-rc4
####v<2.0.0-rc4>, <2025-03-05> --
v2.0.0-rc4 general:
- updated pMARTAS live diagram and switched to pages view so that MARCOS and MARTAS require only a single call
- selection of sensor is possible (keys not yet)
v2.0.0-rc4 fixes:
- collector diff for real time calculation of gradients
####v<2.0.0-rc2 and rc3>, <2025-01-31> --
v2.0.0-rc3 general:
- updated two way communication issues
- updated install instructions for RPi Zero W
- added library: mmc5603 I2C low cost magnetic compass
- added library: GSM/GPRS/GNSS HAT
####v<2.0.0-rc1>, <2025-12-15> --
v2.0.0-rc1 general:
- created an installable package:
benefits:
* simply installed with pip, easy updates
* methods can be imported also in other packages, i.e. marcocs, imbot, etc
* artificial sys path links are not necessary any more
* can be used with python environments preserving system python
- all modules and configurations do not require root access any more
- replaced installer scripts by a "martas_init" method
- added testsuite based on unittest
- cleaned up code and used standard python semantics
MARTAS 2.0.0-rc1
MARTAS is a python package to support uninterrupted realtime data acquisition, secure and reliable realtime data transmission and a well organized data collection system, supporting realtime analysis and evaluation.
v<2.0.0-rc1>, <2025-12-15> --
v2.0.0-rc1 general:
- first release - checkout the README.md
- this release is already production-ready although some minor issues might still pop up