Skip to content

Releases: sdss/marvin

Marvin Beta 2.8.0

19 Aug 16:12
Compare
Choose a tag to compare

This release pins the minimum Python version to >=3.8, and drops support for all Python versions <3.8. It removes the upper bound on package dependencies to allow users to better resolve package conflicts. These changes were necessary to resolve conflicts with Astropy>5, Jinja2>3, markupsafe>2.1.

What's Changed

Full Changelog: 2.7.4...2.8.0

Marvin Beta 2.7.4

27 Jul 18:54
Compare
Choose a tag to compare

This is the last release to support python versions >2.7, <3.7.

What's Changed

Full Changelog: 2.7.3...2.7.4

Marvin Beta 2.7.3

12 Jul 18:05
Compare
Choose a tag to compare

This release is a patch release fixing broken links in the docs and notebook tutorials, as well as pinning markupsafe to 2.0.1

What's Changed

Full Changelog: 2.7.2...2.7.3

Marvin Beta 2.7.2

07 Dec 14:53
Compare
Choose a tag to compare

This release is a small release mainly for Marvin Web.

Changelog

  • Small tweaks to the web interface: added tooltips, updated link to SkyServer
  • Adds default bintype to Explore page
  • Fixes #551 - fix z-index bug in Guided Query Builder
  • Fixes #142 - add link to Simbad

What's Changed

Full Changelog: 2.7.1...2.7.2

Marvin Beta 2.7.1

06 Dec 02:48
Compare
Choose a tag to compare

This release is a quick for for DR17 to remove no longer relevant MPLs from the Query DataModel

What's Changed

Full Changelog: 2.7.0...2.7.1

Marvin Beta 2.7.0

06 Dec 00:43
Compare
Choose a tag to compare

This release is the main release with added support for the public DR17 MaNGA dataset.

Changelog Summary

  • Adds support for DR17, aliases to MPL-11
  • Fixing bug in core Marvin Tools close method, for use as contextmanager
  • Fixing bug in web galaxy template when no nsa data available; so pages do not crash
  • Added new explore page in the web to upload a target list and display DAP maps
  • Adds basic VAC availablity to galaxy web page
  • Updates the Marvin Query Results.toJson method to return a more flexible JSON format
  • Improves performance of web query table
  • Adds export table button option to web query table
  • Improves web pages with various tooltips and other small improvements
  • Fixes bug in get_bpt method with add_all kwargs to ImageGrid for matplotlib>3.5
  • Adds support for DR17 DAPTYPES SPX and VOR10
  • Removes web and API support for MPL-8, MPL-9, and MPL-10

What's Changed

New Contributors

Full Changelog: 2.6.1...2.7.0

Marvin Beta 2.6.1

18 Nov 16:32
Compare
Choose a tag to compare

This release contains a small update to the database connection string for the manga database as JHU. It also incorporates new changes to make the Marvin Tools available as contextmanagaers.

Changes

  • Issue #680 - Basic context manager functionality for marvin.tools.core.MarvinToolsClass, and relevant documentation for Cube and Maps. Users can automate closing file handlers when in file mode, by using with syntax, alleviating some issues with looping through lists of galaxies.
  • marvin.tools.core.MarvinToolsClass.close method is a self-contained way of closing the underlying data file. It is now called by marvin.tools.core.MarvinToolsClass.__del__ and marvin.tools.core.MarvinToolsClass.__exit__. marvin.tools.core.MarvinToolsClass.source_is_fits_hdulist_file evaluates whether the object is accessing a FITS HDUList.
  • Updated the manga database connection info for JHU

Marvin Beta 2.6.0

12 Mar 18:41
Compare
Choose a tag to compare

This release adds support for the MaNGA MPL-11 data products.

  • Adds - support for MaNGA data release MPL-11
  • Adds - updates to the Marvin documentation on citations
  • Fixes - Bug with remote access for removed emline_tplsigma spaxel property. Removed from MPL-10, MPL-11 datamodels.

Marvin Beta 2.5.4

05 Mar 16:32
Compare
Choose a tag to compare

This release is a quick fix that pins the flask-jwt-extended package to version <4.0

Marvin Beta 2.5.3

16 Nov 20:08
Compare
Choose a tag to compare

This release updates the static web images to webp format for better compression and faster load times. See https://developers.google.com/speed/webp. Also includes fallback support to original image formats for browsers that do not support webp. See https://caniuse.com/webp.