Skip to content

pts_per_dec for DLF are now floats

Compare
Choose a tag to compare
@prisae prisae released this 26 Apr 12:50
  • pts_per_dec are now floats, not integers, which gives more flexibility.

  • Bugfix: pts_per_dec for DLF was actually points per e, not per decade, as the natural logarithm was used.

  • New Versions-class; improvement over the versions-function, as it automatically detects if it can print html or not.

  • Maintenance: Update np.load in tests with allow_pickle=True for changes in numpy v1.16.3.

  • Lots of changes to accommodate emg3d within the empymod-org:

    • Adjust website, move stuff from website into README.md.
    • /empymod/example-notebooks -> /empymod/empymod-examples.
    • /empymod/asv -> /empymod/empymod-asv (and therefore now available at empymod.github.io/empymod-asv).
    • /empymod/bench -> /empymod/empymod-bench.
  • Move manual from empymod/__init__.py to the docs/manual.rst, and the references to its own file. Change reference style.

  • Move credits for initial funding from the license-section of the manual to CREDITS.rst, where it belongs.