Releases: astrodbtoolkit/AstrodbKit
Version 0.5
What's Changed
- Updating for SQLalchemy 2.0 by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/55
Full Changelog: dr-rodriguez/AstrodbKit2@v0.4.2...v0.5
Version 0.4.2
Minor release to pin SQLAlchemy version to less than 2.0 until code is migrated over.
Version 0.4.1
What's Changed
- Implementing wcs1d-multispec by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/53
Full Changelog: dr-rodriguez/AstrodbKit2@v0.4...v0.4.1
Version 0.4
Updates in setup to support Python 3.9 and 3.10, also adding Parameters as a default reference table.
Full Changelog: dr-rodriguez/AstrodbKit2@v0.3.1...v0.4
Version 0.3.1
What's Changed
- Add Versions table as a new reference table
Full Changelog: dr-rodriguez/AstrodbKit2@v0.3...v0.3.1
Version 0.3
What's Changed
- Generic string search by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/47
- Fix pandas column names by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/48
- Fix SpeX spectrum flux units
Full Changelog: dr-rodriguez/AstrodbKit2@v0.2.6...v0.3
Version 0.2.6
What's Changed
- Add in-memory database as workaround for #40 by @blackwer in https://github.com/dr-rodriguez/AstrodbKit2/pull/44
Full Changelog: dr-rodriguez/AstrodbKit2@v0.2.5...v0.2.6
Version 0.2.5
What's Changed
- Add serializer for bytes objects by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/43
Full Changelog: dr-rodriguez/AstrodbKit2@v0.2.4...v0.2.5
Version 0.2.4
Updating Astrodbkit2 to expand the list of known reference tables and add a method, save_reference_table, to output the json of a single reference table without needing to output the full database.
Version 0.2.3
Release to better handle loading and saving the database. Adds a progress bar and ignore hidden and non-json files.