Skip to content

Releases: cid-harvard/atlas_core

Upgrade SQLAlchemy to 1.3.5

17 Jun 21:19
b2e98f0
Compare
Choose a tag to compare

Upgrade SQLAlchemy to address vulnerability in versions below 1.3.0

HDF to Postgres classifications fix

25 Mar 20:18
Compare
Choose a tag to compare

Remove "name" --> "name_en" automatic coercion of classifications in HDF to Postgres

Remove classification_to_pandas function

18 Mar 16:35
Compare
Choose a tag to compare

Remove classification_to_pandas function that required explicitly adding columns in classifications to keep them in the final product and instead break up the functionality since its use was isolated in the code.

iso2 is now a field in the location classification, needed in classification_to_pandas

28 Nov 16:27
Compare
Choose a tag to compare
v2.2

Bump atlas_core version to 2.2 and pandas_to_postgres requirement to …

Fix tests, refactor serialization.

22 Oct 18:26
Compare
Choose a tag to compare
v2.1

Bump version number.

multiload(): db name now comes from data version

02 Oct 21:18
Compare
Choose a tag to compare
  • remove dependency on flask app object for multiload()

Support for loading .env and .flaskenv files.

01 Oct 16:34
Compare
Choose a tag to compare
Option to create_app to force loading .env and .flaskenv files with

python-dotenv.

Minor bugfix: Remove specific engine URL argument from generic function

11 Sep 03:22
Compare
Choose a tag to compare
v1.2

Remove db.engine.url default kwarg from hdf_to_postgres

PostgreSQL support!

04 Sep 21:14
1d73d7f
Compare
Choose a tag to compare
  • Add in full PostgreSQL support
  • New tests added
  • New service reporting

Release atlas core 1.0!

10 Jul 20:17
Compare
Choose a tag to compare
Add ability to query API for certain years (#4)

* Add explicitly-handled start_year and end_year args

* Organize year range handling into own function, add more value checks