Skip to content

Releases: JustinGOSSES/wellio.js

v0.1.15

09 Oct 01:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.13...v0.1.15

v0.0.14 was published to NPM but doesn't have a release here as there were a few other vulnerabilities to fix that were missed by accident in v0.1.14. Hence, the skip from 0.1.13 to 0.1.15

v0.1.13

15 Mar 04:16
Compare
Choose a tag to compare

Bunch of bumps for dependencies & changed how fs module is used or not used in order to get it to work without errors in REACT project development servers where it can seem like a node script apparently.

v0.1.12

20 Jun 00:40
Compare
Choose a tag to compare

Some small changes but biggest is DC's updated in pull request 71 #71 that reorganized how sections were read to deal with duplicated data in some USGS wells.

v0.1.11

15 Feb 02:12
Compare
Choose a tag to compare

Most updates were to README.md or Documentation.

Minor updates to the dist/index.js file with most wellio code. Most changes here related to documentation.

Updated dev dependencies eslint & documentation

v0.1.10

06 Jan 05:12
Compare
Choose a tag to compare

UPDATES:

  • Fixed unneeded separate wellio script for demo page and dist/index.js by using require
  • Fixed bug with assumption that UWI exists in the LAS file that was causing an error with some USGS files
  • Fixed another parsing bug that was preventing some USGS files from being converted.

v0.1.9

05 Dec 00:03
86af042
Compare
Choose a tag to compare

Small updates since 0.1.8 and then biggest was last pull request that adapted processing parts to handled misformed well logs from USGS around the Houston area.

v0.1.1

23 Jun 16:38
Compare
Choose a tag to compare

Changes:

  • Small changes to edge cases related to syntax of LAS files that don't exactly follow standard:
  • Took out fs as default file load method to avoid problems when wellio.js is used in Angular builds.
  • Other small changes as described in pull requests.
  • Nothing should result in breaking changes from version v0.1.0

first release

16 Jun 16:43
0090a6d
Compare
Choose a tag to compare
first release Pre-release
Pre-release

Haven't made any changes in a while but basically been at first release for a year. Code still has performance issues when las files that are inappropriately formatted. These are documented in issue #5. Should be considered therefore alpha code, but works well otherwise.