Planetmapper

Latest version: v1.12.3

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 12

1.12.3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Features
* Add dependabot automatic dependency version updates by ortk95 in https://github.com/ortk95/planetmapper/pull/409
* Make cached NumPy arrays read-only by ortk95 in https://github.com/ortk95/planetmapper/pull/419
* Maintenance: update GitHub workflow actions to latest versions by ortk95 in https://github.com/ortk95/planetmapper/pull/423
* Fix failing automated tests by ortk95 in https://github.com/ortk95/planetmapper/pull/434
* Re-add Python 3.13 to pylint testing matrix by ortk95 in https://github.com/ortk95/planetmapper/pull/441
* Improve error messages when opening an observation in the GUI by ortk95 in https://github.com/ortk95/planetmapper/pull/444
* Update version by ortk95 in https://github.com/ortk95/planetmapper/pull/445
Dependencies
* Update photutils requirement from <=1.13.0 to <=2.0.1 by dependabot in https://github.com/ortk95/planetmapper/pull/413
* Update pillow requirement from <=10.4.0 to <=11.0.0 by dependabot in https://github.com/ortk95/planetmapper/pull/414
* Update photutils requirement from <=2.0.1 to <=2.0.2 by dependabot in https://github.com/ortk95/planetmapper/pull/416
* Update tqdm requirement from <=4.66.5 to <=4.66.6 by dependabot in https://github.com/ortk95/planetmapper/pull/421
* Update numpy requirement from <=2.1.2 to <=2.1.3 by dependabot in https://github.com/ortk95/planetmapper/pull/420
* Update tqdm requirement from <=4.66.6 to <=4.67.0 by dependabot in https://github.com/ortk95/planetmapper/pull/424
* Update astropy requirement from <=6.1.4 to <=6.1.5 by dependabot in https://github.com/ortk95/planetmapper/pull/425
* Update astropy requirement from <=6.1.5 to <=6.1.6 by dependabot in https://github.com/ortk95/planetmapper/pull/426
* Update tqdm requirement from <=4.67.0 to <=4.67.1 by dependabot in https://github.com/ortk95/planetmapper/pull/427
* Update astropy requirement from <=6.1.6 to <=7.0.0 by dependabot in https://github.com/ortk95/planetmapper/pull/428
* Update matplotlib requirement from <=3.9.2 to <=3.9.3 by dependabot in https://github.com/ortk95/planetmapper/pull/429
* Update numpy requirement from <=2.1.3 to <=2.2.0 by dependabot in https://github.com/ortk95/planetmapper/pull/430
* Update matplotlib requirement from <=3.9.3 to <=3.10.0 by dependabot in https://github.com/ortk95/planetmapper/pull/435
* Update numpy requirement from <=2.2.0 to <=2.2.1 by dependabot in https://github.com/ortk95/planetmapper/pull/436
* Update scipy requirement from <=1.14.1 to <=1.15.0 by dependabot in https://github.com/ortk95/planetmapper/pull/438
* Update pillow requirement from <=11.0.0 to <=11.1.0 by dependabot in https://github.com/ortk95/planetmapper/pull/437
* Update scipy requirement from <=1.15.0 to <=1.15.1 by dependabot in https://github.com/ortk95/planetmapper/pull/439
* Update photutils requirement from <=2.0.2 to <=2.1.0 by dependabot in https://github.com/ortk95/planetmapper/pull/440
* Update numpy requirement from <=2.2.1 to <=2.2.2 by dependabot in https://github.com/ortk95/planetmapper/pull/443

New Contributors
* dependabot made their first contribution in https://github.com/ortk95/planetmapper/pull/413

**Full Changelog**: https://github.com/ortk95/planetmapper/compare/v1.12.2...v1.12.3

1.12.2

What's Changed
* Add support for Python 3.13 and pyproj 3.7 (including adjusting default proj string parameters) by ortk95 in https://github.com/ortk95/planetmapper/pull/407
* Upate version by ortk95 in https://github.com/ortk95/planetmapper/pull/408


**Full Changelog**: https://github.com/ortk95/planetmapper/compare/v1.12.1...v1.12.2

1.12.1

What's Changed
* Check custom proj projection strings have the correct `+axis=...` parameter before mapping by ortk95 in https://github.com/ortk95/planetmapper/pull/398
* Add `planetmapper.run_gui()` function to allow the user interface be easily launched from a Python terminal by ortk95 in https://github.com/ortk95/planetmapper/pull/401
* Update version by ortk95 in https://github.com/ortk95/planetmapper/pull/402


**Full Changelog**: https://github.com/ortk95/planetmapper/compare/v1.12.0...v1.12.1

1.12.0

What's Changed
* Automatically update matplotlib transform involving `xy` coordinates when any disc parameters are changed by ortk95 in https://github.com/ortk95/planetmapper/pull/390
* Added planetocentric coordinates and limb/ring distances to click location coordinates in the GUI by ortk95 in https://github.com/ortk95/planetmapper/pull/392
* Add method to get wavelength array from an Observation's FITS Header, and add wavelength label to GUI settings tab by ortk95 in https://github.com/ortk95/planetmapper/pull/393
* Add option to choose between planetographic and planetocentric coordinates when plotting gridlines in the GUI by ortk95 in https://github.com/ortk95/planetmapper/pull/395
* Update version by ortk95 in https://github.com/ortk95/planetmapper/pull/396


**Full Changelog**: https://github.com/ortk95/planetmapper/compare/v1.11.2...v1.12.0

1.11.2

What's Changed
* Improve mapping for images containing NaN values by ortk95 in https://github.com/ortk95/planetmapper/pull/383
* Fix 0.5px offset in the disc location produced by `BodyXY.centre_disc` by ortk95 in https://github.com/ortk95/planetmapper/pull/385
* Update version by ortk95 in https://github.com/ortk95/planetmapper/pull/386


**Full Changelog**: https://github.com/ortk95/planetmapper/compare/v1.11.1...v1.11.2

1.11.1

What's Changed
* Accept arrays in `graphic2centric_lonlat` and `centric2graphic_lonlat` by ortk95 in https://github.com/ortk95/planetmapper/pull/378
* Fix bug where visible, but unlit areas of the target body were not mapped by ortk95 in https://github.com/ortk95/planetmapper/pull/379
* Add `terminator_lonlat` and `limb_lonlat` methods to get terminator and limb longitude/latitude coordinate arrays by ortk95 in https://github.com/ortk95/planetmapper/pull/380
* Update version by ortk95 in https://github.com/ortk95/planetmapper/pull/381


**Full Changelog**: https://github.com/ortk95/planetmapper/compare/v1.11.0...v1.11.1

Page 1 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.