Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
batmen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sepia-pub
mael
batmen
Commits
dd94053c
Commit
dd94053c
authored
7 years ago
by
Millian Poquet
Browse files
Options
Downloads
Patches
Plain Diff
[doc] update changelog
parent
61daf1e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+17
-1
17 additions, 1 deletion
CHANGELOG.md
with
17 additions
and
1 deletion
CHANGELOG.md
+
17
−
1
View file @
dd94053c
...
...
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning][semver].
[
//
]:
=========================================================================
## [Unreleased]
[
//
]:
=========================================================================
## [1.2.0] - 2018-04-09 - For [Batsim v2.0.0][Batsim v2.0.0]
### Added
-
New algorithms:
-
``easy_bf_fast``
, which is an efficient (usual) implementation of EASY
backfilling. In contrast with the robust and general
``easy_bf``
implementation, this one does floating-point computation, only handles
jobs will walltimes, use ad-hoc structures for its simple backfilling
mechanism (rather than a general-purpose 2D partition), only handles
the FCFS queue order (rather than sorting the queue at each event),
uses the first reservation of the priority job (rather than compressing
the reservation as soon as possible at each event), and tries to only
call the needed code depending on which event occured.
-
``fcfs_fast``
, which is essentially
``easy_bf_fast``
without backfilling.
[
//
]:
=========================================================================
## [1.1.0] - 2018-03-03 - For [Batsim v2.0.0][Batsim v2.0.0]
### Added
...
...
@@ -46,5 +61,6 @@ Initial release.
[
Batsim v2.0.0
]:
https://github.com/oar-team/batsim/blob/master/doc/changelog.md#200---2018-02-20
[
Unreleased
]:
https://gitlab.inria.fr/batsim/batsched/compare/v1.1.0...master
[
Unreleased
]:
https://gitlab.inria.fr/batsim/batsched/compare/v1.2.0...master
[
1.2.0
]:
https://gitlab.inria.fr/batsim/batsched/compare/v1.1.0...v1.2.0
[
1.1.0
]:
https://gitlab.inria.fr/batsim/batsched/compare/v1.0.0...v1.1.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment