Releases: craam/RSTNPy
Releases · craam/RSTNPy
v1.1
Release v1.0
Major Release v1.0
GetRSTN now called RSTNPy for its first official release.
Improvements
- GetRSTN class has been renamed to RSTN.
- Add two new classes to modularize the code.
- RSTNDownloader used to download the rstn files.
- RSTNFile a class used a rstn filename manipulation toolkit.
- Drop support for Python 2.7, now officially supports Python 3.5+
- No need to redownload the file if it already exists.
- Now using only Pathlib instead of the os module.
v0.6.2
v0.6
v0.5.1
v0.5
Major update to version 0.5
- Enhanced the file reading. Now it'll read all the columns, even if
there's data missing. The number are numpy int16, and the missing data
is numpy NaN. - Refactored lots of methods of the code. Renamed some methods, and
wrote new ones.
This update is all about code refactoring as the lib was kind of a trap
before this update.