Releases: psrenergy/PSRDatabase.jl
Releases · psrenergy/PSRDatabase.jl
v0.5.1
PSRDatabase v0.5.1
Merged pull requests:
- fix sets with relations in script from db (#19) (@viniciusjusten)
Closed issues:
- Migrate PSRDates.jl to PSRDatabase.jl (#4)
v0.5.0
PSRDatabase v0.5.0
Breaking changes
- New function to generate Julia code that recreates a database using
PSRDatabase.jlfunctions. - New functions to compare two databases to ensure they have the same data across all collections.
Merged pull requests:
- julia script from db (#15) (@viniciusjusten)
v0.4.0
PSRDatabase v0.4.0
Breaking changes
- New submodule
DatesUtilsthat allows for many useful manipulations in PSR applications
Merged pull requests:
- Bump actions/checkout from 5 to 6 (#13) (@dependabot[bot])
- Add DatesUtils functions (#16) (@guilhermebodin)
v0.3.2
PSRDatabase v0.3.2
v0.3.1
PSRDatabase v0.3.1
Merged pull requests:
- feat: change Int to Integer in migration functions (#12) (@raphasampaio)
v0.3.0
PSRDatabase v0.3.0
Breaking changes
- Updates the API for updating parameters
Merged pull requests:
- Better API for updating parameters (#11) (@guilhermebodin)
v0.2.1
PSRDatabase v0.2.1
Merged pull requests:
- Fix time controller when date_time is not added in the ascending order (#10) (@guilhermebodin)
Closed issues:
- Reading time series parameters fails when they are written without sorting (#9)
v0.2.0
PSRDatabase v0.2.0
Breaking changes
- Implemented the concept of sets, a new feature with similar behavior to vectors
Merged pull requests:
- Create the idea of sets in the database (#6) (@guilhermebodin)
Closed issues:
- Implment the concept of sets (#7)