PLEASE NOTE THIS IS ONLY A BETA RELEASE. THE OPENNPL API IS STILL UNSTABLE
- Bugs: REST API for both NPL and SFLP templates
- Functionality: Update to 2023 SFLP Template
- Dependencies: Upgrade to Python 3.10
- Functionality: Complete SFLP Template Loading
- Functionality: Almost complete Single Family Loan Performance Templates (SFLP) (except forbearance, enforcement and repayment strings)
- Documentation: SFLP Data Models
- Functionality: Importing Single Family Loan Performance Data (Testing Load Robustness / Performance)
- Functionality: Integrate Agency Single Family Loan Performance Template (Core Design)
- User Interface: Switch to Jazzmin UI
- Dependencies: Upgrade to Python 3.9 and Django 4.0
- Functionality: Completed POST verbs for all current REST endpoints
- Documentation: Added Swagger/Redoc API documentation endpoints
- Bugs: Remove deprecated NullBooleanField
- Functionality: Added some missing Fields in the counterparty and collateral models
- Deployment: Docker ARM v7 image (for Raspberry Pi)
- Documentation: Docker data initialization documentation (docker deployment does not automatically load the dummy data)
- Bugs: Fix Issue #1
- Functionality: Expanded implemented fields / streamlined FK structure
- Structure: Split model choice attributes into separate files for improved readability / maintenance
- Structure: Removed User field from portfolio models (to simplify demo instance setup)
- Documentation: Expanded module documentation (sphinx autodoc for all models)
- Structure: Refactored globally eba -> npl
- Deployment: Dockerfile adjusted to remove pre-existing sqlite at setup
- Deployment:Dockerfile adjusted to load given fixtures file at end of installation
- Documentation: update
- Functionality: Exposes a REST API for all the implemented npl models
- Structure: Reference data (choice elements) in the templates have been converted to textfields
- Deployment: First Dockerized Version
- Initial Release of openNPL