Skip to content

Latest commit

 

History

History
155 lines (108 loc) · 9.59 KB

CHANGELOG.md

File metadata and controls

155 lines (108 loc) · 9.59 KB

Changelog

v1.0.5 (21/12/2017)

building and distribution

  • [building and distribution] Make setup.py and conda's meta.yaml aware of pg.version #110

v1.0.4 (17/11/2017)

bug

  • [bug][building and distribution] make -DPYVERSION more flexible #21

building and distribution

  • [building and distribution] Binary Installers for Windows #73
  • [building and distribution] support for g++ 7.x.x #64
  • [building and distribution] Support python 3.6 #59
  • [building and distribution] os - depending python/boost_python setting in cmake #28
  • [building and distribution] Make binary installers available #2

closed

  • [closed] petro.resistivityArchie() returning empty vector #109
  • [closed] ERT.Simulate -- AttributeError 'NoneType' object has no attribute 'N' #108
  • [closed] petro.resistivityArchie interpolation returns 'corrupt mesh' error #107
  • [closed] Argument Error in pg.RMatrix in winpython #106
  • [closed] Assigning regions to large numbers of cells #105
  • [closed] List of keywords arguments (**kwargs) for pg.show #104
  • [closed] "gimli" CodeBlocks project + "bert" #103
  • [closed] A simple DC resistivity modelling case #102
  • [closed] Expanded mesh interpolation documentation? #101
  • [closed] pg.mplviewer.drawModel to view data #100
  • [closed] Using a pointcloud with pg.meshtools.createMesh #98
  • [closed] Correct usage of the resample function from harmfit #97
  • [closed] Modifying grid.py (appendTriangleBoundary) to different y-max #96
  • [closed] Argument error in cg17/example-2_modelling.py #95
  • [closed] pg.createGrid fails with negative number range #90
  • [closed] Importing forward modeling results and performing ERT simulations #84
  • [closed] conda installation failing #83
  • [closed] ERT with forward modeling solution sourced from outside pygimli? #82
  • [closed] Install pygimli on ubuntu encounter the problem #78
  • [closed] How to install pyGIMLi for windows user ? #76
  • [closed] drawPLC #71
  • [closed] Pygimli Windows 7 Installation #70
  • [closed] slownessWyllie import error #69
  • [closed] Two tests are failing with py 2.7 only #68
  • [closed] Compilation problems on Windows 7 with MSys64 #51
  • [closed] Base gallery build on version-controlled .matplotlibrc #49

documentation

  • [documentation] New structure for examples on website #63

enhancement

  • [enhancement] automatic rvalue conversion from array(dtype=int|long) to pg.RVector on demand #99
  • [enhancement][feature request] HDF format support #65
  • [enhancement][feature request] custom rvalue converter from/to RMatrix #17
  • [enhancement][feature request] Allow user-defined fillValue in pg.interpolate #16

feature request

  • [feature request] Easy python access to c++ inversion framework #54
  • [feature request] Importer: tetgen-1.4* and tetgen 1.5* #7

v0.91 (01/06/2017)

API change

  • [API change] Introduction of 2 new submodules #33
  • [API change] I want to remove cell.attribute() #27

bug

  • [bug] Cannot show rotated PLCs crossing y=0 due to bug in Triangle(-Wrapper) #47
  • [bug][building and distribution] triangle build on MacOSX #24

building and distribution

  • [building and distribution] boost 1.60 compatibility issues #31
  • [building and distribution] make curl installers work on CI platforms #26
  • [building and distribution] Gimli install #23
  • [building and distribution] Remove old und unused binary apps #10
  • [building and distribution] Reduce dependencies #3

closed

  • [closed] missing argument in polytools #56
  • [closed] Ubuntu: cmake issue - "cannot find -lpthreads" #53
  • [closed] Use castxml binaries to avoid clang and llvm related issues #52
  • [closed] Ship self-testing binaries #50
  • [closed] Problem with dependencies to libpython3.4m.so, libpython3.4m.so.1.0 and libboost_python-py34.so while making pygimli under python3.5 #45
  • [closed] Issue with gimli installation #44
  • [closed] Strange aspect of pyGIMLi logo #42
  • [closed] Some examples are broken due to API changes #41
  • [closed] castXML cannot be build with llvm-3.8 #40
  • [closed] Runtime error #39
  • [closed] Problem building pygimli with python3.5 #38
  • [closed] Make convertMesh gmsh compatible (also for anaconda users) #37
  • [closed] Problem with pygimli installation #36
  • [closed] Problem with castxml #35
  • [closed] Remove cppunit as a hard dependency #34
  • [closed] ImportError: No module named pygimli #32
  • [closed] building castxml on ubuntu 14.04 #30
  • [closed] ImportError: dynamic module does not define init function (PyInit___pygimli_) #29

documentation

  • [documentation] Documentation issues #12

enhancement

  • [enhancement][testing] pg.test() writes files in current working directory #43

v0.9 (06/10/2015)

API change

  • [API change][bug][building and distribution] make pygimli fails #18

bug

  • [bug][documentation] Documentation is not building with sphinx 1.3.1 #11

building and distribution

  • [building and distribution][enhancement] Avoid static link to libgimli.so in pygimli.so #13
  • [building and distribution] Force dependency update via cmake #9
  • [building and distribution] make: *** [pygimli] Error 2 #8
  • [building and distribution] Provide support for newer compilers via CastXML #6

closed

  • [closed] bin directory empty after make #20

enhancement

  • [enhancement][feature request] Array conversion methods for more/all vector/matrix formats #5

feature request

  • [feature request] Export triangle poly #4
  • [feature request] importer for plc (triangle) #1

testing

  • [testing] pg.test() should consider tests in python/tests #19