Skip to content

Releases: craam/RSTNPy

v1.1

25 May 19:33
2fd8d03

Choose a tag to compare

Release v1.1

Improvements

  • Removes uses of the os module
  • Enhanced the use of the pathlib module

Release v1.0

05 May 18:54
8e65803

Choose a tag to compare

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

02 Apr 01:34
673e5b1

Choose a tag to compare

Replaces wget

Uses requests instead

v0.6

16 Mar 18:35
f7d9caa

Choose a tag to compare

Fix san vito related errors

  • Fix the problems reading san vito files
  • Now cast the column values to int64 instead of int16

v0.5.1

24 Jan 12:52

Choose a tag to compare

Update 0.5.1

Update the API to be more concise and user friendly.

v0.5

21 Dec 17:15

Choose a tag to compare

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.

v0.4

09 Nov 18:03

Choose a tag to compare

Update documentation

Update the documentation to the numpydoc format, it's much cleaner than the sphinx format. Renames the decompress_file to get_file_content.