Recent Releases of PlanetMapper

PlanetMapper - v1.13.3

What's Changed

Features & Bug Fixes

  • Revert "Make the GUI faster and more responsive when navigating large images" by @ortk95 in https://github.com/ortk95/planetmapper/pull/515 ### Development
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/516

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.13.2...v1.13.3

Scientific Software - Peer-reviewed - Python
Published by ortk95 10 months ago

PlanetMapper - v1.13.2

What's Changed

Features & Bug Fixes

  • Change copy coordinates shortcut in GUI from Ctrl+C to C by @ortk95 in https://github.com/ortk95/planetmapper/pull/506
  • Add taskbar icon to the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/507
  • Improve robustness against crashes by attempting to switch to the tkagg Matplotlib backend before running the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/510
  • Make the GUI faster and more responsive when navigating large images by @ortk95 in https://github.com/ortk95/planetmapper/pull/511

Development

  • Use ruff to format source code, rather than black and isort by @ortk95 in https://github.com/ortk95/planetmapper/pull/513
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/514

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.13.1...v1.13.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 10 months ago

PlanetMapper - v1.13.1

What's Changed

Features & Bug Fixes

  • Improve GUI appearance when loading, fix toolbar colour with dark mode, and standardise font sizes by @ortk95 in https://github.com/ortk95/planetmapper/pull/494
  • Improve formatted DMS strings returned by utils.decimal_degrees_to_dms_str by @ortk95 in https://github.com/ortk95/planetmapper/pull/495
  • Allow the lon/lat grid latitude limit to be customised in GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/497
  • Replace utc2et with str2et when parsing date strings by @ortk95 in https://github.com/ortk95/planetmapper/pull/499
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/503 ### Dependencies
  • Bump coverage from 7.9.1 to 7.10.1 by @dependabot[bot] in https://github.com/ortk95/planetmapper/pull/501
  • Bump pyright from 1.1.402 to 1.1.403 by @dependabot[bot] in https://github.com/ortk95/planetmapper/pull/502
  • Bump the package-requirements group with 3 updates by @dependabot[bot] in https://github.com/ortk95/planetmapper/pull/500

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.13.0...v1.13.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 10 months ago

PlanetMapper - v1.13.0

What's Changed

Features & Bug Fixes

  • Add angular (arcsec) backplanes by @ortk95 in https://github.com/ortk95/planetmapper/pull/483
  • Add option to customise the set of backplanes saved by save_observation, save_mapped_observation and the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/485
  • Add rotate_north_to_top method to put the disc's north pole at the top of the image by @ortk95 in https://github.com/ortk95/planetmapper/pull/486
  • Add methods to scale image sizes and add borders around the image by @ortk95 in https://github.com/ortk95/planetmapper/pull/487
  • Add general plot_img method to BodyXY by @ortk95 in https://github.com/ortk95/planetmapper/pull/488
  • Add numeric WCS offsets to the GUI and allow them to be manually adjusted by @ortk95 in https://github.com/ortk95/planetmapper/pull/489
  • Add help tab to GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/491 ### Documentation
  • Improve documentation of coordinate systems by @ortk95 in https://github.com/ortk95/planetmapper/pull/473
  • Improve documentation and add help note for errors when running the GUI over SSH with no X11 forwarding by @ortk95 in https://github.com/ortk95/planetmapper/pull/482 ### Development
  • Relax floating point checks in some unit tests by @ortk95 in https://github.com/ortk95/planetmapper/pull/478
  • Ignore PIL "'mode' parameter is deprecated" DeprecationWarning by @ortk95 in https://github.com/ortk95/planetmapper/pull/481
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/492 ### Dependencies
  • Bump pyright from 1.1.401 to 1.1.402 by @dependabot[bot] in https://github.com/ortk95/planetmapper/pull/475
  • Bump coverage from 7.8.2 to 7.9.1 by @dependabot[bot] in https://github.com/ortk95/planetmapper/pull/476
  • Bump the package-requirements group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/ortk95/planetmapper/pull/479

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.12.5...v1.13.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 11 months ago

PlanetMapper - v1.12.5

What's Changed

Features

  • Add __main__.py to enable running the PlanetMapper CLI with python -m planetmapper by @ortk95 in https://github.com/ortk95/planetmapper/pull/469
  • Ensure some parameters are always floats by @ortk95 in https://github.com/ortk95/planetmapper/pull/470 ### Development
  • Pin specific versions of development requirements by @ortk95 in https://github.com/ortk95/planetmapper/pull/464
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/471 ### Dependencies
  • Update numpy requirement from <=2.2.3 to <=2.2.4 in the pip-requirements group by @dependabot in https://github.com/ortk95/planetmapper/pull/461
  • Bump the pip-requirements group with 3 updates by @dependabot in https://github.com/ortk95/planetmapper/pull/462
  • Bump the pip-requirements group with 4 updates by @dependabot in https://github.com/ortk95/planetmapper/pull/466

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.12.4...v1.12.5

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 1 year ago

PlanetMapper - v1.12.4

What's Changed

Features

  • Minimise spherical distortion of the wireframes of very large angular diameter targets in the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/458
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/459 ### Dependencies
  • Bump the pip-requirements group with 5 updates by @dependabot in https://github.com/ortk95/planetmapper/pull/453

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

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 1 year ago

PlanetMapper - v1.12.3

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

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 1 year ago

PlanetMapper - v1.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

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 1 year ago

PlanetMapper - v1.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

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 1 year ago

PlanetMapper - v1.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

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 2 years ago

PlanetMapper - v1.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

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 2 years ago

PlanetMapper - v1.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

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 2 years ago

PlanetMapper - v1.11.0

What's Changed

  • Add BodyXY.get_img_limits_angular() method by @ortk95 in https://github.com/ortk95/planetmapper/pull/361
  • Improve string representations of customised objects by @ortk95 in https://github.com/ortk95/planetmapper/pull/362
  • Ensure angular_dist returns a valid values by @ortk95 in https://github.com/ortk95/planetmapper/pull/363
  • Allow customisation of the altitude when converting from lonlat coordinates by @ortk95 in https://github.com/ortk95/planetmapper/pull/365
  • Add option create and plot lon/lat grids using planetocentric coordinates (rather than the default of planetographic) by @ortk95 in https://github.com/ortk95/planetmapper/pull/366
  • Allow customisation of the target's surface altitude when converting to lonlat coordinates by @ortk95 in https://github.com/ortk95/planetmapper/pull/368
  • Add option option to return NaN values for point that are not visible when using lonlat2... methods by @ortk95 in https://github.com/ortk95/planetmapper/pull/369
  • Allow passing arrays to coordinate transformation methods by @ortk95 in https://github.com/ortk95/planetmapper/pull/370
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/371

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

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 2 years ago

PlanetMapper - v1.10.1

What's Changed

  • Make add_satellites_to_bodies_of_interest more permissive of SPICE errors by @ortk95 in https://github.com/ortk95/planetmapper/pull/354
  • Ensure SpiceBODIESNOTDISTINCT is raised first if the target and observer are the same by @ortk95 in https://github.com/ortk95/planetmapper/pull/355
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/356

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.10.0...v1.10.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 2 years ago

PlanetMapper - v1.10.0

What's Changed

  • Improve the accuracy of north_pole_angle and km coordinate system for targets at high declinations by @ortk95 in https://github.com/ortk95/planetmapper/pull/338
  • Allow multiple popups to be open at the same time within the PlanetMapper GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/340
  • Add button to cancel a running save operation in the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/341
  • Add py.typed file to indicate package supports typing by @ortk95 in https://github.com/ortk95/planetmapper/pull/342
  • Correct calculation of target_diameter_arcsec for targets located very close to the observer by @ortk95 in https://github.com/ortk95/planetmapper/pull/343
  • Accept path-like objects for path arguments (in addition to strings) by @ortk95 in https://github.com/ortk95/planetmapper/pull/349
  • Update PlanetMapper for compatibility with NumPy 2.0 by @ortk95 in https://github.com/ortk95/planetmapper/pull/344
  • Add replace method to objects by @ortk95 in https://github.com/ortk95/planetmapper/pull/347
  • Improve support for small bodies by @ortk95 in https://github.com/ortk95/planetmapper/pull/352
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/353

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.9.1...v1.10.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 2 years ago

PlanetMapper - v1.9.1

What's Changed

  • Add option to customise scaling of wireframe plots by @ortk95 in https://github.com/ortk95/planetmapper/pull/335
  • Add plot_wireframe_custom method, to create wireframe plots using user-defined coordinate systems by @ortk95 in https://github.com/ortk95/planetmapper/pull/336
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/337

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.9.0...v1.9.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.9.0

What's Changed

  • Add popup to display the FITS header from the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/321
  • Add new relative angular coordinate system by @ortk95 in https://github.com/ortk95/planetmapper/pull/328
  • Improve wireframe plots for targets near RA=0° by @ortk95 in https://github.com/ortk95/planetmapper/pull/329
  • Make TypedDict classes used to type hint keyword arguments publicly available by @ortk95 in https://github.com/ortk95/planetmapper/pull/330
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/331

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.8.6...v1.9.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.8.6

What's Changed

  • Allow passing a file path when calling from CLI by @ortk95 in https://github.com/ortk95/planetmapper/pull/313
  • Documentation updates for conda installation & new support page by @ortk95 in https://github.com/ortk95/planetmapper/pull/314
  • Documentation improvements by @ortk95 in https://github.com/ortk95/planetmapper/pull/315
  • Use meta tag for google site verification by @ortk95 in https://github.com/ortk95/planetmapper/pull/316
  • Improve command line interface by adding argparse functionality by @ortk95 in https://github.com/ortk95/planetmapper/pull/317
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/318

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.8.5...v1.8.6

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.8.5

What's Changed

  • Auto update matplotlib transforms when calling matplotlib_xy2radec_transform and matplotlib_radec2xy_transform by @ortk95 in https://github.com/ortk95/planetmapper/pull/311
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/312

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.8.4...v1.8.5

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.8.4

What's Changed

  • Add optional latitude limit to wireframe gridlines by @ortk95 in https://github.com/ortk95/planetmapper/pull/306
  • Allow full customisation of mapping spline interpolation by @ortk95 in https://github.com/ortk95/planetmapper/pull/308
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/309

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.8.3...v1.8.4

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.8.3

What's Changed

  • Add numpy<2.0 to requirements by @ortk95 in https://github.com/ortk95/planetmapper/pull/300
  • Allow full formatting of map wireframes to be consistent with image wireframes by @ortk95 in https://github.com/ortk95/planetmapper/pull/303
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/304

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.8.2...v1.8.3

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.8.2

What's Changed

  • Add .zenodo.json file by @ortk95 in https://github.com/ortk95/planetmapper/pull/290
  • Fix bug where pyproj transformations returned by generate_map_coordinates could have positive longitude direction that is inconsistent with other parts of PlanetMapper by @ortk95 in https://github.com/ortk95/planetmapper/pull/293
  • Add GitHub workflow check to only allow merging to main from dev branch by @ortk95 in https://github.com/ortk95/planetmapper/pull/294
  • Add links to accepted JOSS paper on PlanetMapper by @ortk95 in https://github.com/ortk95/planetmapper/pull/296
  • Add JOSS paper source by @ortk95 in https://github.com/ortk95/planetmapper/pull/297
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/298

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.8.1...v1.8.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.8.1

What's Changed

  • Fixing type checks for latest pyright by @ortk95 in https://github.com/ortk95/planetmapper/pull/272
  • Add example dataset to use with GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/273 & https://github.com/ortk95/planetmapper/pull/274
  • Add Observation.to_body_xymethod by @ortk95 in https://github.com/ortk95/planetmapper/pull/277
  • Prevent changing of the image size for Observation objects by @ortk95 in https://github.com/ortk95/planetmapper/pull/278
  • Update checks for Python 3.12 by @ortk95 in https://github.com/ortk95/planetmapper/pull/279
  • Improving documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/285
  • Add development requirements by @ortk95 in https://github.com/ortk95/planetmapper/pull/286
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/287

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.8.0...v1.8.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 2 years ago

PlanetMapper - v1.8.0

What's Changed

  • Remove bundled typings from repository by @ortk95 in https://github.com/ortk95/planetmapper/pull/263
  • Add optional limits when projecting mapped data by @ortk95 in https://github.com/ortk95/planetmapper/pull/264
  • Add Lambert azimuthal equal area projection to mapping by @ortk95 in https://github.com/ortk95/planetmapper/pull/265
  • Adding backplanes and associated methods for local solar time, limb distance and limb lon/lat by @ortk95 in https://github.com/ortk95/planetmapper/pull/267
  • Adding consistent NaN propagation by @ortk95 in https://github.com/ortk95/planetmapper/pull/268
  • Add methods to get difference in disc params relative to WCS info in header by @ortk95 in https://github.com/ortk95/planetmapper/pull/269
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/270

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.7...v1.8.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 3 years ago

PlanetMapper - v1.7.7

What's Changed

  • Fix Segmentation fault 11 when running GUI on some systems by @ortk95 in https://github.com/ortk95/planetmapper/pull/262

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.6...v1.7.7

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 3 years ago

PlanetMapper - v1.7.6

What's Changed

  • Use RA/Dec navigation offsets in FITS headers when navigating with WCS info by @ortk95 in https://github.com/ortk95/planetmapper/pull/260
  • Increase version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/261

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.5...v1.7.6

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 3 years ago

PlanetMapper - v1.7.5

What's Changed

  • Make map wireframe plotting optional by @ortk95 in https://github.com/ortk95/planetmapper/pull/255
  • Improve plotting tests and increase version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/256

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.4...v1.7.5

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 3 years ago

PlanetMapper - v1.7.4

What's Changed

  • Auto update documentation copyright year by @ortk95 in https://github.com/ortk95/planetmapper/pull/250
  • Use solid line for marked coord in GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/251
  • Normalise map projection coordinates by @ortk95 in https://github.com/ortk95/planetmapper/pull/253
  • Increase version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/254

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.3...v1.7.4

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 3 years ago

PlanetMapper - v1.7.3

What's Changed

  • Add kwargs to kernel_downloader functions by @ortk95 in https://github.com/ortk95/planetmapper/pull/245
  • Fix **kwarg type hints for latest version of pyright by @ortk95 in https://github.com/ortk95/planetmapper/pull/246
  • Improving documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/248
  • Make README URLs relative & increase version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/249

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.2...v1.7.3

Scientific Software - Peer-reviewed - Python
Published by ortk95 almost 3 years ago

PlanetMapper - v1.7.2

What's Changed

  • Add more useful SPICE error messages by @ortk95 in https://github.com/ortk95/planetmapper/pull/235
  • Increase test coverage (particularly special cases like Uranus' rotation, Saturn's default rings etc.) by @ortk95 in https://github.com/ortk95/planetmapper/pull/236
  • Improving SPICE kernel management by @ortk95 in https://github.com/ortk95/planetmapper/pull/237
  • Improving tests & tidying code by @ortk95 in https://github.com/ortk95/planetmapper/pull/238
  • Use exclude_lines for [tool.coverage.report] to work correctly with Coveralls by @ortk95 in https://github.com/ortk95/planetmapper/pull/239
  • Merging coveralls fix to dev by @ortk95 in https://github.com/ortk95/planetmapper/pull/240
  • Adding license by @ortk95 in https://github.com/ortk95/planetmapper/pull/241
  • Adding contributing guidelines by @ortk95 in https://github.com/ortk95/planetmapper/pull/242
  • Add names of not found targets to error message in create_other_body & add images to docs, readme etc. by @ortk95 in https://github.com/ortk95/planetmapper/pull/243
  • Update version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/244

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.1...v1.7.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.7.1

What's Changed

  • Tidying up import formatting with isort & adding test coverage by @ortk95 in https://github.com/ortk95/planetmapper/pull/218
  • Improve error messages & type hints by @ortk95 in https://github.com/ortk95/planetmapper/pull/224
  • Add methods to test if other body is hidden by/transiting the target body by @ortk95 in https://github.com/ortk95/planetmapper/pull/225
  • Add methods to get image limits in different coordinate systems by @ortk95 in https://github.com/ortk95/planetmapper/pull/226
  • Add button to GUI to add all satellites of the target body by @ortk95 in https://github.com/ortk95/planetmapper/pull/227
  • Make objects copyable and make Body instances hashable by @ortk95 in https://github.com/ortk95/planetmapper/pull/228
  • Add aliases for non-ASCII ring names (+ improve testing & CI checks) by @ortk95 in https://github.com/ortk95/planetmapper/pull/230
  • Correcting typos in documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/231

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.7.0...v1.7.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.7.0

What's Changed

  • Making wireframe plots more customisable & improving documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/212
  • Adding wireframe overlay backplanes to saved FITS files by @ortk95 in https://github.com/ortk95/planetmapper/pull/213
  • Adding funding credit by @ortk95 in https://github.com/ortk95/planetmapper/pull/214
  • Update version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/215

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.6.5...v1.7.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.6.5

What's Changed

  • Adding cleanup on closing GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/210

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.6.4...v1.6.5

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.6.4

What's Changed

  • Add workaround for XQuartz font bug causing planetmapper GUI to crash when running over some SSH connections by @ortk95 in https://github.com/ortk95/planetmapper/pull/209

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.6.3...v1.6.4

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.6.3

What's Changed

  • Tidying up old files by @ortk95 in https://github.com/ortk95/planetmapper/pull/203
  • Adding wavelength selection slider to settings tab in GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/206
  • Update version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/207
  • Fixing check_release_version testing bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/208

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.6.2...v1.6.3

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.6.2

What's Changed

  • Display filename/filepath in GUI help hint by @ortk95 in https://github.com/ortk95/planetmapper/pull/199
  • Fix Observation.fit_disc_radius bug for target outside image frame by @ortk95 in https://github.com/ortk95/planetmapper/pull/200
  • Add save button to GUI plot by @ortk95 in https://github.com/ortk95/planetmapper/pull/202

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.6.1...v1.6.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.6.1

What's Changed

  • Add option to use percentile vmin/vmax for images in the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/197

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.6.0...v1.6.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.6.0

What's Changed

  • Adding choice of projection when mapping by @ortk95 in https://github.com/ortk95/planetmapper/pull/195
  • Update version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/196

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.5.1...v1.6.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.5.1

What's Changed

  • Print traceback when unexpected errors are caught in the GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/189
  • Updating backplane names in examples by @ortk95 in https://github.com/ortk95/planetmapper/pull/190
  • Adding composite transfrormations using km coordinates by @ortk95 in https://github.com/ortk95/planetmapper/pull/191
  • Adding km target plane distance backplanes by @ortk95 in https://github.com/ortk95/planetmapper/pull/192
  • Adding unit tests for map outputs by @ortk95 in https://github.com/ortk95/planetmapper/pull/193

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.5.0...v1.5.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.5.0

What's Changed

  • Adding generic map projections by @ortk95 in https://github.com/ortk95/planetmapper/pull/187
  • Disabling pylint false positive error by @ortk95 in https://github.com/ortk95/planetmapper/pull/188

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.9...v1.5.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.4.9

What's Changed

  • Add optional equator/meridian wireframe formatting by @ortk95 in https://github.com/ortk95/planetmapper/pull/185
  • Update common.py by @ortk95 in https://github.com/ortk95/planetmapper/pull/186

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.8...v1.4.9

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.4.8

What's Changed

  • Adding more useful information to saved headers by @ortk95 in https://github.com/ortk95/planetmapper/pull/184

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.7...v1.4.8

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.4.7

What's Changed

  • Fixing correct_path for user/variable expansion by @ortk95 in https://github.com/ortk95/planetmapper/pull/180
  • Fix bounds error when checking for NaNs while mapping by @ortk95 in https://github.com/ortk95/planetmapper/pull/181
  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/182

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.6...v1.4.7

Scientific Software - Peer-reviewed - Python
Published by ortk95 about 3 years ago

PlanetMapper - v1.4.6

What's Changed

  • Improve NaN propagation when mapping by @ortk95 in https://github.com/ortk95/planetmapper/pull/173
  • Move centre_disc from Observation to BodyXY by @ortk95 in https://github.com/ortk95/planetmapper/pull/174
  • Update version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/175

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.5...v1.4.6

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.4.5

What's Changed

  • Only produce pixel backplane for valid pixels by @ortk95 in https://github.com/ortk95/planetmapper/pull/169
  • Propagate NaN values when mapping with spline interpolation by @ortk95 in https://github.com/ortk95/planetmapper/pull/170

Full Changelog: https://github.com/ortk95/planetmapper/compare/v.1.4.4...v1.4.5

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v.1.4.4

What's Changed

  • Improving customisation of wireframe plots by @ortk95 in https://github.com/ortk95/planetmapper/pull/168

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.3...v.1.4.4

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.4.3

What's Changed

  • Return a copy of mapped data to protect cached data from being modified by @ortk95 in https://github.com/ortk95/planetmapper/pull/164
  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/165
  • Don't use memmap when reading FITS data by @ortk95 in https://github.com/ortk95/planetmapper/pull/166
  • Update version number by @ortk95 in https://github.com/ortk95/planetmapper/pull/167

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.2...v1.4.3

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.4.2

What's Changed

  • Fixing GUI save dialog size bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/163

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.1...v1.4.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.4.1

What's Changed

  • Auto update GUI Open values when path edited by @ortk95 in https://github.com/ortk95/planetmapper/pull/162

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.4.0...v1.4.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.4.0

What's Changed

  • Pinning sphinx versions for documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/152
  • Improving kernel documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/155
  • Add method to adjust x0 y0 by a radec offset by @ortk95 in https://github.com/ortk95/planetmapper/pull/158
  • Ring radii can now be added to wireframe plots by name by @ortk95 in https://github.com/ortk95/planetmapper/pull/159
  • Adding choice of interpolation while mapping by @ortk95 in https://github.com/ortk95/planetmapper/pull/160
  • Updating to v1.4.0 by @ortk95 in https://github.com/ortk95/planetmapper/pull/161
  • Adding check that disc parameters are floats to prevent zero size array bug when saving FITS files

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.3.0...v1.4.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.3.0

What's Changed

  • Default to WCS disc parameters when initialising Observation by @ortk95 in https://github.com/ortk95/planetmapper/pull/147
  • Adding backplanes for ring plane coordinates (and associated methods) by @ortk95 in https://github.com/ortk95/planetmapper/pull/148
  • Adding BasicBody to allow plotting of minor satellites, adding method to add all satellites as bodies of interest by @ortk95 in https://github.com/ortk95/planetmapper/pull/150
  • Update version by @ortk95 in https://github.com/ortk95/planetmapper/pull/151

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.2.2...v1.3.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.2.2

What's Changed

  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/142
  • Improving WCS transform behaviour (adding position_from_wcs method and increasing accuracy of wcs plate scale calculation) by @ortk95 in https://github.com/ortk95/planetmapper/pull/143

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.2.1...v1.2.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.2.1

What's Changed

  • Changing default aberration correction to CN by @ortk95 in https://github.com/ortk95/planetmapper/pull/141

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.2.0...v1.2.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.2.0

What's Changed

  • Adding separate methods to get WCS rotation and scale by @ortk95 in https://github.com/ortk95/planetmapper/pull/137
  • Correctly load HST-style date/time header values by @ortk95 in https://github.com/ortk95/planetmapper/pull/138
  • Improving kernel directory customisation by @ortk95 in https://github.com/ortk95/planetmapper/pull/139
  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/140

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.10...v1.2.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.10

What's Changed

  • Don't raise error on bad WCS transformation from GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/131
  • Change fits verification to warning by @ortk95 in https://github.com/ortk95/planetmapper/pull/132

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.9...v1.1.10

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.9

What's Changed

  • Add check for NaN values when mapping image by @ortk95 in https://github.com/ortk95/planetmapper/pull/130

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.8...v1.1.9

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.8

What's Changed

  • Applying xy fixes to km coordinate system by @ortk95 in https://github.com/ortk95/planetmapper/pull/129

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.7...v1.1.8

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.7

What's Changed

  • Fixing coordinate transform bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/128

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.6...v1.1.7

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.6

What's Changed

  • Adding pylint badge to README by @ortk95 in https://github.com/ortk95/planetmapper/pull/119
  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/120
  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/121
  • Adding minimum Python version to documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/123
  • Adding minimum Python version to documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/124
  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/125
  • Fixing xy<->radec bug at high declinations by @ortk95 in https://github.com/ortk95/planetmapper/pull/126
  • Fixing Observation bugs when using 2D FITS files by @ortk95 in https://github.com/ortk95/planetmapper/pull/127

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.5...v1.1.6

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.5

What's Changed

  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/116
  • Fixing timezone bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/117
  • Allow auto loading of kernels from flat directories by @ortk95 in https://github.com/ortk95/planetmapper/pull/118

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.4...v1.1.5

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.4

What's Changed

  • Default to current time if utc is not specified when creating Body by @ortk95 in https://github.com/ortk95/planetmapper/pull/115

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.3...v1.1.4

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.3

What's Changed

  • Making pole labelling optional for wireframes by @ortk95 in https://github.com/ortk95/planetmapper/pull/114

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.2...v1.1.3

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.2

What's Changed

  • Documentation improvements by @ortk95 in https://github.com/ortk95/planetmapper/pull/111
  • Fixing azimuth angle backplane bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/112

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.1...v1.1.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.1

What's Changed

  • Fixing machine readable coordinate bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/110

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.1.0...v1.1.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.1.0

What's Changed

  • 102 click on the gui to get coordinate info by @ortk95 in https://github.com/ortk95/planetmapper/pull/108
  • Adding: click on the GUI to get coordinate info by @ortk95 in https://github.com/ortk95/planetmapper/pull/109

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.0.2...v1.1.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.0.2

What's Changed

  • Adding disc finding routine using previous values by @ortk95 in https://github.com/ortk95/planetmapper/pull/104
  • Fixing save nav/save map toggle bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/105
  • Fixing bug where GUI controls broke after opening new data by @ortk95 in https://github.com/ortk95/planetmapper/pull/106
  • Minor documentation updates by @ortk95 in https://github.com/ortk95/planetmapper/pull/107

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.0.1...v1.0.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.0.1

What's Changed

  • Minor documentation fixes by @ortk95 in https://github.com/ortk95/planetmapper/pull/99
  • Documentation: adding mapping example by @ortk95 in https://github.com/ortk95/planetmapper/pull/100
  • Documentation improvements by @ortk95 in https://github.com/ortk95/planetmapper/pull/101
  • Adding BodyXY.imshow_map function

Full Changelog: https://github.com/ortk95/planetmapper/compare/v1.0.0...v1.0.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v1.0.0

What's Changed

  • Minor documentation changes and increasing version for v1 by @ortk95 in https://github.com/ortk95/planetmapper/pull/98

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.12.7...v1.0.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.7

What's Changed

  • Documentation in preparation for v1.0.0 by @ortk95 in https://github.com/ortk95/planetmapper/pull/97

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.12.6...v0.12.7

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.6

What's Changed

  • Documentation by @ortk95 in https://github.com/ortk95/planetmapper/pull/96

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.12.5...v0.12.6

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.5

What's Changed

  • Adding new backplanes (planetocentric & azimuth angle) by @ortk95 in https://github.com/ortk95/planetmapper/pull/95

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.12.4...v0.12.5

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.4

What's Changed

  • Adding progress bars for long running processes by @ortk95 in https://github.com/ortk95/planetmapper/pull/94

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.12.3...v0.12.4

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.3

What's Changed

  • Fixing image customisation bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/93

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

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.2

What's Changed

  • Fix entry point bug by @ortk95 in https://github.com/ortk95/planetmapper/pull/90

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

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.1

What's Changed

  • Switching to using an entry point for launching GUI by @ortk95 in https://github.com/ortk95/planetmapper/pull/89

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

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.12.0

What's Changed

  • Re-adding requirements.txt by @ortk95 in https://github.com/ortk95/planetmapper/pull/87
  • Run GUI when running module by @ortk95 in https://github.com/ortk95/planetmapper/pull/88

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.11.0.2...v0.12.0

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.11.0.2

What's Changed

  • Moving requirements to setup.py by @ortk95 in https://github.com/ortk95/planetmapper/pull/86

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.11.0.1...v0.11.0.2

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.11.0.1

What's Changed

  • Adding PyPi links by @ortk95 in https://github.com/ortk95/planetmapper/pull/85

Full Changelog: https://github.com/ortk95/planetmapper/compare/v0.11...v0.11.0.1

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago

PlanetMapper - v0.11

Initial beta release

Scientific Software - Peer-reviewed - Python
Published by ortk95 over 3 years ago