Releases: sdss/marvin
Marvin Beta 2.8.0
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
- Relax deps and bump min python to >3.8 by @havok2063 in #783
- Updating Flask package dependencies by @havok2063 in #784
- Bump rtd python version by @havok2063 in #785
- updating rtd config yaml by @havok2063 in #786
- Updates test suite by @havok2063 in #787
- Updating api code for deprecation warnings by @havok2063 in #788
Full Changelog: 2.7.4...2.8.0
Marvin Beta 2.7.4
This is the last release to support python versions >2.7, <3.7.
What's Changed
- More documentation fixes by @havok2063 in #780
- Pinning some deps for by @havok2063 in #782
Full Changelog: 2.7.3...2.7.4
Marvin Beta 2.7.3
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
- Small tweaks to docs by @havok2063 in #779
Full Changelog: 2.7.2...2.7.3
Marvin Beta 2.7.2
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
- Various updates to the web display by @havok2063 in #764
Full Changelog: 2.7.1...2.7.2
Marvin Beta 2.7.1
This release is a quick for for DR17 to remove no longer relevant MPLs from the Query DataModel
What's Changed
- Removes old MPLs from the Query datamodel by @havok2063 in #763
Full Changelog: 2.7.0...2.7.1
Marvin Beta 2.7.0
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 withadd_all
kwargs toImageGrid
formatplotlib>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
- updating marvin and datamodels for dr17 by @havok2063 in #732
- Changed galaxyzoo.py for DR17 by @tobiasgeron in #734
- updating Vac mvm (visual_morphology script) by @jvazquez77 in #736
- Update hi.py by @dvstark in #742
- Edits to Firefly VAC contribution by @jusneuma in #743
- [WIP] Add GZ3D vac code by @CKrawczyk in #733
- Update GZ3D tutorial notebook by @CKrawczyk in #745
- Updates marvin for DR17 with VACs by @havok2063 in #747
- Turns off Sentry for final release by @havok2063 in #748
- Bug fix in Marvin Tools class by @havok2063 in #749
- Bug fix in web galaxy page when no nsa by @havok2063 in #750
- Adds explore option to web by @havok2063 in #751
- Adds vac info to galaxy page by @havok2063 in #753
- Enhances query result toJson method by @havok2063 in #754
- More fixes for VACs by @havok2063 in #756
- Bug fix in web spaxel click by @havok2063 in #757
- Updates to GQB on Search page by @havok2063 in #758
- New VAC method and updates to VAC web display by @havok2063 in #759
- Improves performance of search table by @havok2063 in #761
- Fixes bug in bpt method by @havok2063 in #762
- Adds support for SPX and VOR10 daptypes to DR17 by @havok2063 in #760
New Contributors
- @tobiasgeron made their first contribution in #734
- @dvstark made their first contribution in #742
- @jusneuma made their first contribution in #743
Full Changelog: 2.6.1...2.7.0
Marvin Beta 2.6.1
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 forCube
andMaps
. Users can automate closing file handlers when infile
mode, by usingwith
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 bymarvin.tools.core.MarvinToolsClass.__del__
andmarvin.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
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
This release is a quick fix that pins the flask-jwt-extended
package to version <4.0
Marvin Beta 2.5.3
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.