Releases: jobovy/mwdust
Version 1.6
Added dust map
- Add DECaPS 3D dust map (Zucker+ 2025) by @fcotizelati in #64
Python and test upgrades
- Build Python 3.12 wheels by @jobovy in #42
- Test edits for new
arm64test runners by @jobovy in #48 - Update Windows runner to latest by @jobovy in #58
- Upgrade tests to Python 3.13: fix
distutilsuse andnumpy.fromstringby @jobovy in #66
Other maintenance
- Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #43
- Bump actions/upload-artifact from 3 to 4 by @dependabot[bot] in #44
- Bump actions/download-artifact from 3 to 4 by @dependabot[bot] in #45
- Bump actions/cache from 3 to 4 by @dependabot[bot] in #46
- Bump pypa/cibuildwheel from 2.16 to 2.17 by @dependabot[bot] in #47
- Bump pypa/cibuildwheel from 2.17 to 2.18 by @dependabot[bot] in #49
- Bump pypa/cibuildwheel from 2.18 to 2.19 by @dependabot[bot] in #50
- Bump pypa/cibuildwheel from 2.19 to 2.20 by @dependabot[bot] in #51
- Bump pypa/cibuildwheel from 2.20 to 2.21 by @dependabot[bot] in #52
- Bump pypa/cibuildwheel from 2.21 to 2.22 by @dependabot[bot] in #53
- Bump pypa/cibuildwheel from 2.22 to 2.23 by @dependabot[bot] in #54
- Bump pypa/cibuildwheel from 2.23 to 3.0 by @dependabot[bot] in #56
- Bump pypa/cibuildwheel from 3.0 to 3.1 by @dependabot[bot] in #57
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #59
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #60
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #61
- Bump pypa/cibuildwheel from 3.1 to 3.2 by @dependabot[bot] in #62
New Contributors
- @fcotizelati made their first contribution in #64
Full Changelog: v1.5...v1.6
Version 1.5.post0
Version 1.5
What's Changed
Full Changelog: v1.4...v1.5
Version 1.4
Improvements
- Vectorize
HierarchicalHealpixMapevaluate by @henrysky in #33 --> fast evaluation of CombinedX and GreenX dust maps for arrays of 3D positions! - Return true E(B-V) for filter='E(B-V)' by @jobovy in #36 --> easily obtain correct E(B-V) values for all dust maps
Maintenance
Full Changelog: v1.3...v1.4
Version 1.3
The main new features in this release are:
- Custom implementations of necessary HEALPIx functions for basic use of all of the dust maps; this allows the code to be used on all major platforms, including Windows (added by @henrysky)
- Switch dust-map downloads to happen inside the code rather than during installation; dust-maps are downloaded the first time they are used (added by @henrysky)
- Binary wheels on PyPI for all major platforms, allowing easier and quicker installation (added by @jobovy)
Please see HISTORY.txt for a full list of changes since v1.2.
Version 1.2
This is the third tagged release of the mwdust package. Please see HISTORY.txt for a full list of changes since v1.1.
Version 1.1
This is the second tagged release of the mwdust package. This version has been updated from the version described and used in Bovy et al. (2016a), by fixing a few bugs, making the code Python 3 compatible, and adding a few new dust maps. Please see HISTORY.txt for a full list of changes since v1.0.
Version 1.0
This is the first tagged release of the mwdust package. This is the version described and used in Bovy et al. (2016a).