Recent Releases of pdrtpy

pdrtpy - v2.4.4

version 2.4.4

What's Changed

  • Fix reference to ms.supported_lines by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/82
  • Fix for change in behavior in recent astropy by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/85
  • bring devel up to master before new feature branch by @mpound in https://github.com/mpound/pdrtpy/pull/87
  • Active devel into h2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/88
  • Bump tj-actions/verify-changed-files from 9 to 17 in /.github/workflows by @dependabot in https://github.com/mpound/pdrtpy/pull/92
  • 95 update build system by @mpound in https://github.com/mpound/pdrtpy/pull/98
  • run black on all py files except examples/ by @mpound in https://github.com/mpound/pdrtpy/pull/100
  • config precommit by @mpound in https://github.com/mpound/pdrtpy/pull/102
  • Bump notebook from 7.2.1 to 7.2.2 by @dependabot in https://github.com/mpound/pdrtpy/pull/104
  • Create dependabot.yml by @mpound in https://github.com/mpound/pdrtpy/pull/106
  • Bump jupyterlab from 4.2.4 to 4.2.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/105
  • Bump importlib-metadata from 8.2.0 to 8.4.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/110
  • Bump contourpy from 1.2.1 to 1.3.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/108
  • Bump ipywidgets from 8.1.3 to 8.1.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/107
  • Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821 by @dependabot in https://github.com/mpound/pdrtpy/pull/109
  • Bump watchfiles from 0.22.0 to 0.24.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/111
  • replace interp2d with RegularGridInterpolator by @mpound in https://github.com/mpound/pdrtpy/pull/119
  • remove ion unit by @mpound in https://github.com/mpound/pdrtpy/pull/121
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/127
  • H2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/139
  • remove python 3.12 until I figure out why tests are failing by @mpound in https://github.com/mpound/pdrtpy/pull/140
  • 90 measurementread fails if wcs project has 3 dimensions by @mpound in https://github.com/mpound/pdrtpy/pull/146
  • deal correctly with measure colors as an array. by @mpound in https://github.com/mpound/pdrtpy/pull/149
  • 89 pyplot functions plot to incorrect axes when colorbar = true in functions derived from plotbase by @mpound in https://github.com/mpound/pdrtpy/pull/150
  • add surface temperature plots by @mpound in https://github.com/mpound/pdrtpy/pull/159
  • 93 naxis not found for added model from measurement arithmetic by @mpound in https://github.com/mpound/pdrtpy/pull/162
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/170
  • add release workflow by @mpound in https://github.com/mpound/pdrtpy/pull/172
  • Release2.4 by @mpound in https://github.com/mpound/pdrtpy/pull/173

New Contributors

  • @dependabot made their first contribution in https://github.com/mpound/pdrtpy/pull/92
  • @pre-commit-ci made their first contribution in https://github.com/mpound/pdrtpy/pull/127

Full Changelog: https://github.com/mpound/pdrtpy/compare/2.3.1...2.4.4

- Python
Published by mpound about 1 year ago

pdrtpy - v2.4.3

Version 2.4.3

What's Changed

  • Fix reference to ms.supported_lines by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/82
  • Fix for change in behavior in recent astropy by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/85
  • bring devel up to master before new feature branch by @mpound in https://github.com/mpound/pdrtpy/pull/87
  • Active devel into h2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/88
  • Bump tj-actions/verify-changed-files from 9 to 17 in /.github/workflows by @dependabot in https://github.com/mpound/pdrtpy/pull/92
  • 95 update build system by @mpound in https://github.com/mpound/pdrtpy/pull/98
  • run black on all py files except examples/ by @mpound in https://github.com/mpound/pdrtpy/pull/100
  • config precommit by @mpound in https://github.com/mpound/pdrtpy/pull/102
  • Bump notebook from 7.2.1 to 7.2.2 by @dependabot in https://github.com/mpound/pdrtpy/pull/104
  • Create dependabot.yml by @mpound in https://github.com/mpound/pdrtpy/pull/106
  • Bump jupyterlab from 4.2.4 to 4.2.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/105
  • Bump importlib-metadata from 8.2.0 to 8.4.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/110
  • Bump contourpy from 1.2.1 to 1.3.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/108
  • Bump ipywidgets from 8.1.3 to 8.1.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/107
  • Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821 by @dependabot in https://github.com/mpound/pdrtpy/pull/109
  • Bump watchfiles from 0.22.0 to 0.24.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/111
  • replace interp2d with RegularGridInterpolator by @mpound in https://github.com/mpound/pdrtpy/pull/119
  • remove ion unit by @mpound in https://github.com/mpound/pdrtpy/pull/121
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/127
  • H2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/139
  • remove python 3.12 until I figure out why tests are failing by @mpound in https://github.com/mpound/pdrtpy/pull/140
  • 90 measurementread fails if wcs project has 3 dimensions by @mpound in https://github.com/mpound/pdrtpy/pull/146
  • deal correctly with measure colors as an array. by @mpound in https://github.com/mpound/pdrtpy/pull/149
  • 89 pyplot functions plot to incorrect axes when colorbar = true in functions derived from plotbase by @mpound in https://github.com/mpound/pdrtpy/pull/150
  • add surface temperature plots by @mpound in https://github.com/mpound/pdrtpy/pull/159
  • 93 naxis not found for added model from measurement arithmetic by @mpound in https://github.com/mpound/pdrtpy/pull/162
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/170
  • add release workflow by @mpound in https://github.com/mpound/pdrtpy/pull/172

New Contributors

  • @dependabot made their first contribution in https://github.com/mpound/pdrtpy/pull/92
  • @pre-commit-ci made their first contribution in https://github.com/mpound/pdrtpy/pull/127

Full Changelog: https://github.com/mpound/pdrtpy/compare/2.3.1...2.4.3-final-release

- Python
Published by mpound about 1 year ago

pdrtpy - v2.4.3

This is PDR Toolbox release 2.4.3, which contains many bug fixes and some new functionality.

What's Changed

  • Fix reference to ms.supported_lines by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/82
  • Fix for change in behavior in recent astropy by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/85
  • bring devel up to master before new feature branch by @mpound in https://github.com/mpound/pdrtpy/pull/87
  • Active devel into h2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/88
  • Bump tj-actions/verify-changed-files from 9 to 17 in /.github/workflows by @dependabot in https://github.com/mpound/pdrtpy/pull/92
  • 95 update build system by @mpound in https://github.com/mpound/pdrtpy/pull/98
  • run black on all py files except examples/ by @mpound in https://github.com/mpound/pdrtpy/pull/100
  • config precommit by @mpound in https://github.com/mpound/pdrtpy/pull/102
  • Bump notebook from 7.2.1 to 7.2.2 by @dependabot in https://github.com/mpound/pdrtpy/pull/104
  • Create dependabot.yml by @mpound in https://github.com/mpound/pdrtpy/pull/106
  • Bump jupyterlab from 4.2.4 to 4.2.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/105
  • Bump importlib-metadata from 8.2.0 to 8.4.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/110
  • Bump contourpy from 1.2.1 to 1.3.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/108
  • Bump ipywidgets from 8.1.3 to 8.1.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/107
  • Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821 by @dependabot in https://github.com/mpound/pdrtpy/pull/109
  • Bump watchfiles from 0.22.0 to 0.24.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/111
  • replace interp2d with RegularGridInterpolator by @mpound in https://github.com/mpound/pdrtpy/pull/119
  • remove ion unit by @mpound in https://github.com/mpound/pdrtpy/pull/121
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/127
  • H2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/139
  • remove python 3.12 until I figure out why tests are failing by @mpound in https://github.com/mpound/pdrtpy/pull/140
  • 90 measurementread fails if wcs project has 3 dimensions by @mpound in https://github.com/mpound/pdrtpy/pull/146
  • deal correctly with measure colors as an array. by @mpound in https://github.com/mpound/pdrtpy/pull/149
  • 89 pyplot functions plot to incorrect axes when colorbar = true in functions derived from plotbase by @mpound in https://github.com/mpound/pdrtpy/pull/150
  • add surface temperature plots by @mpound in https://github.com/mpound/pdrtpy/pull/159
  • 93 naxis not found for added model from measurement arithmetic by @mpound in https://github.com/mpound/pdrtpy/pull/162
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/170
  • add release workflow by @mpound in https://github.com/mpound/pdrtpy/pull/172

New Contributors

  • @dependabot made their first contribution in https://github.com/mpound/pdrtpy/pull/92
  • @pre-commit-ci made their first contribution in https://github.com/mpound/pdrtpy/pull/127

Full Changelog: https://github.com/mpound/pdrtpy/compare/2.3.1...2.4.3

- Python
Published by mpound about 1 year ago

pdrtpy - v2.4.2b

Beta version of 2.4.

What's Changed

  • Fix reference to ms.supported_lines by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/82
  • Fix for change in behavior in recent astropy by @NanoExplorer in https://github.com/mpound/pdrtpy/pull/85
  • bring devel up to master before new feature branch by @mpound in https://github.com/mpound/pdrtpy/pull/87
  • Active devel into h2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/88
  • Bump tj-actions/verify-changed-files from 9 to 17 in /.github/workflows by @dependabot in https://github.com/mpound/pdrtpy/pull/92
  • 95 update build system by @mpound in https://github.com/mpound/pdrtpy/pull/98
  • run black on all py files except examples/ by @mpound in https://github.com/mpound/pdrtpy/pull/100
  • config precommit by @mpound in https://github.com/mpound/pdrtpy/pull/102
  • Bump notebook from 7.2.1 to 7.2.2 by @dependabot in https://github.com/mpound/pdrtpy/pull/104
  • Create dependabot.yml by @mpound in https://github.com/mpound/pdrtpy/pull/106
  • Bump jupyterlab from 4.2.4 to 4.2.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/105
  • Bump importlib-metadata from 8.2.0 to 8.4.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/110
  • Bump contourpy from 1.2.1 to 1.3.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/108
  • Bump ipywidgets from 8.1.3 to 8.1.5 by @dependabot in https://github.com/mpound/pdrtpy/pull/107
  • Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821 by @dependabot in https://github.com/mpound/pdrtpy/pull/109
  • Bump watchfiles from 0.22.0 to 0.24.0 by @dependabot in https://github.com/mpound/pdrtpy/pull/111
  • replace interp2d with RegularGridInterpolator by @mpound in https://github.com/mpound/pdrtpy/pull/119
  • remove ion unit by @mpound in https://github.com/mpound/pdrtpy/pull/121
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/127
  • H2excitation by @mpound in https://github.com/mpound/pdrtpy/pull/139
  • remove python 3.12 until I figure out why tests are failing by @mpound in https://github.com/mpound/pdrtpy/pull/140
  • 90 measurementread fails if wcs project has 3 dimensions by @mpound in https://github.com/mpound/pdrtpy/pull/146
  • deal correctly with measure colors as an array. by @mpound in https://github.com/mpound/pdrtpy/pull/149
  • 89 pyplot functions plot to incorrect axes when colorbar = true in functions derived from plotbase by @mpound in https://github.com/mpound/pdrtpy/pull/150
  • add surface temperature plots by @mpound in https://github.com/mpound/pdrtpy/pull/159
  • 93 naxis not found for added model from measurement arithmetic by @mpound in https://github.com/mpound/pdrtpy/pull/162
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/mpound/pdrtpy/pull/170

New Contributors

  • @dependabot made their first contribution in https://github.com/mpound/pdrtpy/pull/92
  • @pre-commit-ci made their first contribution in https://github.com/mpound/pdrtpy/pull/127

Full Changelog: https://github.com/mpound/pdrtpy/compare/2.3.1...2.4.2b

- Python
Published by mpound about 1 year ago

pdrtpy - v2.3.1

Version 2.3.1 updates kosma-tau models and HII region diagnostics

- Python
Published by mpound about 3 years ago

pdrtpy - v2.2.9

Final version 2.2.9

- Python
Published by mpound over 3 years ago

pdrtpy - v2.2.7

Final stable version 2.2.7

- Python
Published by mpound over 3 years ago

pdrtpy - v2.2.6

adds new CI/13CO models

- Python
Published by mpound almost 4 years ago

pdrtpy - v2.2.5

Adds 13CO models and updates iron line ionized gas models

- Python
Published by mpound about 4 years ago

pdrtpy - v2.2.3

Changes include:

H2 Excitation Fitting

  • Fitting for maps completed; each unmasked pixel in a map fitted
  • user can see maps of column density, hot and cold temperature, ortho-to-para ratios
  • "explore" function to see fit at various points in a map

Density and Radiation Field Fitting

  • Now uses LMFIT package for fitting.
  • Map fitting updated to allow interpolated solutions between model grid points
  • MCMC method available (best for single pixel fitting) via emcee package

Models

  • updated and expanded Wolfire/Kaufman 2020 models covering many more spectral lines
  • large set of KOSMA-tau models now available

- Python
Published by mpound about 4 years ago

pdrtpy - Version 2.1.1

This is a new full release. New features are robust H2 excitation diagram fitting and plotting, additional models, ease-of-use improvements, more documentation.

- Python
Published by mpound over 4 years ago

pdrtpy - version 2.1.1 beta

  • Full rewrite of H2 Excitation fitting and associated plotter
  • Measurements can be read from tables
  • More models added to WK2006 set
  • Phase space plots now take multiple data points
  • 3 resolved issues
  • bug fixes

- Python
Published by mpound over 4 years ago

pdrtpy - version 2.0.7

This version includes the new ModelPlot class with capability to plot models without data-fitting, models+observations, and phase-space plots. It also fixed a number of outstanding issues. The associated Jupyter notebooks https://github.com/mpound/pdrtpy-nb have been updated accordingly.

- Python
Published by mpound about 5 years ago