Recent Releases of https://github.com/astrodbtoolkit/astrodbkit

https://github.com/astrodbtoolkit/astrodbkit - v2.4

What's Changed

  • Some schema and documentation improvements by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/94
  • Removing shortname from search_object defaults by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/97
  • Create alias for save method by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/98

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit/compare/v2.3...v2.4

- Python
Published by dr-rodriguez over 1 year ago

https://github.com/astrodbtoolkit/astrodbkit - v2.3

What's Changed

  • Pinning astroquery and updating code to handle astroquery 0.4.8 changes by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/92

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit/compare/v2.2...v2.3

- Python
Published by dr-rodriguez over 1 year ago

https://github.com/astrodbtoolkit/astrodbkit - v2.2

What's Changed

  • Updating view handling code; pinning sqlalchemy version by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/89

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit/compare/v2.1...v2.2

- Python
Published by dr-rodriguez over 1 year ago

https://github.com/astrodbtoolkit/astrodbkit - v2.1

What's Changed

  • Fix bug when creating a sqlite database via Felis by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/87

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit/compare/v2.0...v2.1

- Python
Published by dr-rodriguez over 1 year ago

https://github.com/astrodbtoolkit/astrodbkit - v2.0

What's Changed

  • Dropped support for Python 3.10 and lower
  • Added optional requirement for Felis (pip install astrodbkit[felis])
  • Support for Felis and easier handling for Postgres by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/84

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit/compare/v1.0...v2.0

- Python
Published by dr-rodriguez over 1 year ago

https://github.com/astrodbtoolkit/astrodbkit - v1.0

What's Changed

  • Renaming the package to be AstrodbKit by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit/pull/82

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit/compare/v0.6.0...v1.0

- Python
Published by dr-rodriguez almost 2 years ago

https://github.com/astrodbtoolkit/astrodbkit - v0.6.0

What's Changed

  • Reworking pyproject.toml setup for simplicity by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/78
  • Refactor to have references in separate sub-directory; closes #49 by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/77

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit2/compare/v0.5.2...v0.6.0

- Python
Published by dr-rodriguez almost 2 years ago

https://github.com/astrodbtoolkit/astrodbkit - v0.5.2

What's Changed

  • Update codecov setup by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/60
  • Fix spectra unit test due to specutils update by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/61
  • Adding option to re-raise error when loading a spectrum by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/66
  • Adding example schema validation and example on how to use ORM by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/67
  • Fix for readthedocs configuration by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/69
  • Add Regimes to REFERENCE_TABLES; closes #68 by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/70
  • Adding Black and some reformatting by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/71
  • Updates to support using ruff for linting/formatting by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/73
  • Adding example on querying for missing values by @dr-rodriguez in https://github.com/astrodbtoolkit/AstrodbKit2/pull/74

Full Changelog: https://github.com/astrodbtoolkit/AstrodbKit2/compare/v0.5.1...v0.5.2

- Python
Published by dr-rodriguez about 2 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.5.1

What's Changed

  • Spectra conversion updates by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/58
  • Implementing database views by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/56

Full Changelog: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.5...v0.5.1

- Python
Published by dr-rodriguez about 3 years ago

https://github.com/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: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.4.2...v0.5

- Python
Published by dr-rodriguez over 3 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.4.2

Minor release to pin SQLAlchemy version to less than 2.0 until code is migrated over.

- Python
Published by dr-rodriguez over 3 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.4.1

What's Changed

  • Implementing wcs1d-multispec by @dr-rodriguez in https://github.com/dr-rodriguez/AstrodbKit2/pull/53

Full Changelog: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.4...v0.4.1

- Python
Published by dr-rodriguez over 3 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.4

Updates in setup to support Python 3.9 and 3.10, also adding Parameters as a default reference table.

Full Changelog: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.3.1...v0.4

- Python
Published by dr-rodriguez over 3 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.3.1

What's Changed

  • Add Versions table as a new reference table

Full Changelog: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.3...v0.3.1

- Python
Published by dr-rodriguez almost 4 years ago

https://github.com/astrodbtoolkit/astrodbkit - 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: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.2.6...v0.3

- Python
Published by dr-rodriguez over 4 years ago

https://github.com/astrodbtoolkit/astrodbkit - 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: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.2.5...v0.2.6

- Python
Published by dr-rodriguez over 4 years ago

https://github.com/astrodbtoolkit/astrodbkit - 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: https://github.com/dr-rodriguez/AstrodbKit2/compare/v0.2.4...v0.2.5

- Python
Published by dr-rodriguez over 4 years ago

https://github.com/astrodbtoolkit/astrodbkit - 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.

- Python
Published by dr-rodriguez almost 5 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.2.3

Release to better handle loading and saving the database. Adds a progress bar and ignore hidden and non-json files.

- Python
Published by dr-rodriguez about 5 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.2.2

Adding functionality to perform cone search (query_region) and better handling when creating a database.

- Python
Published by dr-rodriguez about 5 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.2.1

Release of AstrodbKit2 to fix a bug with Simbad resolving when searching for objects and adding option to load Table and DataFrame data.

- Python
Published by dr-rodriguez about 5 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.2.0

Release of AstrodbKit2 to support transformations of spectra and better handling of datetime objects, among other small improvements.

- Python
Published by dr-rodriguez over 5 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.1.1

Small modifications to method calls, primarily search_object, but also renaming format to fmt parameters for consistency.

- Python
Published by dr-rodriguez almost 6 years ago

https://github.com/astrodbtoolkit/astrodbkit - Version 0.1.0

Initial release of Astrodbkit2

- Python
Published by dr-rodriguez almost 6 years ago