August 2024
What's Changed
- Fix table creation while setting setting write api key by @DhanshreeA in #1148
- Add spdx license identifiers by @DhanshreeA in #1149
- Use matrix strategy to control build versions in action by @DhanshreeA in #1151
- Update ersilia-base-image-to-dockerhub.yml by @DhanshreeA in #1152
- Code Refactor: Remove Pandas as a dependency by using the natively in built csv module instead by @dzumii in #1131
- Update pyproject.toml file by @dzumii in #1153
- fix: relax regex search of docker logs by @kartikey-vyas in #1157
- Resolve duplication between RunLogger in ersilia/core/session.py and RunTracker in ersilia/core/tracking.py by @Malikbadmus in #1132
- Remove multiple and redundant track flags by @dzumii in #1160
- Pin numpy to 1.x.x versions by @DhanshreeA in #1166
- Removing the stat method from the tracking functionalites by @Malikbadmus in #1169
- Implement the method to log the number of errors and warnings during model run. by @Malikbadmus in #1168
- Rework code calculating memory usage - output and Docker container by @Malikbadmus in #1161
- Fix current_service_class method to return "No model served" if ersilia process was interrupted by @Malikbadmus in #1172
- Track without output bug by @dzumii in #1170
- Added the service class method to the modelcard by @Malikbadmus in #1173
- Ersilia Catalog Bug when no models are available by @dzumii in #1175
- Remove annoying debug logs by @Malikbadmus in #1177
- Pull request template by @dzumii in #1179
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #1182
- Bump docker/build-push-action from 5 to 6 by @dependabot in #1181
- Modified the time tracking method to accurately track time taken by @Malikbadmus in #1176
- Refactor tracking to support a single SMILES string input by @Malikbadmus in #1183
- Utilise model metadata to resolve model output type and shape by @DhanshreeA in #1184
- Hotfix: Resotre older licenses for backward compatibility by @DhanshreeA in #1191
- Fix bug with ersilia fetch from github inside a docker container by @DhanshreeA in #1193
- Modifying the local Catalog functionality by @Malikbadmus in #1195
- Bump GrantBirki/json-yaml-validate from 2.7.1 to 3.0.0 by @dependabot in #1133
- Fastapi integration by @miquelduranfrigola in #1199
- Specify repo_path while fetching the dummy model by @DhanshreeA in #1200
- Getting model source value by @Malikbadmus in #1202
- Reflecting correct values in Model information file by @Malikbadmus in #1204
- Fix Airtable to JSON conversion workflow to account for paginated response from Airtable API by @DhanshreeA in #1211
- Use JsonModelsInterface in ersilia CLI by @DhanshreeA in #1213
- Make MODEL_SIZE_FILE always go in the model dest directory by @DhanshreeA in #1212
- Updated catalog local command by @Malikbadmus in #1206
New Contributors
- @dzumii made their first contribution in #1131
- @kartikey-vyas made their first contribution in #1157
- @Malikbadmus made their first contribution in #1132
Full Changelog: v0.1.34...v0.1.36